From 6d365fa940aab82c82c9bc3d42b40d2aaafc7dba Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Sat, 11 Dec 2021 13:46:12 +0100 Subject: [PATCH] unpublish golang --- glicid/packages/golang.scm | 221068 +++++++++++++++++----------------- 1 file changed, 110534 insertions(+), 110534 deletions(-) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index c543ce0..96e6ce8 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -6,110538 +6,110538 @@ #:use-module (guix packages) ) -(define-public go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210319161527-f761c2329661 - (package - (name "go-github-com-adamkorcz-go-fuzz-headers") - (version "0.0.0-20210319161527-f761c2329661") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/AdamKorcz/go-fuzz-headers") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "043a8lialk5kmxy2g5ka1pss8k71d42y4g0ikkv0ls8kgvxw3cc6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/AdamKorcz/go-fuzz-headers")) - (home-page "https://github.com/AdamKorcz/go-fuzz-headers") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-netflix-go-expect-0.0.0-20190729225929-0e00d9168667 - (package - (name "go-github-com-netflix-go-expect") - (version "0.0.0-20190729225929-0e00d9168667") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Netflix/go-expect") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kzas7m7fllyj3cn2ijasaw7xkv2yvqxli2l1j3jqsi0ln51fa52")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Netflix/go-expect")) - (home-page "https://github.com/Netflix/go-expect") - (synopsis "go-expect") - (description - "Package expect provides an expect-like interface to automate control of -applications. It is unlike expect in that it does not spawn or manage -process lifecycle. This package only focuses on expecting output and sending -input through it's psuedoterminal. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-distribution-2.7.1+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7 - (package - (name "go-github-com-docker-libtrust") - (version "0.0.0-20160708172513-aabc10ec26b7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/libtrust") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/libtrust")) - (home-page "https://github.com/docker/libtrust") - (synopsis "libtrust") - (description - "Package libtrust provides an interface for managing authentication and -authorization using public key cryptography. Authentication is handled -using the identity attached to the public key and verified through TLS -x509 certificates, a key challenge, or signature. Authorization and -access control is managed through a trust graph distributed between -both remote trust servers and locally cached and managed data. -") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-mux-1.7.4 - (package - (name "go-github-com-gorilla-mux") - (version "1.7.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/mux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0sy1paa055ic84sp3766s9pa24q008hf77dc842vrgvn8p3wmh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/mux")) - (home-page "https://github.com/gorilla/mux") - (synopsis "gorilla/mux") - (description "Package mux implements a request router and dispatcher. -") - (license license:bsd-3))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.1 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190422165155-953cdadca894") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.4.2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-adigunhammedolalekan-registry-auth-0.0.0-20200730122110-8cde180a3a60 - (package - (name "go-github-com-adigunhammedolalekan-registry-auth") - (version "0.0.0-20200730122110-8cde180a3a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/adigunhammedolalekan/registry-auth") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0855a5c0ifi6q2ghb6gax0kwwra5j7pd2lplq4wp8r83dnv4vwj0")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/adigunhammedolalekan/registry-auth")) - (propagated-inputs - `(("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-gorilla-mux-1.7.4" ,go-github-com-gorilla-mux-1.7.4) - ("go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7" - ,go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7) - ("go-github-com-docker-distribution-2.7.1+incompatible" - ,go-github-com-docker-distribution-2.7.1+incompatible))) - (home-page "https://github.com/adigunhammedolalekan/registry-auth") - (synopsis "registry-auth") - (description - "a package to implements docker registry token authentication server as described here [https://github.com/docker/distribution/blob/1b9ab303a477ded9bdd3fc97e9119fa8f9e58fca/docs/spec/auth/index.md]") - (license license:expat))) - -(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171028004239-d358565f3c3f - (package - (name "go-github-com-alexflint-go-filemutex") - (version "0.0.0-20171028004239-d358565f3c3f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alexflint/go-filemutex") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fzbm0x8821awsmqj9ig49dxxkd72p1yfqbijmdwwszvw2r0ggz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alexflint/go-filemutex")) - (home-page "https://github.com/alexflint/go-filemutex") - (synopsis "FileMutex") - (description - "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. -On Linux, OSX, and other POSIX systems it uses the flock system call. On windows -it uses the LockFileEx and UnlockFileEx system calls.") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0 - (package - (name "go-github-com-tj-assert") - (version "0.0.0-20171129193455-018094318fb0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/assert") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15ika7izp5hkd10dm30apwfvpm0d1yl2rnxs6896q0svz9zvi2z3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/assert")) - (home-page "https://github.com/tj/assert") - (synopsis "assert") - (description - "Package assert implements the same assertions as the `assert` package but -stops test execution when a test fails. -") - (license license:expat))) - -(define-public go-github-com-apex-logs-1.0.0 - (package - (name "go-github-com-apex-logs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/apex/logs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kysjp3s8718p02ngpr60gnjjspv0a69biksfjqa1540svrbi850")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/apex/logs")) - (propagated-inputs - `(("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0" - ,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0))) - (home-page "https://github.com/apex/logs") - (synopsis "Example") - (description "Go client for @url{https://apex.sh/logs/,Apex Logs}.") - (license license:expat))) - -(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a - (package - (name "go-github-com-aphistic-golf") - (version "0.0.0-20180712155816-02c07f170c5a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aphistic/golf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aphistic/golf")) - (home-page "https://github.com/aphistic/golf") - (synopsis "golf") - (description - "This package provides logging capabilities using the GELF (@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/}) log format -") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.5 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "114d5xm8rfxplzd7nxz97gfngb4bhqy102szl084d1afcxsvm4aa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" - ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.1.1 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.5" - ,go-github-com-mattn-go-isatty-0.0.5))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b - (package - (name "go-github-com-mgutz-ansi") - (version "0.0.0-20170206155736-9520e82c474b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mgutz/ansi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00bz22314j26736w1f0q4jy9d9dfaml17vn890n5zqy3cmvmww1j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mgutz/ansi")) - (home-page "https://github.com/mgutz/ansi") - (synopsis "ansi") - (description - "Package ansi is a small, fast library to create ANSI colored strings and codes. -") - (license license:expat))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.7 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-hpcloud-tail-1.0.0 - (package - (name "go-github-com-hpcloud-tail") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcloud/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcloud/tail")) - (home-page "https://github.com/hpcloud/tail") - (synopsis "Go package for tail-ing files") - (description - "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") - (license license:expat))) - -(define-public go-github-com-onsi-ginkgo-1.6.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180906233101-161cd47e91fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180909124046-d0be0721c37e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-fsnotify-v1-1.4.7 - (package - (name "go-gopkg-in-fsnotify-v1") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/fsnotify.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/fsnotify.v1" - #:unpack-path - "gopkg.in/fsnotify.v1")) - (home-page "https://gopkg.in/fsnotify.v1") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 - (package - (name "go-gopkg-in-tomb-v1") - (version "1.0.0-20141024135613-dd632973f1e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/tomb.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) - (home-page "https://gopkg.in/tomb.v1") - (synopsis "Installation and usage") - (description - "The tomb package offers a conventional API for clean goroutine termination. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.1 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-onsi-gomega-1.5.0 - (package - (name "go-github-com-onsi-gomega") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n7i4hksdgv410m43v2sw14bl5vy59dkp6nlw5l76nibbh37syr9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-sergi-go-diff-1.0.0 - (package - (name "go-github-com-sergi-go-diff") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sergi/go-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sergi/go-diff")) - (home-page "https://github.com/sergi/go-diff") - (synopsis "go-diff") - (description - "go-diff offers algorithms to perform operations required for synchronizing plain text:") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190426145343-a29dc8fdc734") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07f0jj4haqs0ywc1akk1qjwn5msl2j0pry1rxjkkbfcq4r6ihc1p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-aphistic-sweet-0.2.0 - (package - (name "go-github-com-aphistic-sweet") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aphistic/sweet") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb4qagfxf6byqn2yx0vq24xfvisz3ah4w6bvqclc8cklvfngw43")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aphistic/sweet")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734" - ,go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734) - ("go-github-com-sergi-go-diff-1.0.0" - ,go-github-com-sergi-go-diff-1.0.0) - ("go-github-com-onsi-gomega-1.5.0" ,go-github-com-onsi-gomega-1.5.0) - ("go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b" - ,go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b) - ("go-github-com-mattn-go-colorable-0.1.1" - ,go-github-com-mattn-go-colorable-0.1.1))) - (home-page "https://github.com/aphistic/sweet") - (synopsis "sweet") - (description - "Sweet is a pluggable test runner capable of hooking into standard Go tests. It attempts to provide access to the standard Go test tool as close as possible while adding support for test suites and plugins that can hook into test results to add additional functionality.") - (license license:expat))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20180206201540-c2b33e8439af") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r6w7ydx8ydryxk3sfhzsk8m6f1nsik9jg3i1zhi69v4kfl4d5cz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-aws-aws-sdk-go-1.20.6 - (package - (name "go-github-com-aws-aws-sdk-go") - (version "1.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aws/aws-sdk-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "016vy5s9finyfgh08j7rvn2pnwymdgj2ydr59w57pysnri87mdwx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aws/aws-sdk-go")) - (propagated-inputs - `(("go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af" - ,go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af))) - (home-page "https://github.com/aws/aws-sdk-go") - (synopsis "AWS SDK for Go") - (description - "Package sdk is the official AWS SDK for the Go programming language. -") - (license license:asl2.0))) - -(define-public go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59 - (package - (name "go-github-com-aybabtme-rgbterm") - (version "0.0.0-20170906152045-cc83f3b3ce59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aybabtme/rgbterm") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wvmxvjn64968ikvnxrflb1x8rlcwzpfl53fzbxff2axbx9lq50q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aybabtme/rgbterm")) - (home-page "https://github.com/aybabtme/rgbterm") - (synopsis "RGB terminal") - (description - "Package rgbterm colorizes bytes and strings using RGB colors, for a -full range of pretty terminal strings. -") - (license #f))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 - (package - (name "go-github-com-kr-logfmt") - (version "0.0.0-20140226030751-b84e30acd515") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/logfmt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/logfmt")) - (home-page "https://github.com/kr/logfmt") - (synopsis #f) - (description - "Package implements the decoding of logfmt key-value pairs. -") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.4.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (propagated-inputs - `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-uuid-1.1.1 - (package - (name "go-github-com-google-uuid") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7 - (package - (name "go-github-com-jpillora-backoff") - (version "0.0.0-20180909062703-3050d21c67d7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jpillora/backoff") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nxapdx9xg5gwiscfhq7m0w14hj4gaxb4avmgf1mx9zd3jnw9jxv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jpillora/backoff")) - (home-page "https://github.com/jpillora/backoff") - (synopsis "Backoff") - (description - "Package backoff provides an exponential-backoff implementation. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.2.0 - (package - (name "go-github-com-kr-pretty") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190222072716-a9d3bda3a223") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1w45zc13xrjzl19s1sx74r5mg3lf2z2nm13wygcdq5r5pyjlhdz9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mattn-go-isatty-0.0.8 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rqfh1rj6f5wm8p2ky7inm8g10152p7w6n2cli17kf9gad797i8h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" - ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.1.2 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.8" - ,go-github-com-mattn-go-isatty-0.0.8))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-rogpeppe-fastuuid-1.1.0 - (package - (name "go-github-com-rogpeppe-fastuuid") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/fastuuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jlif5pxyz3md02ij93kd2y2j1zz0ajc9k8azvn83vv6l3r5c1zg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) - (home-page "https://github.com/rogpeppe/fastuuid") - (synopsis "fastuuid") - (description - "Package fastuuid provides fast UUID generation of 192 bit -universally unique identifiers. -") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9 - (package - (name "go-github-com-smartystreets-go-aws-auth") - (version "0.0.0-20180515143844-0c1422d1fdb9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets-archives/go-aws-auth") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0krfdpgn3gfii1z9fi8ydfw0wwfqyvp6w3rji7w92m528zkjl93d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/go-aws-auth")) - (home-page "https://github.com/smartystreets/go-aws-auth") - (synopsis "go-aws-auth") - (description - "Package awsauth implements AWS request signing using Signed Signature Version 2, -Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and STS. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-1.0.0 - (package - (name "go-github-com-smartystreets-assertions") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1188hs39zvil41sdnxs83h1hp319lfyc5n2rvd1xnhz1dh5qjjh4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-gunit-1.0.0 - (package - (name "go-github-com-smartystreets-gunit") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/gunit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d09rl5qqpj36a311pjj8w5jkj83d5b8gdcsx8f1zn4j924sm5d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/gunit")) - (propagated-inputs - `(("go-github-com-smartystreets-assertions-1.0.0" - ,go-github-com-smartystreets-assertions-1.0.0))) - (home-page "https://github.com/smartystreets/gunit") - (synopsis "gunit") - (description - "Package gunit provides \"testing\" package hooks and convenience -functions for writing tests in an xUnit style. -See the README file and the examples folder for examples. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200605160147-a5ece683394c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03cm7c3p5fh0aa8vnxv5010dgqqr268ivb480ix1salxx3396w68")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-tj-assert-0.0.3 - (package - (name "go-github-com-tj-assert") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/assert") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/assert")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c" - ,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/tj/assert") - (synopsis "assert") - (description - "Package assert implements the same assertions as the `assert` package but -stops test execution when a test fails. -") - (license license:expat))) - -(define-public go-github-com-tj-go-buffer-1.1.0 - (package - (name "go-github-com-tj-go-buffer") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-buffer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qdxpa069pjjbzh217aadpzz1aq1n6h32lhp60yjcpi7hr4q8fxx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-buffer")) - (propagated-inputs - `(("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3))) - (home-page "https://github.com/tj/go-buffer") - (synopsis "Buffer") - (description - "Package buffer provides a generic buffer or batching mechanism for flushing -entries at a given size or interval, useful for cases such as batching log -events. -") - (license license:expat))) - -(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2 - (package - (name "go-github-com-tj-go-elastic") - (version "0.0.0-20171221160941-36157cbbebc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-elastic") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-elastic")) - (home-page "https://github.com/tj/go-elastic") - (synopsis "go-elastic") - (description - "Package elastic provides an Elasticsearch client with AWS sigv4 support. -") - (license license:expat))) - -(define-public go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b - (package - (name "go-github-com-tj-go-kinesis") - (version "0.0.0-20171128231115-08b17f58cb1b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-kinesis") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "108c6p5j6rhhc2cnc2v5368yfsw73y6lzlvz02vpvvjph8rhmld4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-kinesis")) - (home-page "https://github.com/tj/go-kinesis") - (synopsis "go-kinesis") - (description - "Package kinesis implements a batch producer built on top of the official AWS SDK. -") - (license license:expat))) - -(define-public go-github-com-tj-go-spin-1.1.0 - (package - (name "go-github-com-tj-go-spin") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-spin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-spin")) - (home-page "https://github.com/tj/go-spin") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20190902080502-41f04d3bba15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-apex-log-1.9.0 - (package - (name "go-github-com-apex-log") - (version "1.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/apex/log") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ibqkncnb8wcwilg2kyfyl5541g69rg551iy6m61q6iwdn5vfhi2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/apex/log")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-tj-go-spin-1.1.0" ,go-github-com-tj-go-spin-1.1.0) - ("go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b" - ,go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b) - ("go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2" - ,go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2) - ("go-github-com-tj-go-buffer-1.1.0" ,go-github-com-tj-go-buffer-1.1.0) - ("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-smartystreets-gunit-1.0.0" - ,go-github-com-smartystreets-gunit-1.0.0) - ("go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9" - ,go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9) - ("go-github-com-rogpeppe-fastuuid-1.1.0" - ,go-github-com-rogpeppe-fastuuid-1.1.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-mattn-go-colorable-0.1.2" - ,go-github-com-mattn-go-colorable-0.1.2) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7" - ,go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59" - ,go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59) - ("go-github-com-aws-aws-sdk-go-1.20.6" - ,go-github-com-aws-aws-sdk-go-1.20.6) - ("go-github-com-aphistic-sweet-0.2.0" - ,go-github-com-aphistic-sweet-0.2.0) - ("go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a" - ,go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a) - ("go-github-com-apex-logs-1.0.0" ,go-github-com-apex-logs-1.0.0))) - (home-page "https://github.com/apex/log") - (synopsis "Handlers") - (description - "Package log implements a simple structured logging API designed with few assumptions. Designed for -centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out -to handlers. -") - (license license:expat))) - -(define-public go-github-com-blang-semver-v4-4.0.0 - (package - (name "go-github-com-blang-semver-v4") - (version "4.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14h9ys4n4kx9cbj42lkdf4i5k3nkll6sd62jcvl7cs565v6fiknz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver/v4")) - (home-page "https://github.com/blang/semver") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-buger-jsonparser-1.1.1 - (package - (name "go-github-com-buger-jsonparser") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/buger/jsonparser") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qv2lsh2biwxn927941gqiv5pqg7n4v58j0i536pjp7pr17pq7dp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/buger/jsonparser")) - (home-page "https://github.com/buger/jsonparser") - (synopsis - "Alternative JSON parser for Go (10x times faster standard library)") - (description - "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") - (license license:expat))) - -(define-public go-github-com-bugsnag-bugsnag-go-1.5.1 - (package - (name "go-github-com-bugsnag-bugsnag-go") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/bugsnag-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "133yi7x5ygwg7iabl246nj2i3lqkkh0pmhpcw4maq2g0b8d7np54")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) - (home-page "https://github.com/bugsnag/bugsnag-go") - (synopsis "Bugsnag error reporter for Go") - (description - "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). -") - (license license:expat))) - -(define-public go-github-com-bugsnag-panicwrap-1.2.0 - (package - (name "go-github-com-bugsnag-panicwrap") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/panicwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dzsnpdy4b16h8gh6qr9k3bl5dfch7vmglqhsbcxwyli8s09pimx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/panicwrap")) - (home-page "https://github.com/bugsnag/panicwrap") - (synopsis "panicwrap") - (description - "The panicwrap package provides functions for capturing and handling -panics in your application. It does this by re-executing the running -application and monitoring stderr for any panics. At the same time, -stdout/stderr/etc. are set to the same values so that data is shuttled -through properly, making the existence of panicwrap mostly transparent. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.2.1 - (package - (name "go-github-com-kr-pretty") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-frankban-quicktest-1.11.3 - (package - (name "go-github-com-frankban-quicktest") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/frankban/quicktest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/frankban/quicktest")) - (propagated-inputs - `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/frankban/quicktest") - (synopsis "quicktest") - (description - "Package quicktest provides a collection of Go helpers for writing tests. -") - (license license:expat))) - -(define-public go-github-com-google-go-cmp-0.5.4 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.4.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-coreos-go-systemd-v22-22.1.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-docker-go-units-0.4.0 - (package - (name "go-github-com-docker-go-units") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-units") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-units")) - (home-page "https://github.com/docker/go-units") - (synopsis "Introduction") - (description - "Package units provides helper function to parse and print size and time units -in human-readable format. -") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-v5-5.0.3 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-yuin-goldmark-1.1.27 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.27") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.2.0 - (package - (name "go-golang-org-x-mod") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200226121028-0de0cce0169b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190911185100-cd5d95a43a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200619180055-7c47624df98f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.27" - ,go-github-com-yuin-goldmark-1.1.27))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.5.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" - ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-kisielk-gotool-1.0.0 - (package - (name "go-github-com-kisielk-gotool") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/gotool") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/gotool")) - (home-page "https://github.com/kisielk/gotool") - (synopsis "gotool") - (description - "Package gotool contains utility functions used to implement the standard -\"cmd/go\" tool, provided as a convenience to developers who want to write -tools with similar semantics. -") - (license license:expat))) - -(define-public go-github-com-yuin-goldmark-1.2.1 - (package - (name "go-github-com-yuin-goldmark") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20190717185122-a985d3407aa7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191119224855-298f0cb1881e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191011141410-1b5146add898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.3.0 - (package - (name "go-golang-org-x-mod") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201021035429-f5854403a974") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201020160332-67f06af15bc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20200804184101-5ec99f83aff1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210106214847-113979e3529a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-gogo-protobuf-1.3.2 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" - ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.5.0" - ,go-github-com-kisielk-errcheck-1.5.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191026070338-33540a1f6037") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.7.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0-20190314233015-f79a8a8ca69d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.2 - (package - (name "go-github-com-urfave-cli") - (version "1.22.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210124154548-22da62e12c0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-cgroups-1.0.1 - (package - (name "go-github-com-containerd-cgroups") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.17 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-cenkalti-backoff-v4-4.1.1 - (package - (name "go-github-com-cenkalti-backoff-v4") - (version "4.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cenkalti/backoff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08c28226q612i1pv83161y57qh16631vpc51ai9f76qfrzsy946z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cenkalti/backoff/v4")) - (home-page "https://github.com/cenkalti/backoff") - (synopsis "Exponential Backoff") - (description - "Package backoff implements backoff algorithms for retrying operations. -") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.9 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ykikks6ihgg899ibk9m9m0hqrbss0cx7l7z4yjb873b10bacj52")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.23 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.23") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19gmwvq72vrlw6wvnmz4rjmg6r34c1nbqk71mj4bqq08rpi3i89r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.1.0" - ,go-github-com-containerd-ttrpc-1.1.0) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-containerd-1.4.9" - ,go-github-com-containerd-containerd-1.4.9) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-cenkalti-backoff-v4-4.1.1" - ,go-github-com-cenkalti-backoff-v4-4.1.1) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-aufs-1.0.0 - (package - (name "go-github-com-containerd-aufs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-1.0.0 - (package - (name "go-github-com-containerd-btrfs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-cilium-ebpf-0.4.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-1.0.1 - (package - (name "go-github-com-containerd-cgroups") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-mitchellh-go-homedir-1.1.0 - (package - (name "go-github-com-mitchellh-go-homedir") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/go-homedir") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/go-homedir")) - (home-page "https://github.com/mitchellh/go-homedir") - (synopsis "go-homedir") - (description - "This is a Go library for detecting the user's home directory without -the use of cgo, so the library can be used in cross-compilation environments.") - (license license:expat))) - -(define-public go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6 - (package - (name "go-github-com-armon-consul-api") - (version "0.0.0-20180202201655-eb2c6b5be1b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/consul-api") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/consul-api")) - (home-page "https://github.com/armon/consul-api") - (synopsis "consul-api") - (description - " Please use @url{https://github.com/hashicorp/consul/tree/master/api,consul api package} instead. -Godocs for that package @url{http://godoc.org/github.com/hashicorp/consul/api,are here}.") - (license license:mpl2.0))) - -(define-public go-github-com-coreos-bbolt-1.3.2 - (package - (name "go-github-com-coreos-bbolt") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/bbolt")) - (home-page "https://github.com/coreos/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-coreos-etcd-3.3.10+incompatible - (package - (name "go-github-com-coreos-etcd") - (version "3.3.10+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/etcd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/etcd")) - (home-page "https://github.com/coreos/etcd") - (synopsis "etcd") - (description - "Package main is a simple wrapper of the real etcd entrypoint package -(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still -\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and -builds a binary in $GOBIN/etcd -") - (license license:asl2.0))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190129154638-5b532d6fd5ef") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ls2i4ixyd4r2556j7c5jmlligjb35gfvxknrdn2abjmcahgqd6h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-websocket-1.4.0 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-middleware") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-middleware") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") - (synopsis "Go gRPC Middleware") - (description - "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.0 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" - ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) - ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) - ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" - ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-hcl-1.0.0 - (package - (name "go-github-com-hashicorp-hcl") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/hcl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/hcl")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/hashicorp/hcl") - (synopsis "HCL") - (description "Package hcl decodes HCL into usable Go structures. -") - (license license:mpl2.0))) - -(define-public go-github-com-magiconair-properties-1.8.0 - (package - (name "go-github-com-magiconair-properties") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magiconair/properties") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/magiconair/properties")) - (home-page "https://github.com/magiconair/properties") - (synopsis "Overview") - (description - "Package properties provides functions for reading and writing -ISO-8859-1 and UTF-8 encoded .properties files and has -support for recursive property expansion. -") - (license license:bsd-2))) - -(define-public go-github-com-pelletier-go-toml-1.2.0 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-prometheus-common-0.4.0 - (package - (name "go-github-com-prometheus-common") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" - ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20190507164030-5867b95ac084") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-oneofone-xxhash-1.2.2 - (package - (name "go-github-com-oneofone-xxhash") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/OneOfOne/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/OneOfOne/xxhash")) - (home-page "https://github.com/OneOfOne/xxhash") - (synopsis "xxhash") - (description - "This is a native Go implementation of the excellent @url{https://github.com/Cyan4973/xxHash,xxhash}* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.") - (license license:asl2.0))) - -(define-public go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72 - (package - (name "go-github-com-spaolacci-murmur3") - (version "0.0.0-20180118202830-f09979ecbc72") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spaolacci/murmur3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spaolacci/murmur3")) - (home-page "https://github.com/spaolacci/murmur3") - (synopsis "murmur3") - (description - "Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3. -") - (license license:bsd-3))) - -(define-public go-github-com-cespare-xxhash-1.1.0 - (package - (name "go-github-com-cespare-xxhash") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cespare/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cespare/xxhash")) - (propagated-inputs - `(("go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72" - ,go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72) - ("go-github-com-oneofone-xxhash-1.2.2" - ,go-github-com-oneofone-xxhash-1.2.2))) - (home-page "https://github.com/cespare/xxhash") - (synopsis "xxhash") - (description - "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described -at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. -") - (license license:expat))) - -(define-public go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954 - (package - (name "go-github-com-dgryski-go-sip13") - (version "0.0.0-20181026042036-e10d5fee7954") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgryski/go-sip13") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgryski/go-sip13")) - (home-page "https://github.com/dgryski/go-sip13") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-oklog-ulid-1.3.1 - (package - (name "go-github-com-oklog-ulid") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/oklog/ulid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/oklog/ulid")) - (home-page "https://github.com/oklog/ulid") - (synopsis "Universally Unique Lexicographically Sortable Identifier") - (description - "This package provides a Go port of @url{https://github.com/alizain/ulid,alizain/ulid} with binary format implemented.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce - (package - (name "go-github-com-prometheus-common") - (version "0.0.0-20181113130724-41aa239b4cce") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spy10lwanqa5ynks9cagphkq74zz4b3jm4w59vvizdcw4fhd7s6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-tsdb-0.7.1 - (package - (name "go-github-com-prometheus-tsdb") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus-junkyard/tsdb") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/tsdb")) - (propagated-inputs - `(("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce" - ,go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-oklog-ulid-1.3.1" ,go-github-com-oklog-ulid-1.3.1) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954" - ,go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-cespare-xxhash-1.1.0" - ,go-github-com-cespare-xxhash-1.1.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/tsdb") - (synopsis "TSDB") - (description - "Package tsdb implements a time series storage for float64 sample data. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-0.9.3 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-github-com-prometheus-tsdb-0.7.1" - ,go-github-com-prometheus-tsdb-0.7.1) - ("go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084" - ,go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084) - ("go-github-com-prometheus-common-0.4.0" - ,go-github-com-prometheus-common-0.4.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-beorn7-perks-1.0.0" - ,go-github-com-beorn7-perks-1.0.0))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-spf13-afero-1.1.2 - (package - (name "go-github-com-spf13-afero") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cast-1.3.0 - (package - (name "go-github-com-spf13-cast") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cast") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cast")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/cast") - (synopsis "cast") - (description "Package cast provides easy and safe casting in Go. -") - (license license:expat))) - -(define-public go-github-com-spf13-jwalterweatherman-1.0.0 - (package - (name "go-github-com-spf13-jwalterweatherman") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/jwalterweatherman") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) - (home-page "https://github.com/spf13/jwalterweatherman") - (synopsis "jWalterWeatherman") - (description - "Seamless printing to the terminal (stdout) and logging to a io.Writer -(file) thatâ\x80\x99s as easy to use as fmt.Println.") - (license license:expat))) - -(define-public go-github-com-ugorji-go-1.1.4 - (package - (name "go-github-com-ugorji-go") - (version "1.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ugorji/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ugorji/go")) - (home-page "https://github.com/ugorji/go") - (synopsis "go-codec") - (description - "This repository contains the @code{go-codec} library, the @code{codecgen} tool and -benchmarks for comparing against other libraries.") - (license license:expat))) - -(define-public go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77 - (package - (name "go-github-com-xordataexchange-crypt") - (version "0.0.3-0.20170626215501-b2862e3d0a77") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xordataexchange/crypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xordataexchange/crypt")) - (home-page "https://github.com/xordataexchange/crypt") - (synopsis "crypt") - (description - "You can use crypt as a command line tool or as a configuration library:") - (license license:expat))) - -(define-public go-go-etcd-io-bbolt-1.3.2 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4 - (package - (name "go-golang-org-x-time") - (version "0.0.0-20190308202827-9d24e82272b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-github-com-spf13-viper-1.4.0 - (package - (name "go-github-com-spf13-viper") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/viper") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/viper")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) - ("go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4" - ,go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4) - ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" - ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-go-etcd-io-bbolt-1.3.2" ,go-go-etcd-io-bbolt-1.3.2) - ("go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77" - ,go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77) - ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" - ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) - ("go-github-com-ugorji-go-1.1.4" ,go-github-com-ugorji-go-1.1.4) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-jwalterweatherman-1.0.0" - ,go-github-com-spf13-jwalterweatherman-1.0.0) - ("go-github-com-spf13-cast-1.3.0" ,go-github-com-spf13-cast-1.3.0) - ("go-github-com-spf13-afero-1.1.2" ,go-github-com-spf13-afero-1.1.2) - ("go-github-com-soheilhy-cmux-0.1.4" - ,go-github-com-soheilhy-cmux-0.1.4) - ("go-github-com-prometheus-client-golang-0.9.3" - ,go-github-com-prometheus-client-golang-0.9.3) - ("go-github-com-pelletier-go-toml-1.2.0" - ,go-github-com-pelletier-go-toml-1.2.0) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-magiconair-properties-1.8.0" - ,go-github-com-magiconair-properties-1.8.0) - ("go-github-com-jonboulle-clockwork-0.1.0" - ,go-github-com-jonboulle-clockwork-0.1.0) - ("go-github-com-hashicorp-hcl-1.0.0" - ,go-github-com-hashicorp-hcl-1.0.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.0" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0" - ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0) - ("go-github-com-gorilla-websocket-1.4.0" - ,go-github-com-gorilla-websocket-1.4.0) - ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) - ("go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef" - ,go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7) - ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" - ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.2.0" - ,go-github-com-coreos-go-semver-0.2.0) - ("go-github-com-coreos-etcd-3.3.10+incompatible" - ,go-github-com-coreos-etcd-3.3.10+incompatible) - ("go-github-com-coreos-bbolt-1.3.2" ,go-github-com-coreos-bbolt-1.3.2) - ("go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6" - ,go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6))) - (home-page "https://github.com/spf13/viper") - (synopsis "Install") - (description "Many Go projects are built using Viper including:") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-1.0.0 - (package - (name "go-github-com-spf13-cobra") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-spf13-viper-1.4.0" ,go-github-com-spf13-viper-1.4.0) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-mitchellh-go-homedir-1.1.0" - ,go-github-com-mitchellh-go-homedir-1.1.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.1.0 - (package - (name "go-github-com-containerd-continuity") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h756l1xc31sc4zc1d3hmh64kl9qm5vpbbw0c93hrasn51ki96yz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-spf13-cobra-1.0.0" ,go-github-com-spf13-cobra-1.0.0) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-1.0.0 - (package - (name "go-github-com-containerd-fifo") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l6jy9b4mjcj7pbz1n79zmipni1dz60rf5n66vn5p2ggavbq7h1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-cni-1.0.2 - (package - (name "go-github-com-containerd-go-cni") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hqwy402qy04slz2vj05s517mhdbmmkdjs6nhfnk184a730whgv6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-cni")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-containernetworking-cni-0.8.0" - ,go-github-com-containernetworking-cni-0.8.0))) - (home-page "https://github.com/containerd/go-cni") - (synopsis "go-cni") - (description - "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-1.0.0 - (package - (name "go-github-com-containerd-go-runc") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210315114300-dde8f0fda960") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ag5p2vqzdavq66wb1z42yw5jzrncsi97g8qk2x9nq51z1nj8rdi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.4 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "039c26mjq8qs1s4kbx76fc99wnmnx165bqn16b2b9gyvxcphs7iv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960" - ,go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" - ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) - ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" - ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" - ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" - ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) - ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" - ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210324051608-47abb6519492") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19g0pa8lazad5kcq396ggg9x1d6sx39rw9brz3hklx71gg1jd3ja")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-microsoft-hcsshim-0.8.16 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.16") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15bxkqq4zavwspx3ga8j3vx9jrc7l0jazsa6cs6im9liy6xhkbd6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-containerd-1.5.0-beta.4" - ,go-github-com-containerd-containerd-1.5.0-beta.4) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17-0.20210324224401-5516f17a5958") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20210316121734-20793ff83c97") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ipr8pafb2xpkchfvnxjcfx9pb48mjr9k8krj9gnagssxhynbkd5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676 - (package - (name "go-github-com-containerd-btrfs") - (version "0.0.0-20210316141732-918d888fb676") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20210316144830-115abcc95a1d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hqna43p8r6g3xv8g8n985hq1nzipsvjiwm70xpbzbgynh4ym6z5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20201020171139-16b287bc67d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.1.1-0.20210312161619-7ed62a527887") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16pgcc0w8m2cxhfjzmmd2h3n6mxzc1nlghrhgjlx0lf4q96hv904")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.0" - ,go-github-com-containers-ocicrypt-1.1.0) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14 - (package - (name "go-github-com-containerd-nri") - (version "0.0.0-20210316161719-dbaa18c31c14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kyrvagbga6yib7il0m4zvqz977a4wsv5lgjd3ix53xmr4h7fgm7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210324211415-d5c4544f0433") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wsqwqv2pyn05asgpm9clgpwq9b8b0fjk4khzkjvscrf5j4v1rx4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.4 - (package - (name "go-k8s-io-apiserver") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gffl7z6bvi46v0fvphbak4waddsgf4pd5w16khgrzl1sv9skn61")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) - ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-api-0.20.4 - (package - (name "go-k8s-io-api") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hjckd94vpsr690kwx7dad8qlb8xjg2bz5ms315s9h6wc5cqwvgy")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-apimachinery-0.20.4 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.4 - (package - (name "go-k8s-io-client-go") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g8x2d59qm6068rql63c0mdhcjz9jsyyf7a5fdg1hyf88dvigfcx")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.4 - (package - (name "go-k8s-io-component-base") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02b782p63h8z3pg64i1kfgkmxwslxpyl6afkhd1agbig9zd6g7w8")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.4 - (package - (name "go-k8s-io-cri-api") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-rc.0 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-rc.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "148z6782bj0vy3vzbhg2xf53g14llvxfsmdsqkz6x5n49rm6xr4i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.4" ,go-k8s-io-cri-api-0.20.4) - ("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) - ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apiserver-0.20.4" ,go-k8s-io-apiserver-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433" - ,go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" - ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) - ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" - ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" - ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" - ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) - ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" - ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20210322153248-0c34fe9e7dc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containers-ocicrypt-1.1.1 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l0bfk244sxnakg3my529jsw532pffkmiyk5y1iqblz4mkjfphc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" - ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.1.1 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "177fs3p2xzwjsffcxqqllx6wi6ghfyqbvfgn95v3q7a2993yqk4k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.1" - ,go-github-com-containers-ocicrypt-1.1.1) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-rc.0" - ,go-github-com-containerd-containerd-1.5.0-rc.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-microsoft-hcsshim-0.8.16" - ,go-github-com-microsoft-hcsshim-0.8.16) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.1.0 - (package - (name "go-github-com-containerd-nri") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hqji5qa0n0fdyv9sjdl7mv3bb4fnq9i79pdzlw6m1nigrnb18qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200224152610-e50cd9704f63") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1392q1dfg4kkfg86w05gsszdlkd0hf424rvich1xzjqbm3ad3lin")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.27.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.27.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0aszb7cv8fq1m8akgd4kjyg5q7g5z9fdqnry6057ygq9r8r2yif2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-ttrpc-1.1.0 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13grp3ivmkdyhwpzhnva2w4lv035c4i1m0a2bdci4z44mif86gns")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.27.1" - ,go-google-golang-org-protobuf-1.27.1) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63" - ,go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-1.0.2 - (package - (name "go-github-com-containerd-typeurl") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wvfxlxgkln11d9s6rxay965c715bnpk203klbsq8m8qpjqrz620")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.15 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1119qf7nklpnn9li61m8jrd5wvifhiz7qh7sfjjy04rfvbvlsi6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" - ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k6dqaidnldf7kpxdszf0wn6xb8m6vaizm2aza81fri1q0051213")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200622214017-ed371f2e16b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20201003224125-76a6863f2989") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nsiyqjrgf3vvv6hpiljknpbkzlla1czpkq69i607f7p5jd8bgaq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" - ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.1" - ,go-github-com-containerd-ttrpc-1.0.1) - ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" - ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) - ("go-github-com-containerd-containerd-1.4.1" - ,go-github-com-containerd-containerd-1.4.1) - ("go-github-com-microsoft-hcsshim-0.8.9" - ,go-github-com-microsoft-hcsshim-0.8.9))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20210114181951-8a68de567b68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v70kxazvsizx33w9nz341hg14acg2vnbfcpx9yknmsjqdwgqnhs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17-0.20210211115548-6eac466e5fa3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w8fmybsl0v5azwi66qa299gwh0mlp907mrg4yaiya7s0cjmjx0d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3 - (package - (name "go-github-com-microsoft-hcsshim-test") - (version "0.0.0-20210227013316-43a75bb4edd3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j899w4hdw1mk6rfyy9qsm902iavgc49ykbjdsb02m6wszq1z0wy")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/Microsoft/hcsshim/test" - #:unpack-path - "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.16 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.16") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible - (package - (name "go-github-com-azure-azure-sdk-for-go") - (version "16.2.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/azure-sdk-for-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hwrspsyfs003h4f8zl8b41g3a6jpkqawqrykd1mjw9p6hs1c6k8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) - (home-page "https://github.com/Azure/azure-sdk-for-go") - (synopsis "Azure SDK for Go") - (description - "Package sdk provides Go packages for managing and using Azure services. -") - (license license:expat))) - -(define-public go-github-com-azure-go-autorest-10.8.1+incompatible - (package - (name "go-github-com-azure-go-autorest") - (version "10.8.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/go-autorest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "122zfifj93vkix8ggkdh0dz5rmzxh4bql4nry1hws2czmzgxlkdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/go-autorest")) - (home-page "https://github.com/Azure/go-autorest") - (synopsis "go-autorest") - (description - "Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages. -") - (license license:asl2.0))) - -(define-public go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d - (package - (name "go-github-com-shopify-logrus-bugsnag") - (version "0.0.0-20171204204709-577dee27f20d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Shopify/logrus-bugsnag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l3yahk77vzgmjs7baf8g14sv33jj04rw73iind4wayg40lfgrp8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Shopify/logrus-bugsnag")) - (home-page "https://github.com/Shopify/logrus-bugsnag") - (synopsis "logrus-bugsnag") - (description - "logrus-bugsnag is a hook that allows @url{https://github.com/sirupsen/logrus,Logrus} to interface with @url{https://bugsnag.com,Bugsnag}.") - (license license:expat))) - -(define-public go-github-com-go-ini-ini-1.25.4 - (package - (name "go-github-com-go-ini-ini") - (version "1.25.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-ini/ini") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b6cql5ripbiyrm18d6bfd1rfjnwcbskppw3d0vb80l0wy72d0c6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-ini/ini")) - (home-page "https://github.com/go-ini/ini") - (synopsis "INI") - (description - "Package ini provides INI file read and write functionality in Go. -") - (license license:asl2.0))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20160202185014-0b12d6b521d8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-aws-aws-sdk-go-1.15.11 - (package - (name "go-github-com-aws-aws-sdk-go") - (version "1.15.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aws/aws-sdk-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w960w39k3nyc17p1lvd41cls39qwg7kzfm57vfbdb4h1m5sck99")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aws/aws-sdk-go")) - (propagated-inputs - `(("go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8" - ,go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8) - ("go-github-com-go-ini-ini-1.25.4" ,go-github-com-go-ini-ini-1.25.4))) - (home-page "https://github.com/aws/aws-sdk-go") - (synopsis "AWS SDK for Go") - (description - "Package sdk is the official AWS SDK for the Go programming language. -") - (license license:asl2.0))) - -(define-public go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a - (package - (name "go-github-com-beorn7-perks") - (version "0.0.0-20160804104726-4c0e84591b9a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-bitly-go-simplejson-0.5.0 - (package - (name "go-github-com-bitly-go-simplejson") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bitly/go-simplejson") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bitly/go-simplejson")) - (home-page "https://github.com/bitly/go-simplejson") - (synopsis "go-simplejson") - (description "a Go package to interact with arbitrary JSON") - (license license:expat))) - -(define-public go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869 - (package - (name "go-github-com-bmizerany-assert") - (version "0.0.0-20160611221934-b7ed37b82869") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bmizerany/assert") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bmizerany/assert")) - (home-page "https://github.com/bmizerany/assert") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1 - (package - (name "go-github-com-bshuster-repo-logrus-logstash-hook") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bshuster-repo/logrus-logstash-hook") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kkjzav4i3l2ahgpirysr0cqh60vdq517lpj00cc9z32zfrsw87k")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) - (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") - (synopsis "Logstash hook for logrus") - (description - "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") - (license license:expat))) - -(define-public go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd - (package - (name "go-github-com-bugsnag-bugsnag-go") - (version "0.0.0-20141110184014-b1d153021fcd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/bugsnag-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "057vwigfzq42p9vkk9yhy8vkvgdmh6653rc988jmvmrkwbgvb352")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) - (home-page "https://github.com/bugsnag/bugsnag-go") - (synopsis "Bugsnag error reporter for Go") - (description - "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). -") - (license license:expat))) - -(define-public go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b - (package - (name "go-github-com-bugsnag-osext") - (version "0.0.0-20130617224835-0dd3f918b21b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02pczqml6p1mnfdrygm3rs02g0r65qx8v1bi3x24dx8wv9dr5y23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/osext")) - (home-page "https://github.com/bugsnag/osext") - (synopsis #f) - (description "Extensions to the standard \"os\" package. -") - (license license:zlib))) - -(define-public go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0 - (package - (name "go-github-com-bugsnag-panicwrap") - (version "0.0.0-20151223152923-e2c28503fcd0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/panicwrap") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02z1q18s83xhfsz3n8bzv071a6n0irlad11yxppaf7015a7dl446")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/panicwrap")) - (home-page "https://github.com/bugsnag/panicwrap") - (synopsis "panicwrap") - (description - "The panicwrap package provides functions for capturing and handling -panics in your application. It does this by re-executing the running -application and monitoring stderr for any panics. At the same time, -stdout/stderr/etc. are set to the same values so that data is shuttled -through properly, making the existence of panicwrap mostly transparent. -") - (license license:expat))) - -(define-public go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba - (package - (name "go-github-com-denverdino-aliyungo") - (version "0.0.0-20190125010748-a747050bb1ba") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/denverdino/aliyungo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rc16ciz8gjpn36fhp0qz1ns0inlvjaz07z1qffl9ni4b49hhwkn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/denverdino/aliyungo")) - (home-page "https://github.com/denverdino/aliyungo") - (synopsis "AliyunGo: Go SDK for Aliyun Services") - (description - "This is an unofficial Go SDK for Aliyun services. You are welcome for contribution.") - (license license:asl2.0))) - -(define-public go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c - (package - (name "go-github-com-dgrijalva-jwt-go") - (version "0.0.0-20170104182250-a601269ab70c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgrijalva/jwt-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c2dhmj95wh9cs099cr43qghgmp6bqx0mq44vha2dqq5jkbazwfv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) - (home-page "https://github.com/dgrijalva/jwt-go") - (synopsis "jwt-go") - (description - "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} -") - (license license:expat))) - -(define-public go-github-com-dnaeon-go-vcr-1.0.1 - (package - (name "go-github-com-dnaeon-go-vcr") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dnaeon/go-vcr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dnaeon/go-vcr")) - (home-page "https://github.com/dnaeon/go-vcr") - (synopsis "go-vcr") - (description - "@code{go-vcr} simplifies testing by recording your HTTP interactions and -replaying them in future runs in order to provide fast, deterministic -and accurate testing of your code.") - (license license:bsd-2))) - -(define-public go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916 - (package - (name "go-github-com-docker-go-metrics") - (version "0.0.0-20180209012529-399ea8c73916") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-metrics")) - (home-page "https://github.com/docker/go-metrics") - (synopsis "go-metrics") - (description - "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1 - (package - (name "go-github-com-docker-libtrust") - (version "0.0.0-20150114040149-fa567046d9b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/libtrust") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1121c7fxarzyr3fvxyzfw8qs4hb8k92dsix26s5vxncgszl5svf2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/libtrust")) - (home-page "https://github.com/docker/libtrust") - (synopsis "libtrust") - (description - "Package libtrust provides an interface for managing authentication and -authorization using public key cryptography. Authentication is handled -using the identity attached to the public key and verified through TLS -x509 certificates, a key challenge, or signature. Authorization and -access control is managed through a trust graph distributed between -both remote trust servers and locally cached and managed data. -") - (license license:asl2.0))) - -(define-public go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7 - (package - (name "go-github-com-garyburd-redigo") - (version "0.0.0-20150301180006-535138d7bcd7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/garyburd/redigo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/garyburd/redigo")) - (home-page "https://github.com/garyburd/redigo") - (synopsis #f) - (description - "Future development of Redigo is at -@url{https://github.com/gomodule/redigo,github.com/gomodule/redigo}. Please submit -issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a -read-only snapshot.") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33 - (package - (name "go-github-com-gorilla-handlers") - (version "0.0.0-20150720190736-60c7bfde3e33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/handlers") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zvpxvybdn8yqpk2cxs134ip9wxmw6c1s0kw9nahf7qw1kfyzycm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/handlers")) - (home-page "https://github.com/gorilla/handlers") - (synopsis "gorilla/handlers") - (description - "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use -with Go's net/http package (or any framework supporting http.Handler). -") - (license license:bsd-2))) - -(define-public go-github-com-gorilla-mux-1.7.2 - (package - (name "go-github-com-gorilla-mux") - (version "1.7.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/mux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gjcbgpdl3snc38i8sj8k6sqbv3inyrxqyggbqvr4jfx2phv2zy6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/mux")) - (home-page "https://github.com/gorilla/mux") - (synopsis "gorilla/mux") - (description "Package mux implements a request router and dispatcher. -") - (license license:bsd-3))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20160803190731-bd40a432e4c7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kgzwiyqn24ba9kgpjxlq1h746gnyby0psbjj9mp2yx0h1i0kc4z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-marstr-guid-1.1.0 - (package - (name "go-github-com-marstr-guid") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/marstr/guid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/marstr/guid")) - (home-page "https://github.com/marstr/guid") - (synopsis "Guid") - (description - "Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, @url{http://ietf.org/rfc/rfc4122.txt,RFC 4122} governs the desired behavior.") - (license license:expat))) - -(define-public go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f - (package - (name "go-github-com-mitchellh-osext") - (version "0.0.0-20151018003038-5e2d6d41470f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j635c1cx7crs5wlirlk713l36x70pnlmqrzd3x3bjgnjg194jrk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/osext")) - (home-page "https://github.com/mitchellh/osext") - (synopsis "osext") - (description "Extensions to the standard \"os\" package. -") - (license license:zlib))) - -(define-public go-github-com-ncw-swift-1.0.47 - (package - (name "go-github-com-ncw-swift") - (version "1.0.47") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ncw/swift") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wxz4lvy6pjabghq8inby2fyh58ysclayccziawc8fd7a67kh4cd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ncw/swift")) - (home-page "https://github.com/ncw/swift") - (synopsis "Swift") - (description - "Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420 - (package - (name "go-github-com-opencontainers-go-digest") - (version "0.0.0-20170106003457-a6d0ee40d420") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.0 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04ax2pylpwzsa5pw6wk94shdpdmfyqf70ys0idhpxsygzc2m5l23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.0.0-20180209125602-c332b6f63c06") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "068r759wnh1lxcjhj89z4bqbpl7ydcx2drn2967ygw80nyab30pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20171117100541-99fa1f4be8e5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083 - (package - (name "go-github-com-prometheus-common") - (version "0.0.0-20180110214958-89604d197083") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "169rdlaf2mk9z4fydz7ajmngyhmf3q1lk96yhvx46bn986x5xkyn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 - (package - (name "go-github-com-gopherjs-gopherjs") - (version "0.0.0-20181017120253-0766667cb4d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gopherjs/gopherjs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gopherjs/gopherjs")) - (home-page "https://github.com/gopherjs/gopherjs") - (synopsis "GopherJS - A compiler from Go to JavaScript") - (description - "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") - (license license:bsd-2))) - -(define-public go-github-com-jtolds-gls-4.20.0+incompatible - (package - (name "go-github-com-jtolds-gls") - (version "4.20.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jtolio/gls") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jtolds/gls")) - (home-page "https://github.com/jtolds/gls") - (synopsis "gls") - (description "Package gls implements goroutine-local storage. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d - (package - (name "go-github-com-smartystreets-assertions") - (version "0.0.0-20180927180507-b2de0cb4f26d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190328211700-ab21143f2384") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a - (package - (name "go-github-com-smartystreets-goconvey") - (version "0.0.0-20190330032615-68dc04aab96a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/goconvey") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kas5v95fzhr88hg4rjy0vp03y4pzvy3pwwgkfz2yhn5nlj29nk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/goconvey")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" - ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) - ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" - ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) - ("go-github-com-jtolds-gls-4.20.0+incompatible" - ,go-github-com-jtolds-gls-4.20.0+incompatible) - ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" - ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) - (home-page "https://github.com/smartystreets/goconvey") - (synopsis "GoConvey is awesome Go testing") - (description - "This executable provides an HTTP server that watches for file system changes -to .go files within the working directory (and all nested go packages). -Navigating to the configured host and port in a web browser will display the -latest results of running `go test` in each go package. -") - (license license:expat))) - -(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43 - (package - (name "go-github-com-yvasiyarov-go-metrics") - (version "0.0.0-20140926110328-57bccd1ccd43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rwlq9k3iii54da90fjivi13zacx2h6znppkzncvl653xhjpm26g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) - (home-page "https://github.com/yvasiyarov/go-metrics") - (synopsis "go-metrics") - (description "Go port of Coda Hale's Metrics library -") - (license #f))) - -(define-public go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50 - (package - (name "go-github-com-yvasiyarov-gorelic") - (version "0.0.0-20141212073537-a9bba5b9ab50") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/gorelic") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1niwv40k9rx2g5h6wddci9ykf1sm1d5ml9mjgdjd1ahm4wfq08gn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) - (home-page "https://github.com/yvasiyarov/gorelic") - (synopsis "GoRelic is deprecated in favour of") - (description - "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. -") - (license license:bsd-2))) - -(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f - (package - (name "go-github-com-yvasiyarov-newrelic-platform-go") - (version "0.0.0-20140908184405-b21fdbd4370f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/newrelic_platform_go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a4yncdxwsy0rn3bhkadfysm817b7ndzmh9fkg8hh92pnw5aabzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) - (home-page "https://github.com/yvasiyarov/newrelic_platform_go") - (synopsis "New Relic Platform Agent SDK for Go(golang)") - (description - "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190619014844-b5b0513f8c1b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sr4gbiq09izkmm6hcmfnia6lz6ngzzqjbwlrzh7jifbzyck53wz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190602015325-4c4f7f33c9ed") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191001bxqyc3xfs46nnqmm7jdk0r73vk7a4zqngfl7zwjv9smwsq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff - (package - (name "go-google-golang-org-api") - (version "0.0.0-20160322025152-9bf6e6e569ff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02zn0zr4jrkdnxhxa0h3vm30j27bsc4lcswrffilkrafbspjsrxz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8 - (package - (name "go-google-golang-org-cloud") - (version "0.0.0-20151119220103-975617b05ea8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "156jhn1kakr98jfk830y4yr8lhisdj6qs38ypa42ddmgza9qcmdd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/cloud")) - (home-page "https://google.golang.org/cloud") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a - (package - (name "go-google-golang-org-grpc") - (version "0.0.0-20160317175043-d3ddb4469d5a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p45by0s66ragvx9hs8gkz1k1gy8456y794b5zspa0b86y2b53w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20141024133853-64131543e789") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01sz40asq0zwf6j7q2hww33wr1cflglngq8xazw466c9d1f9kyyh")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c - (package - (name "go-github-com-docker-distribution") - (version "0.0.0-20190905152932-14b96e55d84c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jd7ccjy7ahznsh6hf9dhqbgn9glwc0db9g5nv8n6sys5d1jdni9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" - ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) - ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" - ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) - ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" - ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) - ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" - ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) - ("go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed" - ,go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b" - ,go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) - ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" - ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) - ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" - ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) - ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" - ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a" - ,go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083" - ,go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083) - ("go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5" - ,go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5) - ("go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06" - ,go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06) - ("go-github-com-opencontainers-image-spec-1.0.0" - ,go-github-com-opencontainers-image-spec-1.0.0) - ("go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420" - ,go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420) - ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) - ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" - ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-marstr-guid-1.1.0" ,go-github-com-marstr-guid-1.1.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7" - ,go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-gorilla-mux-1.7.2" ,go-github-com-gorilla-mux-1.7.2) - ("go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33" - ,go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33) - ("go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7" - ,go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7) - ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" - ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) - ("go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916" - ,go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916) - ("go-github-com-dnaeon-go-vcr-1.0.1" - ,go-github-com-dnaeon-go-vcr-1.0.1) - ("go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c" - ,go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c) - ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" - ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) - ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" - ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) - ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" - ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) - ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" - ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) - ("go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1" - ,go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1) - ("go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869" - ,go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869) - ("go-github-com-bitly-go-simplejson-0.5.0" - ,go-github-com-bitly-go-simplejson-0.5.0) - ("go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a" - ,go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a) - ("go-github-com-aws-aws-sdk-go-1.15.11" - ,go-github-com-aws-aws-sdk-go-1.15.11) - ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" - ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) - ("go-github-com-azure-go-autorest-10.8.1+incompatible" - ,go-github-com-azure-go-autorest-10.8.1+incompatible) - ("go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible" - ,go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible))) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d - (package - (name "go-github-com-gogo-protobuf") - (version "1.2.2-0.20190723190241-65acae22fc9d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0700alky9z0g9akhrzn20wf4jr1600d0clhs32sm8chnlbvidy46")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190813064441-fde4db37ae7a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16k4w4pzziq1kln18k5fg01qgk4hpzb5xsm7175kaky6d6gwyhg3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-k8s-io-cri-api-0.17.3 - (package - (name "go-k8s-io-cri-api") - (version "0.17.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "047wg80q4cb9qikpj0zp2kzcgp599cdqwiqlravfy86bga4r3fgf")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a" - ,go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d" - ,go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da - (package - (name "go-github-com-microsoft-hcsshim-test") - (version "0.0.0-20201218223536-d3e5debf77da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/Microsoft/hcsshim/test" - #:unpack-path - "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-cri-api-0.17.3" ,go-k8s-io-cri-api-0.17.3) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" - ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) - ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" - ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-imdario-mergo-0.3.8" - ,go-github-com-imdario-mergo-0.3.8) - ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" - ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) - ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" - ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-gogo-googleapis-1.2.0" - ,go-github-com-gogo-googleapis-1.2.0) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c" - ,go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-blang-semver-3.1.0+incompatible" - ,go-github-com-blang-semver-3.1.0+incompatible) - ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" - ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20200908144142-dab0cbea06f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "060iqypyrdmww0ykip1zqi5f2fl1il55vndgdn5aq5zj6530mgsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" - ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) - ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" - ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) - ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" - ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) - ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" - ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) - ("go-github-com-microsoft-hcsshim-0.8.7" - ,go-github-com-microsoft-hcsshim-0.8.7))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e - (package - (name "go-github-com-containerd-btrfs") - (version "0.0.0-20201111183144-404b9149801e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10aakvy9njaly2mfwi1cvys8dxjn27mnd7wnpnmxh8pxb7g2svag")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200824123100-0b889c03f102") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zjmphy2df9y20hzrmwxfpyyvz8vb5lazr4pjyx3c5a5x0j4rv8d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" - ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7 - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20201208142359-180525291bb7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1di4pspqfwfafdni0in84kzyn8h1fhqb6vh4i0g5skqmrc4sxf4h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20201026212402-0724c46b320c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d9j0isblnnqf78ygvwjyijjxn6zdzf7p803v0jv2py4d0pkvj8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.8.0 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16i59dhiq7pc7qs32cdk4yv4w9rjx4vvlw7fb6a6jhq6hxxjrgiw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-1.10.3 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00a40by9f5ylycnar8h3p9b4z5rcsvfvg4j3v5s5mchdqrqjv1pc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f - (package - (name "go-github-com-stretchr-objx") - (version "0.0.0-20180129172003-8a3f7159479f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rbz4x4jbq9vp3zxmv0c2wh1vbg48lmc8ncdgz7zxk7241fc31ki")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d - (package - (name "go-github-com-stretchr-testify") - (version "0.0.0-20180303142811-b89eecf5ca5d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g946ii8qjaynvidj648z8izl91i6yhy0ir6g3qsrn136im3r8wk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-containerd-go-cni-1.0.1 - (package - (name "go-github-com-containerd-go-cni") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sdlwa4d0kzpm3vg9jy6fxqqcfjq8innv1zjcyp8n9qy8vj9b24y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-cni")) - (propagated-inputs - `(("go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d" - ,go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d) - ("go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f" - ,go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-containernetworking-cni-0.8.0" - ,go-github-com-containernetworking-cni-0.8.0))) - (home-page "https://github.com/containerd/go-cni") - (synopsis "go-cni") - (description - "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20191206165004-02ecf6a7291e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1b3yq446gv8da4fajknbjxr5syz1ypz0nii9sqw066hx8kmqzgqh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.1 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00qb0q7ndxsll12ilp5a8pqfi4i1jqrlqzv0yf7sn52lkrdrw5f4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20200220073739-7016d3ce2328") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-1.0.1" - ,go-github-com-opencontainers-runtime-spec-1.0.1) - ("go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e" - ,go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.14 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n34wi9l9ks2z3cz97j30ljfmqppwf1zxr16hwbnswyrk54fcxm3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.7-0.20190325164909-8abdbb8205e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0029085clghvprb3bs2m9q7xk4njx5fg2gr5wm3a0y8kqx0awv45")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20190717030353-c4b9ac5c7601") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fpai6nsm7qd5zfd8ykq8j4ngbqcy5v2isw16j086j0qabyw2iiw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50 - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20181022165439-0650fd9eeb50") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cs11g3gjan15rnbgryf60725sw2hf83fb6y2hwn1rgcm0jab1b8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.3.0 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05mr33l0rhkj49n6wf9lk95ijqvqwhp68ll879rpad1ypfv2f8as")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02 - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20190815185530-f2a389ac0a02") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8a7npx46sjak0dyypkgg0h5dkq6dqpa4gx1v22ik62rmw0jy8r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260 - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20180307165137-3d5202aec260") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jp12vgfj0xg9m2w5cfay72fwrxb6w8za7rkcqw8yy8hypiqqxq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20190911050354-e029b79d8cda") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zwb6bfnfmj09rnz1z3xx1y2pm4wrhyp2ls7vmf7p62j5zyvdpkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8 - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20190828172938-92c8520ef9f8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.2.10 - (package - (name "go-github-com-containerd-containerd") - (version "1.2.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kddhkd93wkrimk0yjcqiavdrqc818nd39rf3wrgxyilx1mfnrwb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa - (package - (name "go-github-com-fullsailor-pkcs7") - (version "0.0.0-20190404230743-d7302db945fa") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fullsailor/pkcs7") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d7dpj85j36pxwg1kn7b23rm54va5p9v3vdcx27pma2jjlsxsm1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fullsailor/pkcs7")) - (home-page "https://github.com/fullsailor/pkcs7") - (synopsis "pkcs7") - (description - "Package pkcs7 implements parsing and generation of some PKCS#7 structures. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190701094942-4def268fd1a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-square-go-jose-v2-2.3.1 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11r93g9xrcjqj7qvq8sbd5hy5rnbpmim0vdsp6rbav8gl7wimaa3")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.0.1 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q27vzgdsimypkpi7iv0rl1xz571554adphyl0j8b5qa8wrf0n7v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-square-go-jose-v2-2.3.1" - ,go-gopkg-in-square-go-jose-v2-2.3.1) - ("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) - ("go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4" - ,go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa" - ,go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa) - ("go-github-com-containerd-containerd-1.2.10" - ,go-github-com-containerd-containerd-1.2.10))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20161114122254-48702e0da86b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zl9ns4j3lpjykf32rv5cb6sj9x5ci8yi90vab1bl27vnqjgdkh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1-0.20190205005809-0d3efadf0154+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad - (package - (name "go-github-com-docker-go-events") - (version "0.0.0-20170721190031-9461782956ad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-events") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vn0kd0w253jwdk86gv1h6s8p6bzxiyif74xdzlb39zr6fdrr145")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-events")) - (home-page "https://github.com/docker/go-events") - (synopsis "Docker Events Package") - (description - "The Docker @code{events} package implements a composable event distribution package -for Go.") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55 - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20151105175453-c7fdd8b5cd55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09zazkiny2im24xaiac5kbyhhnbqdbhwi9z9n7fj6rhpg8msiq9n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-gogo-googleapis-1.2.0 - (package - (name "go-github-com-gogo-googleapis") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a82n0xp0v8lgjxzl3aa595r0rmy7afgyn2l3kv6z9kzw339i0jp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.8 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15xwyrnwng11ib0fxi7clwick2r0njwn0gs3va2g5m1ad418ry57")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0-rc1.0.20180430190053-c9281466c8b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc8.0.20190926000215-3e425f80a8c9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18psc830b2rkwml1x6vxngam5b5wi3pj14mw817rshpzy87prspj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2-0.20190207185410-29686dbc5559") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i8q3520jk4yl9rsxs8mn5vsi9i0gd3drysbhciaqwm5l8c30h65")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.8 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "076wblhz8fjdc73fmz1lg0hafbwg1xv8hszm78lbg9anjpfgacvq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190522155817-f3200d17e092") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mskh7p80dd8j1ffy16917d3cyy7lfh1gb56n4rq9g1bwckz4lwy")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190812073006-9eafafc0a87e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5wcpiafz47066993mgz77gka9qzww6w6crxpnyir0459j7z07r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.24.0 - (package - (name "go-google-golang-org-grpc") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.0.1 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0gbnp8imckw6rv3sjf3sycp8rc9lyhv0pp0x3q3yksvqmbqh5v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) - ("go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e" - ,go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" - ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.8" - ,go-github-com-prometheus-procfs-0.0.8) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559" - ,go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559) - ("go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9" - ,go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2) - ("go-github-com-imdario-mergo-0.3.8" - ,go-github-com-imdario-mergo-0.3.8) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-gogo-googleapis-1.2.0" - ,go-github-com-gogo-googleapis-1.2.0) - ("go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55" - ,go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad" - ,go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad) - ("go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible" - ,go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible) - ("go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b" - ,go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b) - ("go-github-com-containers-ocicrypt-1.0.1" - ,go-github-com-containers-ocicrypt-1.0.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8" - ,go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8) - ("go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda" - ,go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda) - ("go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260" - ,go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260) - ("go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02" - ,go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02) - ("go-github-com-containerd-containerd-1.3.0" - ,go-github-com-containerd-containerd-1.3.0) - ("go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50" - ,go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50) - ("go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601" - ,go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601) - ("go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4" - ,go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4) - ("go-github-com-microsoft-go-winio-0.4.14" - ,go-github-com-microsoft-go-winio-0.4.14))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-blang-semver-3.1.0+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s80qlij6j6wrh0fhm0l11hbf3qjra67nca5bl7izyfjj4621fcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.0-beta.2.0.20190828155532-0293cbd26c69") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jhb4a7fczf817d9dwj0a02wfscv46hkymrqh1dcsgpdsp80igkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce - (package - (name "go-github-com-hashicorp-errwrap") - (version "0.0.0-20141028054710-7554cd9344ce") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "0.0.0-20161216184304-ed905158d874") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bldhx9dmx9q4gjsag3g1xswq1jsf394rs69fdbmgnkj75j3sp70")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39 - (package - (name "go-github-com-opencontainers-runtime-tools") - (version "0.0.0-20181011054405-1d69bd0f9c39") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wgisl2v8i1hvy3bf8f16v7rarx2ynyasb0jx4kffp5n5hz2hfcl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) - (home-page "https://github.com/opencontainers/runtime-tools") - (synopsis "oci-runtime-tool") - (description - "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. -To build from source code, runtime-tools requires Go 1.10.x or above.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.5 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqn8ip9f4f6kqrvand4lxhcxrkk19dwf8s3nh336i9wr2jfhbwa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20170704070218-db04d3cc01c8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jwica5kqax70rd4gbc2yjdz54401s4mr6clyn60gcmnxc0wynds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f - (package - (name "go-github-com-xeipuuv-gojsonpointer") - (version "0.0.0-20180127040702-4e3ac2762d5f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonpointer") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) - (home-page "https://github.com/xeipuuv/gojsonpointer") - (synopsis "gojsonpointer") - (description "An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 - (package - (name "go-github-com-xeipuuv-gojsonreference") - (version "0.0.0-20180127040603-bd5ef7bd5415") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonreference") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) - (home-page "https://github.com/xeipuuv/gojsonreference") - (synopsis "gojsonreference") - (description "An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f - (package - (name "go-github-com-xeipuuv-gojsonschema") - (version "0.0.0-20180618132009-1d523034197f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonschema") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) - (home-page "https://github.com/xeipuuv/gojsonschema") - (synopsis "gojsonschema") - (description - "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") - (license license:asl2.0))) - -(define-public go-k8s-io-kubernetes-1.13.0 - (package - (name "go-k8s-io-kubernetes") - (version "1.13.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/kubernetes") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12cvw8b7l319p8nc2imc2wck7zz7vzrwcjyxq5djqj7l5rbcwmzs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/kubernetes")) - (home-page "https://k8s.io/kubernetes") - (synopsis "Kubernetes (K8s)") - (description - "Kubernetes, also known as K8s, is an open source system for managing @url{https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/,containerized applications} -across multiple hosts. It provides basic mechanisms for deployment, maintenance, -and scaling of applications.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.7 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c6ix202ll48n7x00xxb7gzgm3srm9zwwbx2503l6vz3sqclh9xm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-kubernetes-1.13.0" ,go-k8s-io-kubernetes-1.13.0) - ("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" - ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) - ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" - ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) - ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" - ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-prometheus-procfs-0.0.5" - ,go-github-com-prometheus-procfs-0.0.5) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" - ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) - ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" - ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69" - ,go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" - ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) - ("go-github-com-blang-semver-3.1.0+incompatible" - ,go-github-com-blang-semver-3.1.0+incompatible) - ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" - ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.1-0.20191213020239-082f7e3aed57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1piaha1adhzhj150l7zhskn5fgl4r2cyvwhrrm8bbm3vnvhmgw7v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20191127005431-f65d91d395eb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15yh5idl3if8a982gsnq9q72021a7jcs9bdcrqaxbl4dwdqcszki")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190522044717-8097e1b27ff5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rgflfvh365x5lwdyqdd9qk8hh3ycr88a2488bgqgvfhp5ri5p6x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190522204451-c2c4e71fbf69") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y44pmyy92pg822fhw80pnciifx1ah0g73i2l0ixickd24wyznnm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.21.0 - (package - (name "go-google-golang-org-grpc") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20191028202541-4f1b8fe65a5c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fhm39jagk2sfgi9g5zdqx4rynziwxhaap03x4mdj8kczlz21x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) - ("go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69" - ,go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69) - ("go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5" - ,go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-gogo-protobuf-1.3.0 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfyrmbpdcppf0z3waar90bpszdhi2gv705ys1b0zx5x6ax8f1a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd - (package - (name "go-github-com-containerd-typeurl") - (version "0.0.0-20190911142611-5eb25027c9fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fyc2962b9sqgqycnlkxls6n0d701nszl84bayxrdv3r1491jn9v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-gogo-protobuf-1.3.0" - ,go-github-com-gogo-protobuf-1.3.0))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20200918131355-0a33824f23a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "112bj6mxc3r2ncybblf3w1fgqa6w0070f6a8vlqcml1g00ljhsz6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" - ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) - ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" - ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) - ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" - ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) - ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" - ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) - ("go-github-com-microsoft-hcsshim-0.8.7" - ,go-github-com-microsoft-hcsshim-0.8.7))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201202213521-69691e467435 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201202213521-69691e467435") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lndxdnazszfj1jl87cpz31vd12jrjm1wj0zw1c2p8yg64cfkhna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jki3jwmbfk4mp2qhz4ppd6vgnicalszzv5ffibasa4qj5v19wcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-golang-org-x-sys-0.0.0-20201202213521-69691e467435" - ,go-golang-org-x-sys-0.0.0-20201202213521-69691e467435) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.10" - ,go-github-com-imdario-mergo-0.3.10) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2" - ,go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" - ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) - ("go-github-com-containerd-imgcrypt-1.0.1" - ,go-github-com-containerd-imgcrypt-1.0.1) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" - ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) - ("go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7" - ,go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" - ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) - ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" - ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) - ("go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4" - ,go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14) - ("go-github-com-microsoft-go-winio-0.4.16" - ,go-github-com-microsoft-go-winio-0.4.16) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-miekg-pkcs11-1.0.3 - (package - (name "go-github-com-miekg-pkcs11") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/miekg/pkcs11") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rmmgssb6y28x54si5h63gwbdsjjxf5n9xvm3zqdfsf9l10gx2m6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/miekg/pkcs11")) - (home-page "https://github.com/miekg/pkcs11") - (synopsis "PKCS#11") - (description - "Package pkcs11 is a wrapper around the PKCS#11 cryptographic library. -") - (license license:bsd-3))) - -(define-public go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980 - (package - (name "go-github-com-stefanberger-go-pkcs11uri") - (version "0.0.0-20201008174630-78d3cae3a980") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stefanberger/go-pkcs11uri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09bnd1fn2v5y5ngsxz751a0x9fsqn8idlfrwyymfv9l57wvmrd2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stefanberger/go-pkcs11uri")) - (home-page "https://github.com/stefanberger/go-pkcs11uri") - (synopsis "go-pkcs11uri") - (description - "Welcome to the go-pkcs11uri library. The implementation follows @url{https://tools.ietf.org/html/rfc7512,RFC 7512} and this @url{https://www.rfc-editor.org/errata/rfc7512,errata}.") - (license license:asl2.0))) - -(define-public go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1 - (package - (name "go-go-mozilla-org-pkcs7") - (version "0.0.0-20200128120323-432b2356ecb1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mozilla-services/pkcs7") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yncaq6i1x6apykvng92yyqkj5kmzl4c43lmcalr5lq7ks009p40")))) - (build-system go-build-system) - (arguments '(#:import-path "go.mozilla.org/pkcs7")) - (home-page "https://go.mozilla.org/pkcs7") - (synopsis "pkcs7") - (description - "Package pkcs7 implements parsing and generation of some PKCS#7 structures. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200728195943-123391ffb6de") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a3wnn8yjvckh3smyqzwd2k2gvl3i8dk68pvcap0wha8hmga1vf3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200817155316-9781c653f443") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fkwiydhhmn6cxmd9jb4rj2wp06yxmqc3903b7zawsxm9jpslicm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-square-go-jose-v2-2.5.1 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z0hbmb5yyvnjkyiyn259wkbqbjxs2pzx87jz472shn2bgggxa4n")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.1.0 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13avih8ml00idn6qy96ash3jxkimqxpkz4cy4kgryc8jx303nv6i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443" - ,go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443) - ("go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de" - ,go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.6.0 - (package - (name "go-github-com-prometheus-procfs") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0czzw37dq0sfq7rivxmxxw5hy287grqnng6q6hfz6mkqmhqgm1m6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.33.2 - (package - (name "go-google-golang-org-grpc") - (version "1.33.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.4.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.0.4-0.20210301171431-0ae5c75f59ba") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vkwgcxh3mpsn6wp231c9ad3sx6gmnc9948nn3vvbw8bsmjd4i77")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.0" - ,go-github-com-containers-ocicrypt-1.1.0) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.15-0.20190919025122-fc70bd9a86b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "015ra2h3qfaq436d0g7akahgz7bikyvljq48m0l2d2f4k3wki86p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20190422162347-ade71ed3457e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ga9izv32j1zjij1p9f2sdnxjy3v80lw964518dvzirxpvwfszn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190514135907-3a4b5fb9f71f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "122ry2lw2525mqlnw2zc006y1flvj3yhj8rnpxqdwxp71jc3kqii")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20190919134610-bf292b21730f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vvk1vrwm9spilyl4r1r8626sg0zvnx3s3zmzigzinpkzzvbdqpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f" - ,go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e" - ,go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "0.1.2-0.20190507144316-5b71a03e2700") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dx0bp4f885vx6l4b5b7h19j6sm0jn9s2qxarfd917f4wp8l0cpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5 - (package - (name "go-github-com-urfave-cli") - (version "0.0.0-20171014202726-7bc6a0acffa5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13li8phkaznh81qxs9vg0r8294ph014rwca4cqf7gxhvyjlaigwp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.9 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1imyqhh51311fdmp81ffasf7z52rbqhblbhx6477d9w20p74866b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" - ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" - ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) - ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" - ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775 - (package - (name "go-github-com-cilium-ebpf") - (version "0.0.0-20200702112145-1c8d4c9ef775") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1la90b88a1li5hmlqxfx9lgxlyzqb2pd4c2dxmz4s5gg2gz8a5x5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200710171044-318312a37340") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kizbm55pmlnly2dggymp84a0d9pn4fh7jf31h6wqm385zrs14zp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" - ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.0-beta.2.0.20200729163537-40b22ef07410") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ky7ny5b0rvkr6a58pdlcm35kc9wls6jvl7cdk8py4a16y1f2lx9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-1.10.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.10.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "033a42h1wzmji57p86igg9whvsbp6nvfdsypskw738ys903n3z4d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0-rc1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1-0.20171018195549-f15c970de5b7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18jihrffhfsjvz3rkanlhq9xjcdxkqilmflnijc64s7y7lijlbfm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.4-0.20170822132746-89742aefa4b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20171113213409-9f005a07e0d3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20200710164510-efbc4488d8fe") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d638nj7z7y8z19zdwbysamqh5m3kiwvnqny7av6bxax9gg6c3h8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3" - ,go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2" - ,go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2) - ("go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7" - ,go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.10.1" ,go-github-com-onsi-ginkgo-1.10.1) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" - ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191210023423-ac6580df4449") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14gvx65w5lddi20s4wypbbvbg9ni3m8777jhp9nqxhixc61k3dyi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20200410184934-f15a3290365b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i3pylxr2a4b9gaifjrhfa21n147vvq2z9iqwzz9id532xv9mr48")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.0.1 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ilz14f1k9zip7caqfjwvfg2nwa7bs6880pi6fxbri1wy6ar45q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" - ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) - ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-docker-distribution-2.7.1+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-gogo-googleapis-1.4.0 - (package - (name "go-github-com-gogo-googleapis") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-imdario-mergo-0.3.10 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runc-0.1.1 - (package - (name "go-github-com-opencontainers-runc") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11-0.20200630133818-d5bec3311243") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.6.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" - ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20180916011248-d98352740cb2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200707034311-ab3426394381") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200625203802-6e8e738ad208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20191209042840-269d4d468f6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.25.1 - (package - (name "go-google-golang-org-grpc") - (version "1.25.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.0" - ,go-github-com-envoyproxy-go-control-plane-0.9.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.30.0 - (package - (name "go-google-golang-org-grpc") - (version "1.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164 - (package - (name "go-github-com-containerd-nri") - (version "0.0.0-20201007170849-eb1350a75164") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhrxl36fswgxv7ny3p9xi99jsbwyk920gmzkjyfyk6nqs0hqbkg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" - ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.6.0" - ,go-github-com-opencontainers-selinux-1.6.0) - ("go-github-com-opencontainers-runc-0.1.1" - ,go-github-com-opencontainers-runc-0.1.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-imdario-mergo-0.3.10" - ,go-github-com-imdario-mergo-0.3.10) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-gogo-googleapis-1.4.0" - ,go-github-com-gogo-googleapis-1.4.0) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-distribution-2.7.1+incompatible" - ,go-github-com-docker-distribution-2.7.1+incompatible) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.1" - ,go-github-com-containerd-ttrpc-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b" - ,go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b) - ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" - ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) - ("go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410" - ,go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410) - ("go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340" - ,go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340) - ("go-github-com-microsoft-hcsshim-0.8.9" - ,go-github-com-microsoft-hcsshim-0.8.9))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.4.1 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7ny9jkb98cxqhsp13xa5hnqh1s9f25x04q6arsala4zswsw33c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190916202348-b4ddaad3f8a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pa68kqxhpjk71b4cbm8vyzh6527b3ig6war2jr1g4aj3b7f1ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.16-0.20201130162521-d1ffc52c7331") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191022100944-742c48ecaeb7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1saf59bplvvb753my15ijxcy4a1jwfg53cmkgb6wkln2x4fgnhkp")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3 - (package - (name "go-github-com-cilium-ebpf") - (version "0.0.0-20200110133405-4032b1d8aae3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107x63zl8dlw2izn5xw8pnflgq19srpa46bgvjs8q4d61i02q1fr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7" - ,go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-coreos-go-systemd-v22-22.0.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p4sb2fxxm2j1xny2l4fkq4kwj74plvh600gih8nyniqzannhrdx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200531161412-0dbf7f05ba59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10abzkjf77s8pv4mpyvy2jbl8wckhk3j7ykgs01sclal21v8p251")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3" - ,go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1 - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20180822173158-c12b1e7919c1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ylrnmdhn9a2f8w8fsdgsvwnz5j0whhyhppjnhqc4lh8h9p9dpi9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.3.2 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qz6ss7a6f2r7gl7aar39pr5ry9l7nh7dn3kclr18nwdv01gmrvc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20190426062206-aaeac12a7ffc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05caqvxxb831xfvqnga692k98cy8xzkllqg1ibra0fb0ljnhbmca")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448 - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20190226154929-a9fb20d87448") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c0sgfnafjnws4jgziczs6wxh0adjdrp6yyd88b7xy0hv13fsnqa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20180907222934-5a6d9f37cfa3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07qpxcjy64m238igpmj8g9z7qhf06k5xy1jcgpgvf5n912g4k3vd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20190828154514-0e0f228740de") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd - (package - (name "go-github-com-containerd-typeurl") - (version "0.0.0-20180627222232-a93fcdb778cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0aqnf5rzc5pldln0czhxlr0fqaf5553ab7wzsq85p90lg1ryqnd6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2 - (package - (name "go-github-com-opencontainers-go-digest") - (version "0.0.0-20180430190053-c9281466c8b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f - (package - (name "go-github-com-opencontainers-runc") - (version "0.0.0-20190115041553-12f6a991201f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lr4q440pliilq2njyj5glfpma89r9l1cl687niwkp2pzb32dm45")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20180125133057-cb4147076ac7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zhlrik0f9q1lj6cisgnxgbz4darbcix52hm5abi24l2ahchf5ca")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.2 - (package - (name "go-github-com-urfave-cli") - (version "1.22.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190501004415-9ce7a6920f09") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kbs85jsqbv4v89ii2zam4b8dhmllhsrf46njmi09x0w6s0b9cbk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-go-opencensus-io-0.22.0 - (package - (name "go-go-opencensus-io") - (version "0.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05jr8gkr2w34i5wwki4zhl5ch0qrgi7cdgag5iy5gpxplhbrvbg9")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09" - ,go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20191004110552-13f9640d40b9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba2767lvklnmfvb9jkwvd4m7z6326gaiz3rgylh795g88hy34g1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190502173448-54afdca5d873") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vm1vggl874jd4wi6qyl7aggc6s6kdsazk4vj0cs2dfcw2xnw8ag")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.23.1 - (package - (name "go-google-golang-org-grpc") - (version "1.23.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d8gjjhrqbiq8pb56lb4x10hb752k7k06wspjvh7v0vpzmf25981")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.14 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59" - ,go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59) - ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" - ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.3 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09xvhjg5f8h90w1y94kqqnqzhbhd62dcdd9wb9sdqakisjk6zrl0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.2 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20190522114515-bc1a522cf7b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200120151820-655fe14d7479") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "133yxmdcny5b0r8775m52sj7zja36riv0x2437k7jccywqi8nx32")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200117163144-32f20d992d24") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kl696jd8fykykjjbngqpgqsngajwbbrvrpl1q0804l6hz8qk858")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.0.2 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" - ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) - ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-1.0.1 - (package - (name "go-github-com-containerd-typeurl") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09cgrchrw5d36zq0mc321l5qr2gfbdm1z1a3hhkhqr4qay6vglqn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc9 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210301145711-11e8f1707f62") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1919ax45a07v2y56xq5c0xihkn2c5zgyqv68rzx3x5cc20n2p8yg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.4.3" - ,go-github-com-containerd-containerd-1.4.3) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.7.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.4.5 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.4.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04iqh4hvvrrvjsfjyaa5bdyqklwzrzzy8yiyvja90hvv121f7975")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b - (package - (name "go-github-com-onsi-ginkgo") - (version "0.0.0-20151202141238-7f8ab55aaf3b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nas6wqdym4jx42kw9wj80b58r69k9qhnvglz009lj34g5gba7rw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a - (package - (name "go-github-com-onsi-gomega") - (version "0.0.0-20151007035656-2152b45fa28a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0amjlkawp84mmdqjgdamf93p1546cla6h4wwrx7hf5r862r2qcw2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf - (package - (name "go-github-com-vishvananda-netlink") - (version "0.0.0-20181108222139-023a6dafdcdf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i5q8r8rg7lxzvq2vhbf25lrkzdlgficfv0bxg9rf7cgg6z819sn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20180720170159-13995c7128cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20181009213950-7c1a557ab941") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1q9mby8m7ws3gbj90v0prhnf4g2sgf74azmw31kzwd6azlar3m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181011144130-49bb7cea24b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "111q4qm3hcjvzvyv9y5rz8ydnyg48rckcygxqy6gv63q618wz6gn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containernetworking-plugins-0.8.6 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f1cqxjf26sy1c4aw6y7pyd9lrz0vknby4q5j6xj77a1pab9073m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" - ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) - ("go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1" - ,go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1) - ("go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941" - ,go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941) - ("go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc" - ,go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc) - ("go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf" - ,go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a" - ,go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a) - ("go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b" - ,go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.4.5" - ,go-github-com-coreos-go-iptables-0.4.5) - ("go-github-com-containernetworking-cni-0.7.1" - ,go-github-com-containernetworking-cni-0.7.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.11 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07iay9j3ry7qrflvn9bgyyggvwacl1s1in1cnbmsp1020ydkph8k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-klauspost-compress-1.11.3 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-checkpoint-restore-go-criu-v4-4.1.0 - (package - (name "go-github-com-checkpoint-restore-go-criu-v4") - (version "4.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/checkpoint-restore/go-criu") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfgjck015df5h44hczl3x4gg430saczgkl619cp0l6cpaxga5yi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v4")) - (propagated-inputs - `(("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5))) - (home-page "https://github.com/checkpoint-restore/go-criu") - (synopsis "go-criu -- Go bindings for") - (description - "This repository provides Go bindings for CRIU. The code is based on the Go based PHaul -implementation from the CRIU repository. For easier inclusion into other Go projects the -CRIU Go bindings have been moved to this repository.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200124204421-9fbb57f87de9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qaz2jjkrxzgkapmjqingdwamrgq2aiblxvzzgrcsv2qhkj0wdps")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.2.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200916030750-2334cc1a136f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lc7d513gwwpr6r7f55743684n1qsgn9vmg6b79x0hsp1x90z4mr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-console-1.0.1 - (package - (name "go-github-com-containerd-console") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-v22-22.1.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-v5-5.0.3 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc93 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc93") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-github-com-willf-bitset-1.1.11" - ,go-github-com-willf-bitset-1.1.11) - ("go-github-com-vishvananda-netlink-1.1.0" - ,go-github-com-vishvananda-netlink-1.1.0) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-mrunalp-fileutils-0.5.0" - ,go-github-com-mrunalp-fileutils-0.5.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0) - ("go-github-com-checkpoint-restore-go-criu-v4-4.1.0" - ,go-github-com-checkpoint-restore-go-criu-v4-4.1.0))) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20200929063507-e6143ca7d51d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06yk9kjif5mgi46d0hcgqcikdcplf3yflqbj8h6ljxshp6jzc49w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-willf-bitset-1.1.11 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v7wnikdxiyhwdxnsj2wcrsrsi1kb2ssmarvbrda90vmxzafjl7d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.8.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08aakiva619hk4lgfvyi6kpjgw7hfirs0jlc2jdgzcv7p0gfhbmx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11" - ,go-github-com-willf-bitset-1.1.11) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14 - (package - (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") - (version "0.0.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0px41x5apgcssmwmx75cwm000s8b8pgd84dxn56maxx223dzz9vm")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page - "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.1 - (package - (name "go-k8s-io-apiserver") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03k8kjisscj59i410kk2bz0qfpxa2d2vbwxiwyn93k7a2avbn7cs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-api-0.20.1 - (package - (name "go-k8s-io-api") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "051nl7g66k0jkc9rmfbvwdsmqkn36nq71kvnfym3lhnjcgg53k0l")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-apimachinery-0.20.1 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.1 - (package - (name "go-k8s-io-client-go") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02jrzwwcrdlya91fga2wvf8dsl1yka3kky194dm6l9pmd754qwzs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.1 - (package - (name "go-k8s-io-component-base") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05x3mv1lxh7s6ckfh1s9wwmb0n9rg14a9637ai9bhxdfps47sz0v")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.1 - (package - (name "go-k8s-io-cri-api") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.3 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fbd4llrwg5hi5adfkmfndma5y129yl9wwz3c3fjn7cfhc64hlqf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62" - ,go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" - ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) - ("go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba" - ,go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" - ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" - ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) - ("go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989" - ,go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898 - (package - (name "go-bazil-org-fuse") - (version "0.0.0-20160811212531-371fbbdaa898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bazil/fuse") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w")))) - (build-system go-build-system) - (arguments '(#:import-path "bazil.org/fuse")) - (home-page "https://bazil.org/fuse") - (synopsis "bazil.org/fuse -- Filesystems in Go") - (description - "Package fuse enables writing FUSE file systems on Linux and FreeBSD. -") - (license #f))) - -(define-public go-github-com-sirupsen-logrus-1.7.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee - (package - (name "go-github-com-spf13-cobra") - (version "0.0.2-0.20171109065643-2da4a54c5cee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.1-0.20171106142849-4c012f6dcd95") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201201145000-ef89a241ccb3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20210208174643-50096c924a4e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible - (package - (name "go-github-com-mistifyio-go-zfs") - (version "2.1.2-0.20190413222219-f784269be439+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mistifyio/go-zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x6ncjaqjm06c615kbwkqbd5wcdg9nmrbl7wm4w185s6kq6l8fpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mistifyio/go-zfs")) - (home-page "https://github.com/mistifyio/go-zfs") - (synopsis "Go Wrapper for ZFS") - (description - "Package zfs provides wrappers around the ZFS command line tools. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-1.0.0 - (package - (name "go-github-com-containerd-zfs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10shqmcdxlxxi90kwgs5cljz12589yz5cm78aimv9m4cgwiv3wl3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.11 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.6 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae - (package - (name "go-github-com-alexflint-go-filemutex") - (version "0.0.0-20171022225611-72bdc8eae2ae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alexflint/go-filemutex") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alexflint/go-filemutex")) - (home-page "https://github.com/alexflint/go-filemutex") - (synopsis "FileMutex") - (description - "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. -On Linux, OSX, and other POSIX systems it uses the flock system call. On windows -it uses the LockFileEx and UnlockFileEx system calls.") - (license license:expat))) - -(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 - (package - (name "go-github-com-buger-jsonparser") - (version "0.0.0-20180808090653-f4dd9f5a6b44") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/buger/jsonparser") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/buger/jsonparser")) - (home-page "https://github.com/buger/jsonparser") - (synopsis - "Alternative JSON parser for Go (10x times faster standard library)") - (description - "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") - (license license:expat))) - -(define-public go-github-com-containernetworking-cni-0.8.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.5.0 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c - (package - (name "go-github-com-d2g-dhcp4") - (version "0.0.0-20170904100407-a1d1b6c41b1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4")) - (home-page "https://github.com/d2g/dhcp4") - (synopsis "DHCP4 - A DHCP library written in Go.") - (description - "Warning: This library is still being developed. Function calls will change.") - (license license:bsd-3))) - -(define-public go-github-com-d2g-dhcp4client-1.0.0 - (package - (name "go-github-com-d2g-dhcp4client") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4client")) - (home-page "https://github.com/d2g/dhcp4client") - (synopsis "dhcp4client") - (description "DHCP Client") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 - (package - (name "go-github-com-d2g-dhcp4server") - (version "0.0.0-20181031114812-7d4a0a7f59a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4server") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4server")) - (home-page "https://github.com/d2g/dhcp4server") - (synopsis "dhcp4server") - (description "DHCP Server") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 - (package - (name "go-github-com-d2g-hardwareaddr") - (version "0.0.0-20190221164911-e7d9fbe030e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/hardwareaddr") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/hardwareaddr")) - (home-page "https://github.com/d2g/hardwareaddr") - (synopsis "hardwareaddr") - (description "Generate Hardware Addresses") - (license license:mpl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20180201030542-885f9cc04c9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 - (package - (name "go-github-com-j-keck-arping") - (version "0.0.0-20160618110441-2cf9dc699c56") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/j-keck/arping") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/j-keck/arping")) - (home-page "https://github.com/j-keck/arping") - (synopsis "arping") - (description - "Package arping is a native go library to ping a host per arp datagram, or query a host mac address -") - (license license:expat))) - -(define-public go-github-com-mattn-go-shellwords-1.0.3 - (package - (name "go-github-com-mattn-go-shellwords") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-shellwords") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-shellwords")) - (home-page "https://github.com/mattn/go-shellwords") - (synopsis "go-shellwords") - (description "Parse line as shell words.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190904154756-749cb33beabd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-nxadm-tail-1.4.4 - (package - (name "go-github-com-nxadm-tail") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nxadm/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/nxadm/tail")) - (propagated-inputs - `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" - ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/nxadm/tail") - (synopsis "tail functionality in Go") - (description - "nxadm/tail provides a Go library that emulates the features of the BSD `tail` -program. The library comes with full support for truncation/move detection as -it is designed to work with log rotation tools. The library works on all -operating systems supported by Go, including POSIX systems like Linux and -*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-1.7.1 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191120155948-bd437916bb0e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.12.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.12.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201006153459-a7d1128ccaa0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-gomega-1.10.3 - (package - (name "go-github-com-onsi-gomega") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" - ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 - (package - (name "go-github-com-safchain-ethtool") - (version "0.0.0-20190326074333-42ed695e3de8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/safchain/ethtool") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/safchain/ethtool")) - (home-page "https://github.com/safchain/ethtool") - (synopsis "ethtool go package") - (description - "Package ethtool aims to provide a library giving a simple access to the -Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations -from a network device like statistics, driver related informations or -even the peer of a VETH interface. -") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.0.6 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200217220822-9197077df867") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20200728191858-db3c7e526aae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" - ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200728102440-3e129f6d46b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.1-0.20201029203352-d40f9887b852") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" - ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201117170446-d9b008d0a637") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 - (package - (name "go-gopkg-in-airbrake-gobrake-v2") - (version "2.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/airbrake/gobrake.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/airbrake/gobrake.v2" - #:unpack-path - "gopkg.in/airbrake/gobrake.v2")) - (home-page "https://gopkg.in/airbrake/gobrake.v2") - (synopsis "Airbrake Golang Notifier") - (description - "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") - (license license:bsd-3))) - -(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 - (package - (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") - (version "2.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2" - #:unpack-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) - (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (synopsis "Airbrake Hook for Logrus") - (description - "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. -This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. -The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") - (license license:expat))) - -(define-public go-github-com-containernetworking-plugins-0.9.1 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" - ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) - ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" - ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.5.0" - ,go-github-com-coreos-go-iptables-0.5.0) - ("go-github-com-containernetworking-cni-0.8.1" - ,go-github-com-containernetworking-cni-0.8.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c - (package - (name "go-github-com-docker-go-events") - (version "0.0.0-20190806004212-e31b211e4f1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-events") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-events")) - (home-page "https://github.com/docker/go-events") - (synopsis "Docker Events Package") - (description - "The Docker @code{events} package implements a composable event distribution package -for Go.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.6.0 - (package - (name "go-github-com-prometheus-common") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q16br348117ffycxdwsldb0i39p34miclfa8z93k6vjwnrqbh2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.3 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190801041406-cbf593c0f2f3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zmcmckinhclcwlvznjqvs31aww8jnf6pjm9is0nq8lqlvipg5ls")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-client-golang-1.1.0 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3" - ,go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3) - ("go-github-com-prometheus-procfs-0.0.3" - ,go-github-com-prometheus-procfs-0.0.3) - ("go-github-com-prometheus-common-0.6.0" - ,go-github-com-prometheus-common-0.6.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-json-iterator-go-1.1.7" - ,go-github-com-json-iterator-go-1.1.7) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-beorn7-perks-1.0.1" - ,go-github-com-beorn7-perks-1.0.1))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-metrics-0.0.1 - (package - (name "go-github-com-docker-go-metrics") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-metrics") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1b6f1889chmwlsgrqxylnks2jic16j2dqhsdd1dvaklk48ky95ga")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-metrics")) - (propagated-inputs - `(("go-github-com-prometheus-client-golang-1.1.0" - ,go-github-com-prometheus-client-golang-1.1.0))) - (home-page "https://github.com/docker/go-metrics") - (synopsis "go-metrics") - (description - "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-google-uuid-1.2.0 - (package - (name "go-github-com-google-uuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08wqig98w23cg2ngjijhgm6s0mdayb95awa3cn3bs69lg20gryac")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-errwrap-1.0.0 - (package - (name "go-github-com-hashicorp-errwrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-1.0.0 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.3.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.12 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15s6807vcm7xq4l6my7rnw1i7x57712jvdidjli5bip79jfaxw90")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-klauspost-compress-1.11.13 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.13") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19l2rbh6vg0ly4qp2gn5lf39ijggf7asav7lxziikkhjqqb4223j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-moby-locker-1.0.1 - (package - (name "go-github-com-moby-locker") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/locker") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07rc2c6h35f9mcy81jp382a030f6xmcifi9n5jnlayybfwxmpjir")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/moby/locker")) - (home-page "https://github.com/moby/locker") - (synopsis "Locker") - (description - "Package locker provides a mechanism for creating finer-grained locking to help -free up more global locks to handle other tasks. -") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.1 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-checkpoint-restore-go-criu-v5-5.0.0 - (package - (name "go-github-com-checkpoint-restore-go-criu-v5") - (version "5.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/checkpoint-restore/go-criu") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07dal5a9y43azkkh61jf6s81h7anbl17drkh2mal9mzcsi8wa2z8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v5")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/checkpoint-restore/go-criu") - (synopsis "go-criu -- Go bindings for CRIU") - (description - "This repository provides Go bindings for @url{https://criu.org/,CRIU}. The code is based on the Go-based PHaul -implementation from the CRIU repository. For easier inclusion into other Go projects the -CRIU Go bindings have been moved to this repository.") - (license license:asl2.0))) - -(define-public go-github-com-kr-pretty-0.2.1 - (package - (name "go-github-com-kr-pretty") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-frankban-quicktest-1.11.3 - (package - (name "go-github-com-frankban-quicktest") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/frankban/quicktest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/frankban/quicktest")) - (propagated-inputs - `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/frankban/quicktest") - (synopsis "quicktest") - (description - "Package quicktest provides a collection of Go helpers for writing tests. -") - (license license:expat))) - -(define-public go-github-com-google-go-cmp-0.5.4 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.6.2 - (package - (name "go-github-com-cilium-ebpf") - (version "0.6.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x64sg0kyc8bbsp75dpv8g2jfmpdldsshf9ni49jh6rgsnnqhpf8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210124154548-22da62e12c0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-console-1.0.2 - (package - (name "go-github-com-containerd-console") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-v22-22.3.2 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ndi86b8va84ha93njqgafypz4di7yxfd5r5kf1r0s3y3ghcjajq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.4" - ,go-github-com-godbus-dbus-v5-5.0.4))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 - (package - (name "go-github-com-cyphar-filepath-securejoin") - (version "0.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cyphar/filepath-securejoin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) - (home-page "https://github.com/cyphar/filepath-securejoin") - (synopsis #f) - (description - "Package securejoin is an implementation of the hopefully-soon-to-be-included -SecureJoin helper that is meant to be part of the \"path/filepath\" package. -The purpose of this project is to provide a PoC implementation to make the -SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more -tangible. -") - (license license:bsd-3))) - -(define-public go-github-com-docker-go-units-0.4.0 - (package - (name "go-github-com-docker-go-units") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-units") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-units")) - (home-page "https://github.com/docker/go-units") - (synopsis "Introduction") - (description - "Package units provides helper function to parse and print size and time units -in human-readable format. -") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-v5-5.0.4 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-mrunalp-fileutils-0.5.0 - (package - (name "go-github-com-mrunalp-fileutils") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mrunalp/fileutils") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zrs959gf4zgi6ijwkdn4dcqk0svfblpaikkqy63q30rqz4swm0x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mrunalp/fileutils")) - (home-page "https://github.com/mrunalp/fileutils") - (synopsis "fileutils") - (description "Collection of utilities for file manipulation in golang") - (license license:asl2.0))) - -(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 - (package - (name "go-github-com-seccomp-libseccomp-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/seccomp/libseccomp-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) - (home-page "https://github.com/seccomp/libseccomp-golang") - (synopsis #f) - (description - "Package seccomp provides bindings for libseccomp, a library wrapping the Linux -seccomp syscall. Seccomp enables an application to restrict system call use -for itself and its children. -") - (license license:bsd-2))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20200815063812-42c35b437635") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00zi0k190ydlm9drnafvj9p4cf6axm858wr71pbmq1p3r94iqws4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20191106174202-0a2b9b5464df") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1zb7pzc4r4wicq7ncspf6zsvq298lvpsq963ibj813shg657xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190606203320-7fc4e5ec1444") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18rv3m1kksv3758aqiaac2l6j334g0bapic6ibsj999agcn7y9fg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.0 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444" - ,go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444) - ("go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df" - ,go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201224014010-6772e930b67b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zlr39dxbg0fxfdrc20c4x0pw43n9kz749ssml97cdzqy116p5qa")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0-rc.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0-rc.1" - ,go-google-golang-org-protobuf-1.26.0-rc.1) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.5 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runc-1.0.2 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpckghjah0rczciw1a1ab8z718lb2d3k4mjm4zb45lpm3njmrcp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" - ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-github-com-vishvananda-netlink-1.1.0" - ,go-github-com-vishvananda-netlink-1.1.0) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.2" - ,go-github-com-opencontainers-selinux-1.8.2) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-mrunalp-fileutils-0.5.0" - ,go-github-com-mrunalp-fileutils-0.5.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-godbus-dbus-v5-5.0.4" - ,go-github-com-godbus-dbus-v5-5.0.4) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-coreos-go-systemd-v22-22.3.2" - ,go-github-com-coreos-go-systemd-v22-22.3.2) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-cilium-ebpf-0.6.2" ,go-github-com-cilium-ebpf-0.6.2) - ("go-github-com-checkpoint-restore-go-criu-v5-5.0.0" - ,go-github-com-checkpoint-restore-go-criu-v5-5.0.0) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20210326190908-1c3f411f0417") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-bits-and-blooms-bitset-1.2.0 - (package - (name "go-github-com-bits-and-blooms-bitset") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r9f7lvz6znl7yr6njg77m8hj472yhdshf1qaybwyw7j8as6c4r3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bits-and-blooms/bitset")) - (home-page "https://github.com/bits-and-blooms/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191115151921-52ab43148777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.8.2 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dl1h8nzpyhsfki1dcjphm5h4n52qwilahyl6qlnwgzcc76pwizq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-pelletier-go-toml-1.8.1 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-satori-go-uuid-1.2.0 - (package - (name "go-github-com-satori-go-uuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/satori/go.uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/satori/go.uuid")) - (home-page "https://github.com/satori/go.uuid") - (synopsis "UUID package for Go language") - (description - "Package uuid provides implementation of Universally Unique Identifier (UUID). -Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and -version 2 (as specified in DCE 1.1). -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191026070338-33540a1f6037") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.8.1 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-tchap-go-patricia-2.2.6+incompatible - (package - (name "go-github-com-tchap-go-patricia") - (version "2.2.6+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tchap/go-patricia") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yy1s3pnll52iyzphwi50drvz36lx628vn3xfy5ld29fxqngrckb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tchap/go-patricia")) - (home-page "https://github.com/tchap/go-patricia") - (synopsis "go-patricia") - (description - "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} -@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210226172049-e18ecbb05110") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201207232520-09787c993a3a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210426230700-d19ff857e887") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12m35a34dfm99agcv2ln9zvvyczigaxfwqbzqirvwn1lw4784whn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gotest-tools-v3-3.0.3 - (package - (name "go-gotest-tools-v3") - (version "3.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-oidc-2.1.0+incompatible - (package - (name "go-github-com-coreos-go-oidc") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-oidc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y9vxack1whvxy766jrc6xhh2rfkvnznwxi356si2kabzjv2lp6h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-oidc")) - (home-page "https://github.com/coreos/go-oidc") - (synopsis "go-oidc") - (description - "Package oidc implements OpenID Connect client logic for the golang.org/x/oauth2 package. -") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-semver-0.3.0 - (package - (name "go-github-com-coreos-go-semver") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-semver")) - (home-page "https://github.com/coreos/go-semver") - (synopsis "go-semver - Semantic Versioning Library") - (description - "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse -and compare two semantic version strings.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20190321100706-95778dfbb74e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f - (package - (name "go-github-com-coreos-pkg") - (version "0.0.0-20180928190104-399ea9e2e55f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/pkg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/pkg")) - (home-page "https://github.com/coreos/pkg") - (synopsis #f) - (description "a collection of go utility packages") - (license license:asl2.0))) - -(define-public go-github-com-dustin-go-humanize-1.0.0 - (package - (name "go-github-com-dustin-go-humanize") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dustin/go-humanize") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dustin/go-humanize")) - (home-page "https://github.com/dustin/go-humanize") - (synopsis "Humane Units") - (description - "Package humanize converts boring ugly numbers to human-friendly strings and back. -") - (license license:expat))) - -(define-public go-github-com-emicklei-go-restful-2.9.5+incompatible - (package - (name "go-github-com-emicklei-go-restful") - (version "2.9.5+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emicklei/go-restful") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0258y7q2krih98zznc4jsym9mf689afn6nsnsif1jhshrj653k36")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/emicklei/go-restful")) - (home-page "https://github.com/emicklei/go-restful") - (synopsis "go-restful") - (description - "Package restful , a lean package for creating REST-style WebServices without magic. -") - (license license:expat))) - -(define-public go-github-com-gorilla-websocket-1.4.2 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-mailru-easyjson-0.7.0 - (package - (name "go-github-com-mailru-easyjson") - (version "0.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13zv5fvjp3nr65lhqhiw6i6mlmqvyls882rlmcas0ab35alsxni8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822 - (package - (name "go-github-com-munnerz-goautoneg") - (version "0.0.0-20191010083416-a7dc8b61c822") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/munnerz/goautoneg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/munnerz/goautoneg")) - (home-page "https://github.com/munnerz/goautoneg") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021 - (package - (name "go-github-com-pquerna-cachecontrol") - (version "0.0.0-20171018203845-0dec1b30a021") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pquerna/cachecontrol") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14yyfhrv60rvb983rqm7s916nwvn9kcmbvnrcna2md0s3mkzs3yh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pquerna/cachecontrol")) - (home-page "https://github.com/pquerna/cachecontrol") - (synopsis "cachecontrol: HTTP Caching Parser and Interpretation") - (description - "Package cachecontrol implements the logic for HTTP Caching -") - (license license:asl2.0))) - -(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5 - (package - (name "go-github-com-tmc-grpc-websocket-proxy") - (version "0.0.0-20190109142713-0ad062ec5ee5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tmc/grpc-websocket-proxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) - (home-page "https://github.com/tmc/grpc-websocket-proxy") - (synopsis "grpc-websocket-proxy") - (description - "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200202164722-d101bd2416d5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ksxf37b0ym21n8j29m3wgbaiw1kcjw3hgf88kipc1ry2j13l98p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-go-etcd-io-bbolt-1.3.5 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5" - ,go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5))) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-bgentry-speakeasy-0.1.0 - (package - (name "go-github-com-bgentry-speakeasy") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bgentry/speakeasy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bgentry/speakeasy")) - (home-page "https://github.com/bgentry/speakeasy") - (synopsis "Speakeasy") - (description - "This package provides cross-platform Go (#golang) helpers for taking user input -from the terminal while not echoing the input back (similar to @code{getpasswd}). The -package uses syscalls to avoid any dependence on cgo, and is therefore -compatible with cross-compiling.") - (license license:expat))) - -(define-public go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa - (package - (name "go-github-com-cockroachdb-datadriven") - (version "0.0.0-20190809214429-80d97fb3cbaa") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cockroachdb/datadriven") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rvavka9zhri6r50n8fy98247fl5vycb1hffjrhshsicjv1frmlp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cockroachdb/datadriven")) - (home-page "https://github.com/cockroachdb/datadriven") - (synopsis "Data-Driven Tests for Go") - (description - "This repository implements an extension of @url{https://github.com/golang/go/wiki/TableDrivenTests,Table-Driven Testing}. Instead of -building and iterating over a table in the test code, the input is further -separated into files (or inline strings). For certain classes of tests, this -can significantly reduce the friction involved in writing and reading these -tests.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-semver-0.2.0 - (package - (name "go-github-com-coreos-go-semver") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-semver")) - (home-page "https://github.com/coreos/go-semver") - (synopsis "go-semver - Semantic Versioning Library") - (description - "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse -and compare two semantic version strings.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20180511133405-39ca1b05acc7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf - (package - (name "go-github-com-coreos-pkg") - (version "0.0.0-20160727233714-3ac0863d7acf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/pkg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l5ans1ls2gknkrnhymgc0zbgg5nqjbjbqc51r611adcr0m6gg8l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/pkg")) - (home-page "https://github.com/coreos/pkg") - (synopsis #f) - (description "a collection of go utility packages") - (license license:asl2.0))) - -(define-public go-github-com-creack-pty-1.1.7 - (package - (name "go-github-com-creack-pty") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/creack/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/creack/pty")) - (home-page "https://github.com/creack/pty") - (synopsis "pty") - (description - "Package pty provides functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-dgrijalva-jwt-go-3.2.0+incompatible - (package - (name "go-github-com-dgrijalva-jwt-go") - (version "3.2.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgrijalva/jwt-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) - (home-page "https://github.com/dgrijalva/jwt-go") - (synopsis "jwt-go") - (description - "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} -") - (license license:expat))) - -(define-public go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4 - (package - (name "go-github-com-dustin-go-humanize") - (version "0.0.0-20171111073723-bb3d318650d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dustin/go-humanize") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dustin/go-humanize")) - (home-page "https://github.com/dustin/go-humanize") - (synopsis "Humane Units") - (description - "Package humanize converts boring ugly numbers to human-friendly strings and back. -") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180221164845-07fd8470d635") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "193g0a1zxb9ikph7r2klc6rdqxqzfmmr8d5bcibyhsm2l63s17mx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.1.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635" - ,go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.2.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-errcheck-1.1.0" - ,go-github-com-kisielk-errcheck-1.1.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20160516000752-02826c3e7903") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-1.0.0 - (package - (name "go-github-com-google-btree") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.0.0 - (package - (name "go-github-com-google-uuid") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c - (package - (name "go-github-com-gorilla-websocket") - (version "0.0.0-20170926233335-4201258b820c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kpdg3m46kp15ixl9ahhchhadyiblz0qpcxzylp8jhffc1rnxjb7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-middleware") - (version "1.0.1-0.20190118093823-f849b5445de4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-middleware") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hscypgj0nd1407jp6y4qrnrr0mrhc4wgxz9b3mj1cs3pkvi61vc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") - (synopsis "Go gRPC Middleware") - (description - "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-prometheus") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-prometheus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-prometheus")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-prometheus") - (synopsis "Go gRPC Interceptors for Prometheus monitoring") - (description - "@url{https://prometheus.io/,Prometheus} monitoring for your @url{https://github.com/grpc/grpc-go,gRPC Go} servers and clients.") - (license license:asl2.0))) - -(define-public go-github-com-ghodss-yaml-1.0.0 - (package - (name "go-github-com-ghodss-yaml") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ghodss/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ghodss/yaml")) - (home-page "https://github.com/ghodss/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "Copyright 2013 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file. -") - (license #f))) - -(define-public go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af - (package - (name "go-github-com-rogpeppe-fastuuid") - (version "0.0.0-20150106093220-6724a57986af") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/fastuuid") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) - (home-page "https://github.com/rogpeppe/fastuuid") - (synopsis "fastuuid") - (description - "Package fastuuid provides fast UUID generation of 192 bit -universally unique identifiers. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181107165924-66b7b1311ac8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ny4r2bbj6rz939iy9g699acqydq7rfi6r6awn25w9i2dld9m13")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181220203305-927f97764cc3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-resty-v1-1.12.0 - (package - (name "go-gopkg-in-resty-v1") - (version "1.12.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/resty.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/resty.v1" #:unpack-path "gopkg.in/resty.v1")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3))) - (home-page "https://gopkg.in/resty.v1") - (synopsis "News") - (description - "Package resty provides Simple HTTP and REST client library for Go. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.0.0-20170812160011-eb3733d160e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.5 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.9.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0acpbxa1i1bxcpkclkcif2macbcfrlywb58vly5pzwsj261mg58a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" - ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) - ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) - ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" - ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-github-com-inconshreveable-mousetrap-1.0.0 - (package - (name "go-github-com-inconshreveable-mousetrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/inconshreveable/mousetrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) - (home-page "https://github.com/inconshreveable/mousetrap") - (synopsis "mousetrap") - (description "mousetrap is a tiny library that answers a single question.") - (license license:asl2.0))) - -(define-public go-github-com-jonboulle-clockwork-0.1.0 - (package - (name "go-github-com-jonboulle-clockwork") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jonboulle/clockwork") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jonboulle/clockwork")) - (home-page "https://github.com/jonboulle/clockwork") - (synopsis "clockwork") - (description - "Replace uses of the @code{time} package with the @code{clockwork.Clock} interface instead.") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.7 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" - ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.0.9 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.4 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-runewidth-0.0.2 - (package - (name "go-github-com-mattn-go-runewidth") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-runewidth") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-runewidth")) - (home-page "https://github.com/mattn/go-runewidth") - (synopsis "go-runewidth") - (description - "This package provides functions to get fixed width of the character or string.") - (license license:expat))) - -(define-public go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5 - (package - (name "go-github-com-olekukonko-tablewriter") - (version "0.0.0-20170122224234-a0225b3f23b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/olekukonko/tablewriter") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bp9r6xzy6d3p7l2hjmvr25y3rp3p8c9xv1agkllkksm45ng6681")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/olekukonko/tablewriter")) - (home-page "https://github.com/olekukonko/tablewriter") - (synopsis "ASCII Table Writer") - (description "Create & Generate text based table -") - (license license:expat))) - -(define-public go-github-com-soheilhy-cmux-0.1.4 - (package - (name "go-github-com-soheilhy-cmux") - (version "0.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/soheilhy/cmux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/soheilhy/cmux")) - (home-page "https://github.com/soheilhy/cmux") - (synopsis "cmux: Connection Mux") - (description - "Package cmux is a library to multiplex network connections based on -their payload. Using cmux, you can serve different protocols from the -same listener. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cobra-0.0.3 - (package - (name "go-github-com-spf13-cobra") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q1nsx05svyv9fv3fy6xv6gs9ffimkyzsfm49flvl3wnvf1ncrkd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.1 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8 - (package - (name "go-github-com-tmc-grpc-websocket-proxy") - (version "0.0.0-20170815181823-89b8d40f7ca8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tmc/grpc-websocket-proxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bg6m0cycy5sww175zkbnhi9lvzb08iicc8xka8klrgaa9mc5nsk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) - (home-page "https://github.com/tmc/grpc-websocket-proxy") - (synopsis "grpc-websocket-proxy") - (description - "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") - (license license:expat))) - -(define-public go-github-com-urfave-cli-1.20.0 - (package - (name "go-github-com-urfave-cli") - (version "1.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2 - (package - (name "go-github-com-xiang90-probing") - (version "0.0.0-20190116061207-43a291ad63a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xiang90/probing") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xiang90/probing")) - (home-page "https://github.com/xiang90/probing") - (synopsis "Getting Started") - (description "We first need to serve the probing HTTP handler.") - (license license:expat))) - -(define-public go-go-etcd-io-bbolt-1.3.3 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-go-uber-org-atomic-1.3.2 - (package - (name "go-go-uber-org-atomic") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/atomic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/atomic")) - (home-page "https://go.uber.org/atomic") - (synopsis "atomic") - (description - "Package atomic provides simple wrappers around numerics to enforce atomic -access. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190813141303-74dc4d7220e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563yswwqknxx2gsvl0qikn0lmwalilbng8i12iw4d3v40n23s0l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190826190057-c7b8b68b1456") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lqnnrx5prrvkinnhgyvzzhcyvi8x5w54rlp336xjhpslkgqn132")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2 - (package - (name "go-golang-org-x-time") - (version "0.0.0-20180412165947-fbb02b2291d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.26.0 - (package - (name "go-google-golang-org-grpc") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qsb2mcswpp3vd7i9gfvz4a3ypdwk2svhhn09nyywgb1vvw80krv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-cheggaaa-pb-v1-1.0.25 - (package - (name "go-gopkg-in-cheggaaa-pb-v1") - (version "1.0.25") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/cheggaaa/pb.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/cheggaaa/pb.v1" - #:unpack-path - "gopkg.in/cheggaaa/pb.v1")) - (home-page "https://gopkg.in/cheggaaa/pb.v1") - (synopsis "Terminal progress bar for Go") - (description "Simple console progress bars -") - (license license:bsd-3))) - -(define-public go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489 - (package - (name "go-go-etcd-io-etcd") - (version "0.5.0-alpha.5.0.20200910180754-dd1b699fc489") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/etcd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11zkvkq7ipqi0n8y05zgn8lf7qm59xdk75x7jbxj5sflx38yfa0k")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/etcd")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) - ("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-cheggaaa-pb-v1-1.0.25" - ,go-gopkg-in-cheggaaa-pb-v1-1.0.25) - ("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2" - ,go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456" - ,go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456) - ("go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7" - ,go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.3.2" ,go-go-uber-org-atomic-1.3.2) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" - ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) - ("go-github-com-urfave-cli-1.20.0" ,go-github-com-urfave-cli-1.20.0) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8) - ("go-github-com-spf13-pflag-1.0.1" ,go-github-com-spf13-pflag-1.0.1) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-soheilhy-cmux-0.1.4" - ,go-github-com-soheilhy-cmux-0.1.4) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5" - ,go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-mattn-go-runewidth-0.0.2" - ,go-github-com-mattn-go-runewidth-0.0.2) - ("go-github-com-mattn-go-isatty-0.0.4" - ,go-github-com-mattn-go-isatty-0.0.4) - ("go-github-com-mattn-go-colorable-0.0.9" - ,go-github-com-mattn-go-colorable-0.0.9) - ("go-github-com-json-iterator-go-1.1.7" - ,go-github-com-json-iterator-go-1.1.7) - ("go-github-com-jonboulle-clockwork-0.1.0" - ,go-github-com-jonboulle-clockwork-0.1.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.5" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.5) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4" - ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4) - ("go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c" - ,go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c) - ("go-github-com-google-uuid-1.0.0" ,go-github-com-google-uuid-1.0.0) - ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903" - ,go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" - ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) - ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" - ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) - ("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7) - ("go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf" - ,go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-semver-0.2.0" - ,go-github-com-coreos-go-semver-0.2.0) - ("go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa" - ,go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa) - ("go-github-com-bgentry-speakeasy-0.1.0" - ,go-github-com-bgentry-speakeasy-0.1.0))) - (home-page "https://go.etcd.io/etcd") - (synopsis "etcd") - (description - "Package main is a simple wrapper of the real etcd entrypoint package -(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still -\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and -builds a binary in $GOBIN/etcd -") - (license license:asl2.0))) - -(define-public go-gopkg-in-natefinch-lumberjack-v2-2.0.0 - (package - (name "go-gopkg-in-natefinch-lumberjack-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/natefinch/lumberjack.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/natefinch/lumberjack.v2" - #:unpack-path - "gopkg.in/natefinch/lumberjack.v2")) - (home-page "https://gopkg.in/natefinch/lumberjack.v2") - (synopsis "lumberjack") - (description "Package lumberjack provides a rolling logger. -") - (license license:expat))) - -(define-public go-gopkg-in-square-go-jose-v2-2.2.2 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cpvfqw7pw8m8wfj8nda4kam0z48q3gp6b9a3a0wr90zv9ldszbv")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15 - (package - (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") - (version "0.0.15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ad9yjr3g1pj118xy063z7rnydkilqmvz9xf89vdva2kjqd7fal")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page - "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.6 - (package - (name "go-k8s-io-apiserver") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b53aw2cp9i2v5kg1m2s5kwkz7525ii8vs1g7d8yc2j980aar9y3")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-github-com-blang-semver-3.5.1+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.5.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369 - (package - (name "go-github-com-matttproud-golang-protobuf-extensions") - (version "1.0.2-0.20181231171920-c182affec369") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/matttproud/golang_protobuf_extensions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/matttproud/golang_protobuf_extensions") - (synopsis "Overview") - (description - "This repository provides various Protocol Buffer extensions for the Go -language (golang), namely support for record length-delimited message -streaming.") - (license license:asl2.0))) - -(define-public go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78 - (package - (name "go-github-com-azure-go-ansiterm") - (version "0.0.0-20170929234023-d6e3b3328b78") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/go-ansiterm") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/go-ansiterm")) - (home-page "https://github.com/Azure/go-ansiterm") - (synopsis "go-ansiterm") - (description - "This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.") - (license license:expat))) - -(define-public go-gotest-tools-2.2.0+incompatible - (package - (name "go-gotest-tools") - (version "2.2.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl")))) - (build-system go-build-system) - (arguments '(#:import-path "gotest.tools")) - (home-page "https://gotest.tools") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.3 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190624222133-a101b041ded4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-gotest-tools-v3-3.0.2 - (package - (name "go-gotest-tools-v3") - (version "3.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cap2aq2wphnbkkzkck5zdjxb64q3jqxfwpkgqys7279rbr8cvjm")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd - (package - (name "go-github-com-moby-term") - (version "0.0.0-20200312100748-672ec06f55cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xspasm3d101hmjsayrbx6az4r4ybbg5gkj13qybhpq674a6kkwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/moby/term")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" - ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" - ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78))) - (home-page "https://github.com/moby/term") - (synopsis "term - utilities for dealing with terminals") - (description - "Package term provides structures and helper functions to work with -terminal (state, sizes). -") - (license license:asl2.0))) - -(define-public go-github-com-beorn7-perks-1.0.1 - (package - (name "go-github-com-beorn7-perks") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-cespare-xxhash-v2-2.1.1 - (package - (name "go-github-com-cespare-xxhash-v2") - (version "2.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cespare/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cespare/xxhash/v2")) - (home-page "https://github.com/cespare/xxhash") - (synopsis "xxhash") - (description - "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described -at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. -") - (license license:expat))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-procfs-0.1.3 - (package - (name "go-github-com-prometheus-procfs") - (version "0.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09wmlmvmjf49nchidqffc99wn6vl98v5k9qgyyrhqgv0015xskwa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" - ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200615200032-f1bc736245b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbmih4n2xw53qbpmc7msqf2660i4ryr0chbrsbj8mdalfrjr0vp")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.5 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08smz8dfyxp02ha74my9iszqa5qzgl3ksi28ilyp8lqipssiq6fg")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-1.7.1 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i9wbwjq3idgp9y0vv7fvg6g7zrqi9qlfw915xc49ahw83q2h61w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.5" ,go-gopkg-in-yaml-v2-2.2.5) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1" - ,go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-prometheus-procfs-0.1.3" - ,go-github-com-prometheus-procfs-0.1.3) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-cespare-xxhash-v2-2.1.1" - ,go-github-com-cespare-xxhash-v2-2.1.1) - ("go-github-com-beorn7-perks-1.0.1" - ,go-github-com-beorn7-perks-1.0.1))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751 - (package - (name "go-github-com-alecthomas-template") - (version "0.0.0-20190718012654-fb15b899a751") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/template") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/template")) - (home-page "https://github.com/alecthomas/template") - (synopsis "Go's") - (description - "Package template implements data-driven templates for generating textual output. -") - (license license:bsd-3))) - -(define-public go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4 - (package - (name "go-github-com-alecthomas-units") - (version "0.0.0-20190717042225-c3de453c63f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/units") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/units")) - (home-page "https://github.com/alecthomas/units") - (synopsis "Units - Helpful unit multipliers and functions for Go") - (description - "Package units provides helpful unit multipliers and functions for Go. -") - (license license:expat))) - -(define-public go-github-com-go-kit-kit-0.9.0 - (package - (name "go-github-com-go-kit-kit") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-kit/kit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-kit/kit")) - (home-page "https://github.com/go-kit/kit") - (synopsis "Go kit") - (description - "@strong{Go kit} is a @strong{programming toolkit} for building microservices -(or elegant monoliths) in Go. We solve common problems in distributed -systems and application architecture so you can focus on delivering -business value.") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.4.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (propagated-inputs - `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-beorn7-perks-1.0.0 - (package - (name "go-github-com-beorn7-perks") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190129233127-fd36f4220a90") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc - (package - (name "go-github-com-alecthomas-template") - (version "0.0.0-20160405071501-a0175ee3bccc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/template") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/template")) - (home-page "https://github.com/alecthomas/template") - (synopsis "Go's") - (description - "Package template implements data-driven templates for generating textual output. -") - (license license:bsd-3))) - -(define-public go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf - (package - (name "go-github-com-alecthomas-units") - (version "0.0.0-20151022065526-2efee857e7cf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/units") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/units")) - (home-page "https://github.com/alecthomas/units") - (synopsis "Units - Helpful unit multipliers and functions for Go") - (description - "Package units provides helpful unit multipliers and functions for Go. -") - (license license:expat))) - -(define-public go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973 - (package - (name "go-github-com-beorn7-perks") - (version "0.0.0-20180321164747-3a771d992973") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-go-kit-kit-0.8.0 - (package - (name "go-github-com-go-kit-kit") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-kit/kit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-kit/kit")) - (home-page "https://github.com/go-kit/kit") - (synopsis "Go kit") - (description - "@strong{Go kit} is a @strong{programming toolkit} for building microservices -(or elegant monoliths) in Go. We solve common problems in distributed -systems and application architecture so you can focus on delivering -business value.") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.3.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-go-stack-stack-1.8.0 - (package - (name "go-github-com-go-stack-stack") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-stack/stack") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-stack/stack")) - (home-page "https://github.com/go-stack/stack") - (synopsis "stack") - (description - "Package stack implements utilities to capture, manipulate, and format call -stacks. It provides a simpler API than package runtime. -") - (license license:expat))) - -(define-public go-github-com-julienschmidt-httprouter-1.2.0 - (package - (name "go-github-com-julienschmidt-httprouter") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/julienschmidt/httprouter") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/julienschmidt/httprouter")) - (home-page "https://github.com/julienschmidt/httprouter") - (synopsis "HttpRouter") - (description - "Package httprouter is a trie based high performance HTTP request router. -") - (license license:bsd-3))) - -(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 - (package - (name "go-github-com-kr-logfmt") - (version "0.0.0-20140226030751-b84e30acd515") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/logfmt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/logfmt")) - (home-page "https://github.com/kr/logfmt") - (synopsis #f) - (description - "Package implements the decoding of logfmt key-value pairs. -") - (license license:expat))) - -(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.1 - (package - (name "go-github-com-matttproud-golang-protobuf-extensions") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/matttproud/golang_protobuf_extensions") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) - (home-page "https://github.com/matttproud/golang_protobuf_extensions") - (synopsis "Overview") - (description - "This repository provides various Protocol Buffer extensions for the Go -language (golang), namely support for record length-delimited message -streaming.") - (license license:asl2.0))) - -(define-public go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223 - (package - (name "go-github-com-mwitkow-go-conntrack") - (version "0.0.0-20161129095857-cc309e4a2223") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mwitkow/go-conntrack") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mwitkow/go-conntrack")) - (home-page "https://github.com/mwitkow/go-conntrack") - (synopsis "Go tracing and monitoring (Prometheus) for") - (description - "@url{https://prometheus.io/,Prometheus} monitoring and @url{https://godoc.org/golang.org/x/net/trace#EventLog,(code x/net/trace)} tracing wrappers @code{net.Conn}, both inbound (@code{net.Listener}) and outbound (@code{net.Dialer}).") - (license license:asl2.0))) - -(define-public go-github-com-pkg-errors-0.8.0 - (package - (name "go-github-com-pkg-errors") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-prometheus-client-golang-0.9.1 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20180712105110-5c3871d89910") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20181005140218-185b4288413d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d85429kdw5dgj5zhyiz1sq3i5691vj2gjnda93nnxxzx9acg8cv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20180904163835-0709b304e793") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180905080454-ebe1bf3edb33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.2.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" - ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181114220301-adae6a3d119a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fx860zsgzqk28j7lmp96qsfrgb0kzbfjvr294hywswcbwdwkb01")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-common-0.4.1 - (package - (name "go-github-com-prometheus-common") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" - ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.2 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181116152217-5ac8a444bdc5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00zdrighflwc4iyizsag184nvl1cbkk02v73kpl5miprdrvzqlr4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-client-golang-1.0.0 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-prometheus-procfs-0.0.2" - ,go-github-com-prometheus-procfs-0.0.2) - ("go-github-com-prometheus-common-0.4.1" - ,go-github-com-prometheus-common-0.4.1) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-beorn7-perks-1.0.0" - ,go-github-com-beorn7-perks-1.0.0))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.2.0 - (package - (name "go-github-com-prometheus-client-model") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.1.1 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-sirupsen-logrus-1.4.2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-gopkg-in-alecthomas-kingpin-v2-2.2.6 - (package - (name "go-gopkg-in-alecthomas-kingpin-v2") - (version "2.2.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/alecthomas/kingpin.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/alecthomas/kingpin.v2" - #:unpack-path - "gopkg.in/alecthomas/kingpin.v2")) - (home-page "https://gopkg.in/alecthomas/kingpin.v2") - (synopsis "Kingpin - A Go (golang) command line and flag parser") - (description - "Package kingpin provides command line interfaces like this: -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.2.4 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.10.0 - (package - (name "go-github-com-prometheus-common") - (version "0.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ra7zfqsnvgfizzsxn3rk0dwhk7nx8p8082zgpvadbv2b0j1k01i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-go-kit-kit-0.9.0" ,go-github-com-go-kit-kit-0.9.0) - ("go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4" - ,go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4) - ("go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751" - ,go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200106162015-b016eb3dc98e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k0qr26046d228gi6ngkfxp4m1rjgxk4jj75h0kh1cpyp91n5rja")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-procfs-0.2.0 - (package - (name "go-github-com-prometheus-procfs") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkpyq1grk3qyfahnfry5qkxjg5qb10yh1l8cvm8b79nqsmdyjbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" - ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190422165155-953cdadca894") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.6.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-go-uber-org-atomic-1.4.0 - (package - (name "go-go-uber-org-atomic") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/atomic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/atomic")) - (home-page "https://go.uber.org/atomic") - (synopsis "atomic") - (description - "Package atomic provides simple wrappers around numerics to enforce atomic -access. -") - (license license:expat))) - -(define-public go-go-uber-org-multierr-1.1.0 - (package - (name "go-go-uber-org-multierr") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/multierr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/multierr")) - (home-page "https://go.uber.org/multierr") - (synopsis "multierr") - (description - "Package multierr allows combining one or more errors together. -") - (license license:expat))) - -(define-public go-go-uber-org-zap-1.10.0 - (package - (name "go-go-uber-org-zap") - (version "1.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/zap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/zap")) - (home-page "https://go.uber.org/zap") - (synopsis "â\x9a¡ zap") - (description "Package zap provides fast, structured, leveled logging. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190425150028-36563e24a262") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c - (package - (name "go-golang-org-x-text") - (version "0.0.0-20170915032832-14c0d48ead0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-rsc-io-sampler-1.3.0 - (package - (name "go-rsc-io-sampler") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/sampler") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) - (build-system go-build-system) - (arguments '(#:import-path "rsc.io/sampler")) - (propagated-inputs - `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" - ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) - (home-page "https://rsc.io/sampler") - (synopsis #f) - (description "Package sampler shows simple texts. -") - (license license:bsd-3))) - -(define-public go-rsc-io-quote-v3-3.1.0 - (package - (name "go-rsc-io-quote-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/quote") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) - (build-system go-build-system) - (arguments - '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) - (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) - (home-page "https://rsc.io/quote/v3") - (synopsis #f) - (description "Package quote collects pithy sayings. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.4.1 - (package - (name "go-github-com-golang-mock") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zb4n285mv85dh3y2f8fqbs30h2dhzw7vbczr6z0zg2gqr6vzg0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) - ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.4 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12dclmj2if8l0069fby4psrpqby7p810dr1dr63nwx93g9jhvkmx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-chzyer-logex-1.1.10 - (package - (name "go-github-com-chzyer-logex") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/logex") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/logex")) - (home-page "https://github.com/chzyer/logex") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e - (package - (name "go-github-com-chzyer-readline") - (version "0.0.0-20180603132655-2972be24d48e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/readline") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/readline")) - (home-page "https://github.com/chzyer/readline") - (synopsis "Guide") - (description - "Readline is a pure go implementation for GNU-Readline kind library. -") - (license license:expat))) - -(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 - (package - (name "go-github-com-chzyer-test") - (version "0.0.0-20180213035817-a1ea475d72b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/test") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/test")) - (home-page "https://github.com/chzyer/test") - (synopsis "test") - (description #f) - (license license:expat))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20181102032728-5e5cf60278f6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191204072324-ce4227a45e2e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200229191704-1ebb73c60ed3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-jstemmer-go-junit-report-0.9.1 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190702054246-869f871628b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-testify-1.4.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190502145724-3ef323f4f1fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190425155659-357c62f0e4bb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.20.1 - (package - (name "go-google-golang-org-grpc") - (version "1.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.3 - (package - (name "go-go-opencensus-io") - (version "0.22.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee - (package - (name "go-golang-org-x-mod") - (version "0.1.1-0.20191105210325-c90efee705ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200130002326-2f3ba24bd6e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" - ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20200302205851-738671d3881b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200301022130-244492dfa37a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vm2q44phz4vjnzq9428rjk58c82fxf003whczp7c9ryn9fazh7s")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200302150141-5c8b2ff67527") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200304193943-95d2e580d8eb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f46657xsdc12lr29ksqg80fp0j8v2iqgihzh788avcj5cmhnqyl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.2.0 - (package - (name "go-github-com-golang-mock") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c - (package - (name "go-github-com-google-btree") - (version "0.0.0-20180813153112-4030bb1f1f0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-martian-2.1.0+incompatible - (package - (name "go-github-com-google-martian") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian")) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20181206194817-3ea8567a2e57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.4 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.0.0-20190106144839-af01ea7f8024") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 - (package - (name "go-golang-org-x-text") - (version "0.3.1-0.20180807135948-17ff2d5776d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c - (package - (name "go-golang-org-x-time") - (version "0.0.0-20181108054448-85acf8d2951c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190301231843-5614ed5bae6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190226205417-e64efc72b421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190312170243-e65039ee4138") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.4.0 - (package - (name "go-google-golang-org-api") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190418145605-e7d98fc518a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190106161140-3f1c8253044a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.38.0 - (package - (name "go-cloud-google-com-go") - (version "0.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" - ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" - ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) - ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" - ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) - ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" - ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" - ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) - ("go-github-com-googleapis-gax-go-v2-2.0.4" - ,go-github-com-googleapis-gax-go-v2-2.0.4) - ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" - ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.5 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.0 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190227155943-e225da77a7e6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190307195333-5fe7a883aa19") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.21.0 - (package - (name "go-go-opencensus-io") - (version "0.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190503192946-f4e77d36d62c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190604053449-0f29369cfe45") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190507160741-ecd444e8653b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.5.0 - (package - (name "go-google-golang-org-appengine") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.20.0 - (package - (name "go-google-golang-org-api") - (version "0.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-google-golang-org-appengine-1.5.0" - ,go-google-golang-org-appengine-1.5.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" - ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200305110556-506484158171 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200305110556-506484158171") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19h7sxkfjcrkm7majd0pyzzirdnk1qlsxc3h5zklhm234d8jg407")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-google-renameio-0.1.0 - (package - (name "go-github-com-google-renameio") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/renameio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/renameio")) - (home-page "https://github.com/google/renameio") - (synopsis "Atomicity vs durability") - (description - "Package renameio provides a way to atomically create or replace a file or -symbolic link. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-errgo-v2-2.1.0 - (package - (name "go-gopkg-in-errgo-v2") - (version "2.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/errgo.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) - (home-page "https://gopkg.in/errgo.v2") - (synopsis #f) - (description - "Package errgo provides some primitives for error creation and handling.") - (license license:bsd-3))) - -(define-public go-github-com-rogpeppe-go-internal-1.3.0 - (package - (name "go-github-com-rogpeppe-go-internal") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/go-internal") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/go-internal")) - (propagated-inputs - `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) - (home-page "https://github.com/rogpeppe/go-internal") - (synopsis #f) - (description - "This repository factors out an opinionated selection of internal packages and functionality from the Go standard -library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190510104115-cbcb75029529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e - (package - (name "go-golang-org-x-mod") - (version "0.0.0-20190513183733-4bf6d317e70e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" - ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191130070609-6e064ea0cf2d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 - (package - (name "go-honnef-co-go-tools") - (version "0.0.1-2020.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" - ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) - ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" - ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) - ("go-github-com-rogpeppe-go-internal-1.3.0" - ,go-github-com-rogpeppe-go-internal-1.3.0) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-google-renameio-0.1.0" - ,go-github-com-google-renameio-0.1.0) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.54.0 - (package - (name "go-cloud-google-com-go") - (version "0.54.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ilqqymrphg546c66jc0npd48dlr88wbgrg462h1jgm2ykbnq1ba")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.1-2020.1.3" - ,go-honnef-co-go-tools-0.0.1-2020.1.3) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20200305110556-506484158171" - ,go-google-golang-org-genproto-0.0.0-20200305110556-506484158171) - ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) - ("go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb" - ,go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" - ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a" - ,go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" - ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.4" - ,go-github-com-golang-protobuf-1.3.4) - ("go-github-com-golang-mock-1.4.1" ,go-github-com-golang-mock-1.4.1) - ("go-cloud-google-com-go-storage-1.6.0" - ,go-cloud-google-com-go-storage-1.6.0) - ("go-cloud-google-com-go-pubsub-1.2.0" - ,go-cloud-google-com-go-pubsub-1.2.0) - ("go-cloud-google-com-go-datastore-1.1.0" - ,go-cloud-google-com-go-datastore-1.1.0) - ("go-cloud-google-com-go-bigquery-1.4.0" - ,go-cloud-google-com-go-bigquery-1.4.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7 - (package - (name "go-github-com-gregjones-httpcache") - (version "0.0.0-20180305231024-9cad4c3443a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gregjones/httpcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gregjones/httpcache")) - (home-page "https://github.com/gregjones/httpcache") - (synopsis "httpcache") - (description - "Package httpcache provides a http.RoundTripper implementation that works as a -mostly RFC-compliant cache for http responses. -") - (license license:expat))) - -(define-public go-github-com-imdario-mergo-0.3.5 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-peterbourgon-diskv-2.0.1+incompatible - (package - (name "go-github-com-peterbourgon-diskv") - (version "2.0.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/peterbourgon/diskv") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/peterbourgon/diskv")) - (home-page "https://github.com/peterbourgon/diskv") - (synopsis "What is diskv?") - (description - "Diskv (disk-vee) is a simple, persistent key-value store written in the Go -language. It starts with an incredibly simple API for storing arbitrary data on -a filesystem by key, and builds several layers of performance-enhancing -abstraction on top. The end result is a conceptually simple, but highly -performant, disk-backed storage system.") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20201002170205-7f63de1d35b0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dr89jfs4dmpr3jqfshqqvfpzzdx4r76nkzhrvmixfrmn6wxrnd1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.34.0 - (package - (name "go-cloud-google-com-go") - (version "0.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190108225652-1e06a53dbb7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181221193216-37e7f081c4d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200107190931-bf48bf16ab8d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e - (package - (name "go-golang-org-x-time") - (version "0.0.0-20200630173020-3af7569d3a1e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05hqhw3vlssi499y6m41zgdp1yyjsw2kj95ahymlw6pkhsssh2vq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-k8s-io-api-0.20.6 - (package - (name "go-k8s-io-api") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mm6a91a4nrlsvnfcbgn2574vdwxf1nxpgrd5avklh8mym2ngimw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96 - (package - (name "go-github-com-docker-spdystream") - (version "0.0.0-20160310174837-449fdfce4d96") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/spdystream") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/spdystream")) - (home-page "https://github.com/docker/spdystream") - (synopsis "SpdyStream") - (description - "This package provides a multiplexed stream library using spdy") - (license license:asl2.0))) - -(define-public go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153 - (package - (name "go-github-com-elazarl-goproxy") - (version "0.0.0-20180725130230-947c36da3153") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/elazarl/goproxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lmsnr5xmda89wig8sw62llg6acjb5caghz5jmdhnm85rm6rnssk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/elazarl/goproxy")) - (home-page "https://github.com/elazarl/goproxy") - (synopsis "Introduction") - (description - "Taken from $GOROOT/src/pkg/net/http/chunked -needed to write https responses to client. -") - (license license:bsd-3))) - -(define-public go-github-com-evanphx-json-patch-4.9.0+incompatible - (package - (name "go-github-com-evanphx-json-patch") - (version "4.9.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/evanphx/json-patch") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r88qpzjxsx8skij9s5pi4a5qcv4bm18vq8sy21gpwgzp3qf6qzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/evanphx/json-patch")) - (home-page "https://github.com/evanphx/json-patch") - (synopsis "JSON-Patch") - (description - "@code{jsonpatch} is a library which provides functionality for both applying -@url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against documents, as -well as for calculating & applying @url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191005200804-aed5e4c7ecf9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.9 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" - ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20200121045136-8c9f03a8e57e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-gofuzz-1.1.0 - (package - (name "go-github-com-google-gofuzz") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gofuzz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0si2fiigj45vr4jnw4grjhls7nw56wkwinnn93gqbl9ng9ynw8rx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/gofuzz")) - (home-page "https://github.com/google/gofuzz") - (synopsis "gofuzz") - (description - "Package fuzz is a library for populating go objects with random values. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.1.2 - (package - (name "go-github-com-google-uuid") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.1 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421 - (package - (name "go-github-com-modern-go-concurrent") - (version "0.0.0-20180228061459-e0a39a4cb421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/concurrent") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hamz1zimsxm9vl0ih19v7sbibglwq2j6473w4j9k7ib80fmxdzr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/concurrent")) - (home-page "https://github.com/modern-go/concurrent") - (synopsis "concurrent") - (description - "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742 - (package - (name "go-github-com-modern-go-reflect2") - (version "0.0.0-20180701023420-4b7aa43c6742") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.10 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "134zwc2pmf8nd90r8065wsl6vv1mwjl23bs70i08dzhw5h98drr4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" - ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f - (package - (name "go-github-com-mxk-go-flowrate") - (version "0.0.0-20140419014527-cca7078d478f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mxk/go-flowrate") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mxk/go-flowrate")) - (home-page "https://github.com/mxk/go-flowrate") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.11.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.11.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vxmb5k89bq50m2kzcw5l3bdvci4czpifkgxd4nbq1yzv5ir03kp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.7 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-hpcloud-tail-1.0.0 - (package - (name "go-github-com-hpcloud-tail") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcloud/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcloud/tail")) - (home-page "https://github.com/hpcloud/tail") - (synopsis "Go package for tail-ing files") - (description - "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") - (license license:expat))) - -(define-public go-github-com-onsi-ginkgo-1.6.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180906233101-161cd47e91fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180909124046-d0be0721c37e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-fsnotify-v1-1.4.7 - (package - (name "go-gopkg-in-fsnotify-v1") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/fsnotify.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/fsnotify.v1" - #:unpack-path - "gopkg.in/fsnotify.v1")) - (home-page "https://gopkg.in/fsnotify.v1") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 - (package - (name "go-gopkg-in-tomb-v1") - (version "1.0.0-20141024135613-dd632973f1e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/tomb.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) - (home-page "https://gopkg.in/tomb.v1") - (synopsis "Installation and usage") - (description - "The tomb package offers a conventional API for clean goroutine termination. -") - (license license:bsd-3))) - -(define-public go-github-com-onsi-gomega-1.7.0 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09j6wq425wgzzsbwm9ckhfgl2capv3yyqbrf45qyrjwkzm49i02y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-spf13-pflag-1.0.5 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-inf-v0-0.9.1 - (package - (name "go-gopkg-in-inf-v0") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/inf.v0") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/inf.v0" #:unpack-path "gopkg.in/inf.v0")) - (home-page "https://gopkg.in/inf.v0") - (synopsis #f) - (description - "Package inf (type inf.Dec) implements \"infinite-precision\" decimal -arithmetic. -\"Infinite precision\" describes two characteristics: practically unlimited -precision for decimal number representation and no support for calculating -with any specific fixed precision. -(Although there is no practical limit on precision, inf.Dec can only -represent finite decimals.) -") - (license license:bsd-3))) - -(define-public go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46 - (package - (name "go-github-com-nytimes-gziphandler") - (version "0.0.0-20170623195520-56545f4a5d46") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nytimes/gziphandler") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/NYTimes/gziphandler")) - (home-page "https://github.com/NYTimes/gziphandler") - (synopsis "Gzip Handler") - (description - "This is a tiny Go package which wraps HTTP handlers to transparently gzip the -response body, for clients which support it. Although it's usually simpler to -leave that to a reverse proxy (like nginx or Varnish), this package is useful -when that's undesirable.") - (license license:asl2.0))) - -(define-public go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a - (package - (name "go-github-com-asaskevich-govalidator") - (version "0.0.0-20190424111038-f61b66f89f4a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/asaskevich/govalidator") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jzjd9ak4byb83bwhbyrrdclnhrgglyxcbr4d4qh39a6ywvcijm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/asaskevich/govalidator")) - (home-page "https://github.com/asaskevich/govalidator") - (synopsis "govalidator") - (description - "Package govalidator is package of validators and sanitizers for strings, structs and collections. -") - (license license:expat))) - -(define-public go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633 - (package - (name "go-github-com-emicklei-go-restful") - (version "0.0.0-20170410110728-ff4f55a20633") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emicklei/go-restful") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/emicklei/go-restful")) - (home-page "https://github.com/emicklei/go-restful") - (synopsis "go-restful") - (description - "Package restful , a lean package for creating REST-style WebServices without magic. -") - (license license:expat))) - -(define-public go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680 - (package - (name "go-github-com-ghodss-yaml") - (version "0.0.0-20150909031657-73d445a93680") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ghodss/yaml") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ghodss/yaml")) - (home-page "https://github.com/ghodss/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "Copyright 2013 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file. -") - (license #f))) - -(define-public go-github-com-go-openapi-jsonreference-0.19.3 - (package - (name "go-github-com-go-openapi-jsonreference") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonreference") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ln21xai74fynwmi4ck5j0c70yszjy96wfagc705y8khjxsgncsw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonreference")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" - ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3) - ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" - ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) - ("go-github-com-puerkitobio-purell-1.1.1" - ,go-github-com-puerkitobio-purell-1.1.1))) - (home-page "https://github.com/go-openapi/jsonreference") - (synopsis "gojsonreference") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} -An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e - (package - (name "go-github-com-mailru-easyjson") - (version "0.0.0-20190626092158-b2ccc519800e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-go-openapi-jsonpointer-0.19.3 - (package - (name "go-github-com-go-openapi-jsonpointer") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonpointer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4bb7c5y8ss2s8wl50k7lsk84nl4lcldkbkphrfdl21y51gz4jr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e" - ,go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5))) - (home-page "https://github.com/go-openapi/jsonpointer") - (synopsis "gojsonpointer") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} -An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-puerkitobio-purell-1.1.1 - (package - (name "go-github-com-puerkitobio-purell") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/purell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/PuerkitoBio/purell")) - (home-page "https://github.com/PuerkitoBio/purell") - (synopsis "Purell") - (description - "Package purell offers URL normalization as described on the wikipedia page: -@url{http://en.wikipedia.org/wiki/URL_normalization,http://en.wikipedia.org/wiki/URL_normalization} -") - (license license:bsd-3))) - -(define-public go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578 - (package - (name "go-github-com-puerkitobio-urlesc") - (version "0.0.0-20170810143723-de5bf2ad4578") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/urlesc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/PuerkitoBio/urlesc")) - (home-page "https://github.com/PuerkitoBio/urlesc") - (synopsis "urlesc") - (description - "Package urlesc implements query escaping as per @url{https://rfc-editor.org/rfc/rfc3986.html,RFC 3986}. -It contains some parts of the net/url package, modified so as to allow -some reserved characters incorrectly escaped by net/url. -See @url{https://github.com/golang/go/issues/5684,https://github.com/golang/go/issues/5684} -") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-swag-0.19.2 - (package - (name "go-github-com-go-openapi-swag") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/swag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mlxlajx2p9wjm72rmqjrx5g49q2sn04y45s3nrykkf6jqlq1v4z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/swag")) - (propagated-inputs - `(("go-github-com-sourcegraph-go-diff-0.5.1" - ,go-github-com-sourcegraph-go-diff-0.5.1) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" - ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/go-openapi/swag") - (synopsis "Swag") - (description - "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. -") - (license license:asl2.0))) - -(define-public go-github-com-go-openapi-jsonpointer-0.19.2 - (package - (name "go-github-com-go-openapi-jsonpointer") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonpointer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s3cqf4svrbygvvpvi7hf122szsgihas52vqh0bba3avf4w03g9n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-swag-0.19.2" - ,go-github-com-go-openapi-swag-0.19.2))) - (home-page "https://github.com/go-openapi/jsonpointer") - (synopsis "gojsonpointer") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} -An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190613194153-d28f0bde5980") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-jsonreference-0.19.2 - (package - (name "go-github-com-go-openapi-jsonreference") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonreference") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v933yvcwyzzlpdxwb9204ki7lls2rwfd96ww2i901ndvz37kdf8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonreference")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-jsonpointer-0.19.2" - ,go-github-com-go-openapi-jsonpointer-0.19.2) - ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" - ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) - ("go-github-com-puerkitobio-purell-1.1.1" - ,go-github-com-puerkitobio-purell-1.1.1))) - (home-page "https://github.com/go-openapi/jsonreference") - (synopsis "gojsonreference") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} -An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-kr-pty-1.1.5 - (package - (name "go-github-com-kr-pty") - (version "1.1.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpq77b90z72cv9h66dvxsg2j197ylpgcps23xsjfbs752bykfw1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.2.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190611184440-5c40567a22f8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17g8fb9vy2sqq8vgz8jdvf6c6d2290gm2qs0i4yzsd86mgn4dlrg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190827160401-ba9fcec4b297") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190616124812-15dcb6c0061f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qfkkysbyn44nyx57cq8mmw1cjgpxi9gi9xrf6kljmd9c1416zdd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190614205625-5aca471b1d59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i4h3q83w4y9s065w0wnnnwlssy69jbrj08k47ppsa8dnv85kyrf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-spec-0.19.3 - (package - (name "go-github-com-go-openapi-spec") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dikq1p550vj5i9y918s075pgk0fxkixxk3fb70ri7wkm51s6nlj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/spec")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59" - ,go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59) - ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" - ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) - ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" - ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) - ("go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8" - ,go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stretchr-objx-0.2.0" - ,go-github-com-stretchr-objx-0.2.0) - ("go-github-com-kr-pty-1.1.5" ,go-github-com-kr-pty-1.1.5) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5) - ("go-github-com-go-openapi-jsonreference-0.19.2" - ,go-github-com-go-openapi-jsonreference-0.19.2) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3))) - (home-page "https://github.com/go-openapi/spec") - (synopsis "OAI object model") - (description "The object model for OpenAPI specification documents.") - (license license:asl2.0))) - -(define-public go-github-com-kr-pretty-0.1.0 - (package - (name "go-github-com-kr-pretty") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63 - (package - (name "go-github-com-mailru-easyjson") - (version "0.0.0-20190614124828-94de47d64c63") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1km0kkh7cf7dlz5pqi9yr1wamv0167y41cyv1dbrcxfdmwgpfd23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20180628173108-788fd7840127") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190409202823-959b441ac422") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-github-com-gogo-protobuf-1.1.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e - (package - (name "go-github-com-shurcool-go") - (version "0.0.0-20180423040247-9e1955d9fb6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/go")) - (home-page "https://github.com/shurcooL/go") - (synopsis "go") - (description "Common Go code.") - (license license:expat))) - -(define-public go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041 - (package - (name "go-github-com-shurcool-go-goon") - (version "0.0.0-20170922171312-37c2f522c041") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/go-goon") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/go-goon")) - (home-page "https://github.com/shurcooL/go-goon") - (synopsis "goon") - (description - "Package goon is a deep pretty printer with Go-like notation. It implements the goon specification. -") - (license license:expat))) - -(define-public go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4 - (package - (name "go-sourcegraph-com-sqs-pbtypes") - (version "0.0.0-20180604144634-d3ebe8f20ae4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sqs/pbtypes") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr")))) - (build-system go-build-system) - (arguments '(#:import-path "sourcegraph.com/sqs/pbtypes")) - (home-page "https://sourcegraph.com/sqs/pbtypes") - (synopsis "pbtypes") - (description - "Package pbtypes contains protocol buffer types (Timestamp, Void, -etc.) and related helpers. -") - (license license:asl2.0))) - -(define-public go-github-com-sourcegraph-go-diff-0.5.1 - (package - (name "go-github-com-sourcegraph-go-diff") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sourcegraph/go-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sourcegraph/go-diff")) - (propagated-inputs - `(("go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4" - ,go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4) - ("go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041" - ,go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041) - ("go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e" - ,go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1))) - (home-page "https://github.com/sourcegraph/go-diff") - (synopsis "go-diff") - (description "Diff parser and printer for Go.") - (license license:expat))) - -(define-public go-github-com-go-openapi-swag-0.19.5 - (package - (name "go-github-com-go-openapi-swag") - (version "0.19.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/swag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z34vqc5yz6rzvarrvlhkimxx33p74iaxb28l1mv716njvlsmjhg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/swag")) - (propagated-inputs - `(("go-github-com-sourcegraph-go-diff-0.5.1" - ,go-github-com-sourcegraph-go-diff-0.5.1) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" - ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/go-openapi/swag") - (synopsis "Swag") - (description - "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.1.1 - (package - (name "go-github-com-google-uuid") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815 - (package - (name "go-github-com-docopt-docopt-go") - (version "0.0.0-20180111231733-ee0de3bc6815") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docopt/docopt.go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docopt/docopt-go")) - (home-page "https://github.com/docopt/docopt-go") - (synopsis "docopt-go") - (description - "Package docopt parses command-line arguments based on a help message. -") - (license license:expat))) - -(define-public go-github-com-golang-protobuf-1.3.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-googleapis-gnostic-0.4.1 - (package - (name "go-github-com-googleapis-gnostic") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gnostic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fw28m3ach5pkcdh4ijd6s7w09j0n88p6mah3hp0k8918jsc6mj9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gnostic")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815" - ,go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815))) - (home-page "https://github.com/googleapis/gnostic") - (synopsis "â¨\x81 gnostic") - (description - "Gnostic is a tool for building better REST APIs through knowledge. -") - (license license:asl2.0))) - -(define-public go-github-com-mitchellh-mapstructure-1.1.2 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d - (package - (name "go-github-com-munnerz-goautoneg") - (version "0.0.0-20120707110453-a547fc61f48d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/munnerz/goautoneg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/munnerz/goautoneg")) - (home-page "https://github.com/munnerz/goautoneg") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c - (package - (name "go-github-com-onsi-ginkgo") - (version "0.0.0-20170829012221-11459a886d9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nswc1fnrrs792qbix05h91bilj8rr3wxmxgwi97p2gjk0r292zh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c - (package - (name "go-github-com-onsi-gomega") - (version "0.0.0-20170829124025-dcabb60a477c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1775lv5jbsgv3ghq5v2827slqlhqdadrzc1nkpq4y0hdv2qzrgkm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff - (package - (name "go-github-com-spf13-pflag") - (version "0.0.0-20170130214245-9ff6c6923cff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mfrxzyl8x7araa126lh8l3sihbbgfbzgkrg3v3cx7y4n3wrsqvn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200323222414-85ca7c5b95cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200324143707-d3edc9973b7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac - (package - (name "go-k8s-io-gengo") - (version "0.0.0-20200413195148-3a45101e95ac") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/gengo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x46jq6rv8z0y96231rfgzvfscgy5hp5aacid3r93zy0rq9r37g6")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/gengo")) - (home-page "https://k8s.io/gengo") - (synopsis "gengo") - (description - "This package provides a package for generating things based on go files. This mechanism was first used -in Kubernetes and is split out here for ease of reuse and maintainability.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.2 - (package - (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/structured-merge-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z60sw6nrlzyddyx5pvh6afwf8jvmn8c2zw15hklq17iyvj3lj7a")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/structured-merge-diff/v4" - #:unpack-path - "sigs.k8s.io/structured-merge-diff/v4")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) - (home-page "https://sigs.k8s.io/structured-merge-diff/v4") - (synopsis "Structured Merge and Diff") - (description - "This repo contains code which implements the Kubernetes \"apply\" operation.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-yaml-1.1.0 - (package - (name "go-sigs-k8s-io-yaml") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb")))) - (build-system go-build-system) - (arguments '(#:import-path "sigs.k8s.io/yaml")) - (home-page "https://sigs.k8s.io/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") - (license #f))) - -(define-public go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd - (package - (name "go-k8s-io-kube-openapi") - (version "0.0.0-20201113171705-d219536bb9fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/kube-openapi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d420a3rxznh3f6x5a6xp22zjwv6jfq4w1gb6srqb4vn9rhgrka")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/kube-openapi")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac" - ,go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" - ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff" - ,go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff) - ("go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c" - ,go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c) - ("go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c" - ,go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c) - ("go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d" - ,go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-go-openapi-jsonreference-0.19.3" - ,go-github-com-go-openapi-jsonreference-0.19.3) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3) - ("go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680" - ,go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680) - ("go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633" - ,go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a" - ,go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a) - ("go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46" - ,go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46))) - (home-page "https://k8s.io/kube-openapi") - (synopsis "Kube OpenAPI") - (description - "This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal -is to support a subset of OpenAPI features to satisfy kubernetes use-cases but -implement that subset with little to no assumption about the structure of the -code or routes. Thus, there should be no kubernetes specific code in this repo.") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.2.1 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-google-gofuzz-1.0.0 - (package - (name "go-github-com-google-gofuzz") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gofuzz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/gofuzz")) - (home-page "https://github.com/google/gofuzz") - (synopsis "gofuzz") - (description - "Package fuzz is a library for populating go objects with random values. -") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.6 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd - (package - (name "go-github-com-modern-go-concurrent") - (version "0.0.0-20180306012644-bacd9c7ef1dd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/concurrent") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/concurrent")) - (home-page "https://github.com/modern-go/concurrent") - (synopsis "concurrent") - (description - "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-reflect2-1.0.1 - (package - (name "go-github-com-modern-go-reflect2") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.3 - (package - (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/structured-merge-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jv60bkk0z437bsz5ldjyc006k20njmpl0xfl8p3g1q0bx0fkypa")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/structured-merge-diff/v4" - #:unpack-path - "sigs.k8s.io/structured-merge-diff/v4")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) - (home-page "https://sigs.k8s.io/structured-merge-diff/v4") - (synopsis "Structured Merge and Diff") - (description - "This repo contains code which implements the Kubernetes \"apply\" operation.") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.2.8 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-yaml-1.2.0 - (package - (name "go-sigs-k8s-io-yaml") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "059a1chkd6afyvqszrx7h93k6cgik3ia92x29f5whpwi66461pzq")))) - (build-system go-build-system) - (arguments '(#:import-path "sigs.k8s.io/yaml")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://sigs.k8s.io/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") - (license #f))) - -(define-public go-k8s-io-apimachinery-0.20.6 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16952v7zjk3pdyw5r3wy28qkcfx3risid0847pwdw8gmalwxr237")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.6 - (package - (name "go-k8s-io-client-go") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fpz56pfadbfp8mlzmzicfmlgk5zqbk2rdwnr8c8h6ypjd5xjcvz")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.6 - (package - (name "go-k8s-io-component-base") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1987vm5lhbnn4ynrpzdgz3873lp78664cpdpkbv9jwnhzqdhpyhf")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-github-com-yuin-goldmark-1.1.27 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.27") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.2.0 - (package - (name "go-golang-org-x-mod") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200226121028-0de0cce0169b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190911185100-cd5d95a43a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200619180055-7c47624df98f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.27" - ,go-github-com-yuin-goldmark-1.1.27))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.5.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" - ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-yuin-goldmark-1.2.1 - (package - (name "go-github-com-yuin-goldmark") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20190717185122-a985d3407aa7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191119224855-298f0cb1881e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191011141410-1b5146add898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.3.0 - (package - (name "go-golang-org-x-mod") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201021035429-f5854403a974") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201020160332-67f06af15bc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20200804184101-5ec99f83aff1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210106214847-113979e3529a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-gogo-protobuf-1.3.2 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" - ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.5.0" - ,go-github-com-kisielk-errcheck-1.5.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.2 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.2.0 - (package - (name "go-github-com-kr-pretty") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201110031124-69a78807bb2b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201112073958-5cba982894dd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08dvnwmi2p4slmhyx7gzkmzfp51mmnkzi0ngwhvv0vip1s3s3zjc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.4 - (package - (name "go-golang-org-x-text") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.24.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201110150050-8816d57aaa9a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cbfam4w9jr5gib43v3s2r5j8mhd3hl6ks3azwsahaff6idggg20")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.22.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.22.0" - ,go-google-golang-org-protobuf-1.22.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.27.0 - (package - (name "go-google-golang-org-grpc") - (version "1.27.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc - (package - (name "go-google-golang-org-protobuf") - (version "1.23.1-0.20200526195155-81db48ad09cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200526211855-cb27e3aa2013") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" - ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.25.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.25.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20190902080502-41f04d3bba15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-k8s-io-cri-api-0.20.6 - (package - (name "go-k8s-io-cri-api") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yp4rfxjn4h78z4sbmwhcqm8mva9bsvsc5jky2qa76npp0hycjhx")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-go-logr-logr-0.2.0 - (package - (name "go-github-com-go-logr-logr") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logr/logr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06xh4pw53z38vyi300mgpnr4pkqgknw9xakdyk1xzqfg9zd60d7d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logr/logr")) - (home-page "https://github.com/go-logr/logr") - (synopsis "A minimal logging API for Go") - (description - "Package logr defines a general-purpose logging API and abstract interfaces -to back that API. Packages in the Go ecosystem can depend on this package, -while callers can implement logging with whatever backend is appropriate. -") - (license license:asl2.0))) - -(define-public go-k8s-io-klog-v2-2.4.0 - (package - (name "go-k8s-io-klog-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/klog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zjih6bgdalga5hqaa2fwwidslq6lv358gkj88a8wwj7w253wc8c")))) - (build-system go-build-system) - (arguments - '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) - (propagated-inputs - `(("go-github-com-go-logr-logr-0.2.0" - ,go-github-com-go-logr-logr-0.2.0))) - (home-page "https://k8s.io/klog/v2") - (synopsis "klog") - (description - "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-spf13-afero-1.2.2 - (package - (name "go-github-com-spf13-afero") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0))) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-go-logr-logr-0.1.0 - (package - (name "go-github-com-go-logr-logr") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logr/logr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logr/logr")) - (home-page "https://github.com/go-logr/logr") - (synopsis "A minimal logging API for Go") - (description - "Package logr defines a general-purpose logging API and abstract interfaces -to back that API. Packages in the Go ecosystem can depend on this package, -while callers can implement logging with whatever backend is appropriate. -") - (license license:asl2.0))) - -(define-public go-k8s-io-klog-v2-2.0.0 - (package - (name "go-k8s-io-klog-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/klog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09vqm0n5l64lzpk3xqm4njbncnphx52qk21gwx8nsgyivlxx1n8g")))) - (build-system go-build-system) - (arguments - '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) - (propagated-inputs - `(("go-github-com-go-logr-logr-0.1.0" - ,go-github-com-go-logr-logr-0.1.0))) - (home-page "https://k8s.io/klog/v2") - (synopsis "klog") - (description - "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920 - (package - (name "go-k8s-io-utils") - (version "0.0.0-20201110183641-67b214c5f920") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/utils") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19rc9v5xin0a8qbf25my3rd0jd74cin2mk2a38j2dwplqy3s9crl")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/utils")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-afero-1.2.2" ,go-github-com-spf13-afero-1.2.2) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/utils") - (synopsis "Utils") - (description - "This package provides a set of Go libraries that provide low-level, kubernetes-independent packages -supplementing the @url{https://golang.org/pkg/#stdlib,Go standard libs}.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20181030221726-6c7e314b6563") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m1n6r8v6mrlh0yvlz3qxz4s7jc7nis0zf3dfl1i6hqh5xblkwnw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.2.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563" - ,go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-kisielk-gotool-1.0.0 - (package - (name "go-github-com-kisielk-gotool") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/gotool") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/gotool")) - (home-page "https://github.com/kisielk/gotool") - (synopsis "gotool") - (description - "Package gotool contains utility functions used to implement the standard -\"cmd/go\" tool, provided as a convenience to developers who want to write -tools with similar semantics. -") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.3.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-gogo-googleapis-1.3.2 - (package - (name "go-github-com-gogo-googleapis") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10670qprmk151n6pa1yclr89kgrvmalzvkq221xqbid83iv59s2h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.5 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0-20190314233015-f79a8a8ca69d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.1 - (package - (name "go-github-com-urfave-cli") - (version "1.22.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04ymak18flqlfcn8lycmg8r3931al8dvr8f1cg9n4yjaskmg72v8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 - (package - (name "go-github-com-census-instrumentation-opencensus-proto") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/census-instrumentation/opencensus-proto")) - (home-page "https://github.com/census-instrumentation/opencensus-proto") - (synopsis - "OpenCensus Proto - Language Independent Interface Types For OpenCensus") - (description - "Census provides a framework to define and collect stats against metrics and to -break those stats down across user-defined dimensions.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190812154241-14fe0d1b01d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190311212946-11955173bddd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190313153728-d0100b6bd8b3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190524140312-2c0ae7006135") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190523083050-ea95bdfd59fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-grpc-1.23.0 - (package - (name "go-google-golang-org-grpc") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.1-0.20191026205805-5f8ba28d4473") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 - (package - (name "go-github-com-envoyproxy-protoc-gen-validate") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/protoc-gen-validate") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) - (home-page "https://github.com/envoyproxy/protoc-gen-validate") - (synopsis "protoc-gen-validate (PGV)") - (description - "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.2.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 - (package - (name "go-golang-org-x-exp") - (version "0.0.0-20190121172915-509febef88a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/exp") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/exp")) - (home-page "https://golang.org/x/exp") - (synopsis "exp") - (description - "This subrepository holds experimental and deprecated (in the @code{old} -directory) packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190227174305-5b3e6a55c961") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190213061140-3a22650c66bd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181108010431-42b317875d0f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180724234803-3673e40ba225") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.4.0 - (package - (name "go-google-golang-org-appengine") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190226205152-f727befe758c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.26.0 - (package - (name "go-cloud-google-com-go") - (version "0.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-client9-misspell-0.3.4 - (package - (name "go-github-com-client9-misspell") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/client9/misspell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/client9/misspell")) - (home-page "https://github.com/client9/misspell") - (synopsis "Install") - (description - "Package misspell corrects commonly misspelled English words in source files. -") - (license license:expat))) - -(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b - (package - (name "go-github-com-golang-glog") - (version "0.0.0-20160126235308-23def4e6c14b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/glog")) - (home-page "https://github.com/golang/glog") - (synopsis "glog") - (description - "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.1.1 - (package - (name "go-github-com-golang-mock") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20181026193005-c67002cb31c3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180826012351-8a410e7b638d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20180821212333-d2e6202438be") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180830151530-49385e6e1522") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190114222345-bf090417da8b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.1.0 - (package - (name "go-google-golang-org-appengine") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20180817151627-c66870c02cf8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.19.0 - (package - (name "go-google-golang-org-grpc") - (version "1.19.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" - ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" - ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" - ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) - ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" - ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190102054323-c2f93a96b099") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190819201941-24fa4b261c55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.1 - (package - (name "go-google-golang-org-grpc") - (version "1.27.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09phrrsafgq6hnbw8cawvx44bdpk1p584fys17x1bwn0j0451zzs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.8 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18lzmpbhbk1kq1nwdp6zcxb577kp425l2ikcmb45jcwgqdwzla6l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) - ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" - ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.2" - ,go-github-com-opencontainers-selinux-1.8.2) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-opencontainers-runc-1.0.2" - ,go-github-com-opencontainers-runc-1.0.2) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.12" - ,go-github-com-imdario-mergo-0.3.12) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.3.2" - ,go-github-com-coreos-go-systemd-v22-22.3.2) - ("go-github-com-containernetworking-plugins-0.9.1" - ,go-github-com-containernetworking-plugins-0.9.1) - ("go-github-com-containerd-zfs-1.0.0" - ,go-github-com-containerd-zfs-1.0.0) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.1.0" - ,go-github-com-containerd-ttrpc-1.1.0) - ("go-github-com-containerd-nri-0.1.0" - ,go-github-com-containerd-nri-0.1.0) - ("go-github-com-containerd-imgcrypt-1.1.1" - ,go-github-com-containerd-imgcrypt-1.1.1) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-go-cni-1.0.2" - ,go-github-com-containerd-go-cni-1.0.2) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-containerd-btrfs-1.0.0" - ,go-github-com-containerd-btrfs-1.0.0) - ("go-github-com-containerd-aufs-1.0.0" - ,go-github-com-containerd-aufs-1.0.0) - ("go-github-com-microsoft-hcsshim-0.8.23" - ,go-github-com-microsoft-hcsshim-0.8.23) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.8.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.11 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.6 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae - (package - (name "go-github-com-alexflint-go-filemutex") - (version "0.0.0-20171022225611-72bdc8eae2ae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alexflint/go-filemutex") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alexflint/go-filemutex")) - (home-page "https://github.com/alexflint/go-filemutex") - (synopsis "FileMutex") - (description - "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. -On Linux, OSX, and other POSIX systems it uses the flock system call. On windows -it uses the LockFileEx and UnlockFileEx system calls.") - (license license:expat))) - -(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 - (package - (name "go-github-com-buger-jsonparser") - (version "0.0.0-20180808090653-f4dd9f5a6b44") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/buger/jsonparser") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/buger/jsonparser")) - (home-page "https://github.com/buger/jsonparser") - (synopsis - "Alternative JSON parser for Go (10x times faster standard library)") - (description - "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") - (license license:expat))) - -(define-public go-github-com-containernetworking-cni-0.8.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.5.0 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20180511133405-39ca1b05acc7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c - (package - (name "go-github-com-d2g-dhcp4") - (version "0.0.0-20170904100407-a1d1b6c41b1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4")) - (home-page "https://github.com/d2g/dhcp4") - (synopsis "DHCP4 - A DHCP library written in Go.") - (description - "Warning: This library is still being developed. Function calls will change.") - (license license:bsd-3))) - -(define-public go-github-com-d2g-dhcp4client-1.0.0 - (package - (name "go-github-com-d2g-dhcp4client") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4client")) - (home-page "https://github.com/d2g/dhcp4client") - (synopsis "dhcp4client") - (description "DHCP Client") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 - (package - (name "go-github-com-d2g-dhcp4server") - (version "0.0.0-20181031114812-7d4a0a7f59a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4server") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4server")) - (home-page "https://github.com/d2g/dhcp4server") - (synopsis "dhcp4server") - (description "DHCP Server") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 - (package - (name "go-github-com-d2g-hardwareaddr") - (version "0.0.0-20190221164911-e7d9fbe030e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/hardwareaddr") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/hardwareaddr")) - (home-page "https://github.com/d2g/hardwareaddr") - (synopsis "hardwareaddr") - (description "Generate Hardware Addresses") - (license license:mpl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20180201030542-885f9cc04c9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 - (package - (name "go-github-com-j-keck-arping") - (version "0.0.0-20160618110441-2cf9dc699c56") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/j-keck/arping") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/j-keck/arping")) - (home-page "https://github.com/j-keck/arping") - (synopsis "arping") - (description - "Package arping is a native go library to ping a host per arp datagram, or query a host mac address -") - (license license:expat))) - -(define-public go-github-com-mattn-go-shellwords-1.0.3 - (package - (name "go-github-com-mattn-go-shellwords") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-shellwords") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-shellwords")) - (home-page "https://github.com/mattn/go-shellwords") - (synopsis "go-shellwords") - (description "Parse line as shell words.") - (license license:expat))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190904154756-749cb33beabd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-nxadm-tail-1.4.4 - (package - (name "go-github-com-nxadm-tail") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nxadm/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/nxadm/tail")) - (propagated-inputs - `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" - ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/nxadm/tail") - (synopsis "tail functionality in Go") - (description - "nxadm/tail provides a Go library that emulates the features of the BSD `tail` -program. The library comes with full support for truncation/move detection as -it is designed to work with log rotation tools. The library works on all -operating systems supported by Go, including POSIX systems like Linux and -*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. -") - (license license:expat))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.7 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-hpcloud-tail-1.0.0 - (package - (name "go-github-com-hpcloud-tail") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcloud/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcloud/tail")) - (home-page "https://github.com/hpcloud/tail") - (synopsis "Go package for tail-ing files") - (description - "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") - (license license:expat))) - -(define-public go-github-com-onsi-ginkgo-1.6.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180906233101-161cd47e91fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180909124046-d0be0721c37e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-fsnotify-v1-1.4.7 - (package - (name "go-gopkg-in-fsnotify-v1") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/fsnotify.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/fsnotify.v1" - #:unpack-path - "gopkg.in/fsnotify.v1")) - (home-page "https://gopkg.in/fsnotify.v1") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 - (package - (name "go-gopkg-in-tomb-v1") - (version "1.0.0-20141024135613-dd632973f1e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/tomb.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) - (home-page "https://gopkg.in/tomb.v1") - (synopsis "Installation and usage") - (description - "The tomb package offers a conventional API for clean goroutine termination. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.4 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-onsi-gomega-1.7.1 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191120155948-bd437916bb0e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.12.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.12.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201006153459-a7d1128ccaa0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.3.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-onsi-gomega-1.10.3 - (package - (name "go-github-com-onsi-gomega") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" - ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 - (package - (name "go-github-com-safchain-ethtool") - (version "0.0.0-20190326074333-42ed695e3de8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/safchain/ethtool") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/safchain/ethtool")) - (home-page "https://github.com/safchain/ethtool") - (synopsis "ethtool go package") - (description - "Package ethtool aims to provide a library giving a simple access to the -Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations -from a network device like statistics, driver related informations or -even the peer of a VETH interface. -") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.0.6 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200217220822-9197077df867") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20200728191858-db3c7e526aae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" - ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200728102440-3e129f6d46b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.1-0.20201029203352-d40f9887b852") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" - ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201117170446-d9b008d0a637") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 - (package - (name "go-gopkg-in-airbrake-gobrake-v2") - (version "2.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/airbrake/gobrake.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/airbrake/gobrake.v2" - #:unpack-path - "gopkg.in/airbrake/gobrake.v2")) - (home-page "https://gopkg.in/airbrake/gobrake.v2") - (synopsis "Airbrake Golang Notifier") - (description - "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") - (license license:bsd-3))) - -(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 - (package - (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") - (version "2.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2" - #:unpack-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) - (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (synopsis "Airbrake Hook for Logrus") - (description - "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. -This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. -The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") - (license license:expat))) - -(define-public go-github-com-containernetworking-plugins-0.9.1 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" - ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) - ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" - ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.5.0" - ,go-github-com-coreos-go-iptables-0.5.0) - ("go-github-com-containernetworking-cni-0.8.1" - ,go-github-com-containernetworking-cni-0.8.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-14rcole-gopopulate-0.0.0-20180821133914-b175b219e774 - (package - (name "go-github-com-14rcole-gopopulate") - (version "0.0.0-20180821133914-b175b219e774") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/14rcole/gopopulate") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rrrwsmjvkswn3mrdm03q53sl6r9y00galv83lcm7b789m9a6abf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/14rcole/gopopulate")) - (home-page "https://github.com/14rcole/gopopulate") - (synopsis "gopopulate") - (description #f) - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.5.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mbdk7c1drl14wzxykh6h3hxd5d9xxgdslp9634yj9pwi5wkx3n3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) - ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.9.1" - ,go-github-com-containernetworking-plugins-0.9.1) - ("go-github-com-containerd-zfs-1.0.0" - ,go-github-com-containerd-zfs-1.0.0) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.1.0" - ,go-github-com-containerd-nri-0.1.0) - ("go-github-com-containerd-imgcrypt-1.1.1" - ,go-github-com-containerd-imgcrypt-1.1.1) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-go-cni-1.0.2" - ,go-github-com-containerd-go-cni-1.0.2) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-containerd-btrfs-1.0.0" - ,go-github-com-containerd-btrfs-1.0.0) - ("go-github-com-containerd-aufs-1.0.0" - ,go-github-com-containerd-aufs-1.0.0) - ("go-github-com-microsoft-hcsshim-0.8.16" - ,go-github-com-microsoft-hcsshim-0.8.16) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.21 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.21") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z0imk1nr6h6smi3r5fr7zl54k1wzbkgwff6jijg0zr2m3lqp051")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-containerd-1.5.1" - ,go-github-com-containerd-containerd-1.5.1) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-aufs-1.0.0 - (package - (name "go-github-com-containerd-aufs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-1.0.0 - (package - (name "go-github-com-containerd-btrfs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-cni-1.0.2 - (package - (name "go-github-com-containerd-go-cni") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hqwy402qy04slz2vj05s517mhdbmmkdjs6nhfnk184a730whgv6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-cni")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-containernetworking-cni-0.8.0" - ,go-github-com-containernetworking-cni-0.8.0))) - (home-page "https://github.com/containerd/go-cni") - (synopsis "go-cni") - (description - "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210315114300-dde8f0fda960") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ag5p2vqzdavq66wb1z42yw5jzrncsi97g8qk2x9nq51z1nj8rdi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.4 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "039c26mjq8qs1s4kbx76fc99wnmnx165bqn16b2b9gyvxcphs7iv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960" - ,go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" - ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) - ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" - ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" - ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" - ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) - ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" - ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.16 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.16") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15bxkqq4zavwspx3ga8j3vx9jrc7l0jazsa6cs6im9liy6xhkbd6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-containerd-1.5.0-beta.4" - ,go-github-com-containerd-containerd-1.5.0-beta.4) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17-0.20210324224401-5516f17a5958") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20210316121734-20793ff83c97") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ipr8pafb2xpkchfvnxjcfx9pb48mjr9k8krj9gnagssxhynbkd5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676 - (package - (name "go-github-com-containerd-btrfs") - (version "0.0.0-20210316141732-918d888fb676") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20210316144830-115abcc95a1d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hqna43p8r6g3xv8g8n985hq1nzipsvjiwm70xpbzbgynh4ym6z5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20201020171139-16b287bc67d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.1.1-0.20210312161619-7ed62a527887") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16pgcc0w8m2cxhfjzmmd2h3n6mxzc1nlghrhgjlx0lf4q96hv904")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.0" - ,go-github-com-containers-ocicrypt-1.1.0) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14 - (package - (name "go-github-com-containerd-nri") - (version "0.0.0-20210316161719-dbaa18c31c14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kyrvagbga6yib7il0m4zvqz977a4wsv5lgjd3ix53xmr4h7fgm7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210324211415-d5c4544f0433") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wsqwqv2pyn05asgpm9clgpwq9b8b0fjk4khzkjvscrf5j4v1rx4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.4 - (package - (name "go-k8s-io-apiserver") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gffl7z6bvi46v0fvphbak4waddsgf4pd5w16khgrzl1sv9skn61")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) - ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-api-0.20.4 - (package - (name "go-k8s-io-api") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hjckd94vpsr690kwx7dad8qlb8xjg2bz5ms315s9h6wc5cqwvgy")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-apimachinery-0.20.4 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.4 - (package - (name "go-k8s-io-client-go") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g8x2d59qm6068rql63c0mdhcjz9jsyyf7a5fdg1hyf88dvigfcx")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.4 - (package - (name "go-k8s-io-component-base") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02b782p63h8z3pg64i1kfgkmxwslxpyl6afkhd1agbig9zd6g7w8")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.4 - (package - (name "go-k8s-io-cri-api") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-rc.0 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-rc.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "148z6782bj0vy3vzbhg2xf53g14llvxfsmdsqkz6x5n49rm6xr4i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.4" ,go-k8s-io-cri-api-0.20.4) - ("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) - ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apiserver-0.20.4" ,go-k8s-io-apiserver-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433" - ,go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" - ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) - ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" - ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" - ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" - ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) - ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" - ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.1.1 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l0bfk244sxnakg3my529jsw532pffkmiyk5y1iqblz4mkjfphc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" - ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.1.1 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "177fs3p2xzwjsffcxqqllx6wi6ghfyqbvfgn95v3q7a2993yqk4k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.1" - ,go-github-com-containers-ocicrypt-1.1.1) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-rc.0" - ,go-github-com-containerd-containerd-1.5.0-rc.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-microsoft-hcsshim-0.8.16" - ,go-github-com-microsoft-hcsshim-0.8.16) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.1.0 - (package - (name "go-github-com-containerd-nri") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hqji5qa0n0fdyv9sjdl7mv3bb4fnq9i79pdzlw6m1nigrnb18qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.15 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1119qf7nklpnn9li61m8jrd5wvifhiz7qh7sfjjy04rfvbvlsi6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" - ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k6dqaidnldf7kpxdszf0wn6xb8m6vaizm2aza81fri1q0051213")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200622214017-ed371f2e16b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20201003224125-76a6863f2989") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nsiyqjrgf3vvv6hpiljknpbkzlla1czpkq69i607f7p5jd8bgaq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" - ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.1" - ,go-github-com-containerd-ttrpc-1.0.1) - ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" - ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) - ("go-github-com-containerd-containerd-1.4.1" - ,go-github-com-containerd-containerd-1.4.1) - ("go-github-com-microsoft-hcsshim-0.8.9" - ,go-github-com-microsoft-hcsshim-0.8.9))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20210114181951-8a68de567b68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v70kxazvsizx33w9nz341hg14acg2vnbfcpx9yknmsjqdwgqnhs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17-0.20210211115548-6eac466e5fa3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w8fmybsl0v5azwi66qa299gwh0mlp907mrg4yaiya7s0cjmjx0d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3 - (package - (name "go-github-com-microsoft-hcsshim-test") - (version "0.0.0-20210227013316-43a75bb4edd3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j899w4hdw1mk6rfyy9qsm902iavgc49ykbjdsb02m6wszq1z0wy")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/Microsoft/hcsshim/test" - #:unpack-path - "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.16 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.16") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible - (package - (name "go-github-com-azure-azure-sdk-for-go") - (version "16.2.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/azure-sdk-for-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hwrspsyfs003h4f8zl8b41g3a6jpkqawqrykd1mjw9p6hs1c6k8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) - (home-page "https://github.com/Azure/azure-sdk-for-go") - (synopsis "Azure SDK for Go") - (description - "Package sdk provides Go packages for managing and using Azure services. -") - (license license:expat))) - -(define-public go-github-com-azure-go-autorest-10.8.1+incompatible - (package - (name "go-github-com-azure-go-autorest") - (version "10.8.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/go-autorest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "122zfifj93vkix8ggkdh0dz5rmzxh4bql4nry1hws2czmzgxlkdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/go-autorest")) - (home-page "https://github.com/Azure/go-autorest") - (synopsis "go-autorest") - (description - "Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages. -") - (license license:asl2.0))) - -(define-public go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d - (package - (name "go-github-com-shopify-logrus-bugsnag") - (version "0.0.0-20171204204709-577dee27f20d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Shopify/logrus-bugsnag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l3yahk77vzgmjs7baf8g14sv33jj04rw73iind4wayg40lfgrp8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Shopify/logrus-bugsnag")) - (home-page "https://github.com/Shopify/logrus-bugsnag") - (synopsis "logrus-bugsnag") - (description - "logrus-bugsnag is a hook that allows @url{https://github.com/sirupsen/logrus,Logrus} to interface with @url{https://bugsnag.com,Bugsnag}.") - (license license:expat))) - -(define-public go-github-com-go-ini-ini-1.25.4 - (package - (name "go-github-com-go-ini-ini") - (version "1.25.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-ini/ini") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b6cql5ripbiyrm18d6bfd1rfjnwcbskppw3d0vb80l0wy72d0c6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-ini/ini")) - (home-page "https://github.com/go-ini/ini") - (synopsis "INI") - (description - "Package ini provides INI file read and write functionality in Go. -") - (license license:asl2.0))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20160202185014-0b12d6b521d8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-aws-aws-sdk-go-1.15.11 - (package - (name "go-github-com-aws-aws-sdk-go") - (version "1.15.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aws/aws-sdk-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w960w39k3nyc17p1lvd41cls39qwg7kzfm57vfbdb4h1m5sck99")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aws/aws-sdk-go")) - (propagated-inputs - `(("go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8" - ,go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8) - ("go-github-com-go-ini-ini-1.25.4" ,go-github-com-go-ini-ini-1.25.4))) - (home-page "https://github.com/aws/aws-sdk-go") - (synopsis "AWS SDK for Go") - (description - "Package sdk is the official AWS SDK for the Go programming language. -") - (license license:asl2.0))) - -(define-public go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a - (package - (name "go-github-com-beorn7-perks") - (version "0.0.0-20160804104726-4c0e84591b9a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-bitly-go-simplejson-0.5.0 - (package - (name "go-github-com-bitly-go-simplejson") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bitly/go-simplejson") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bitly/go-simplejson")) - (home-page "https://github.com/bitly/go-simplejson") - (synopsis "go-simplejson") - (description "a Go package to interact with arbitrary JSON") - (license license:expat))) - -(define-public go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869 - (package - (name "go-github-com-bmizerany-assert") - (version "0.0.0-20160611221934-b7ed37b82869") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bmizerany/assert") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bmizerany/assert")) - (home-page "https://github.com/bmizerany/assert") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1 - (package - (name "go-github-com-bshuster-repo-logrus-logstash-hook") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bshuster-repo/logrus-logstash-hook") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kkjzav4i3l2ahgpirysr0cqh60vdq517lpj00cc9z32zfrsw87k")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) - (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") - (synopsis "Logstash hook for logrus") - (description - "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") - (license license:expat))) - -(define-public go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd - (package - (name "go-github-com-bugsnag-bugsnag-go") - (version "0.0.0-20141110184014-b1d153021fcd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/bugsnag-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "057vwigfzq42p9vkk9yhy8vkvgdmh6653rc988jmvmrkwbgvb352")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) - (home-page "https://github.com/bugsnag/bugsnag-go") - (synopsis "Bugsnag error reporter for Go") - (description - "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). -") - (license license:expat))) - -(define-public go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b - (package - (name "go-github-com-bugsnag-osext") - (version "0.0.0-20130617224835-0dd3f918b21b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02pczqml6p1mnfdrygm3rs02g0r65qx8v1bi3x24dx8wv9dr5y23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/osext")) - (home-page "https://github.com/bugsnag/osext") - (synopsis #f) - (description "Extensions to the standard \"os\" package. -") - (license license:zlib))) - -(define-public go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0 - (package - (name "go-github-com-bugsnag-panicwrap") - (version "0.0.0-20151223152923-e2c28503fcd0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/panicwrap") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02z1q18s83xhfsz3n8bzv071a6n0irlad11yxppaf7015a7dl446")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/panicwrap")) - (home-page "https://github.com/bugsnag/panicwrap") - (synopsis "panicwrap") - (description - "The panicwrap package provides functions for capturing and handling -panics in your application. It does this by re-executing the running -application and monitoring stderr for any panics. At the same time, -stdout/stderr/etc. are set to the same values so that data is shuttled -through properly, making the existence of panicwrap mostly transparent. -") - (license license:expat))) - -(define-public go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba - (package - (name "go-github-com-denverdino-aliyungo") - (version "0.0.0-20190125010748-a747050bb1ba") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/denverdino/aliyungo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rc16ciz8gjpn36fhp0qz1ns0inlvjaz07z1qffl9ni4b49hhwkn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/denverdino/aliyungo")) - (home-page "https://github.com/denverdino/aliyungo") - (synopsis "AliyunGo: Go SDK for Aliyun Services") - (description - "This is an unofficial Go SDK for Aliyun services. You are welcome for contribution.") - (license license:asl2.0))) - -(define-public go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c - (package - (name "go-github-com-dgrijalva-jwt-go") - (version "0.0.0-20170104182250-a601269ab70c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgrijalva/jwt-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c2dhmj95wh9cs099cr43qghgmp6bqx0mq44vha2dqq5jkbazwfv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) - (home-page "https://github.com/dgrijalva/jwt-go") - (synopsis "jwt-go") - (description - "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} -") - (license license:expat))) - -(define-public go-github-com-dnaeon-go-vcr-1.0.1 - (package - (name "go-github-com-dnaeon-go-vcr") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dnaeon/go-vcr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dnaeon/go-vcr")) - (home-page "https://github.com/dnaeon/go-vcr") - (synopsis "go-vcr") - (description - "@code{go-vcr} simplifies testing by recording your HTTP interactions and -replaying them in future runs in order to provide fast, deterministic -and accurate testing of your code.") - (license license:bsd-2))) - -(define-public go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916 - (package - (name "go-github-com-docker-go-metrics") - (version "0.0.0-20180209012529-399ea8c73916") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-metrics")) - (home-page "https://github.com/docker/go-metrics") - (synopsis "go-metrics") - (description - "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1 - (package - (name "go-github-com-docker-libtrust") - (version "0.0.0-20150114040149-fa567046d9b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/libtrust") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1121c7fxarzyr3fvxyzfw8qs4hb8k92dsix26s5vxncgszl5svf2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/libtrust")) - (home-page "https://github.com/docker/libtrust") - (synopsis "libtrust") - (description - "Package libtrust provides an interface for managing authentication and -authorization using public key cryptography. Authentication is handled -using the identity attached to the public key and verified through TLS -x509 certificates, a key challenge, or signature. Authorization and -access control is managed through a trust graph distributed between -both remote trust servers and locally cached and managed data. -") - (license license:asl2.0))) - -(define-public go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7 - (package - (name "go-github-com-garyburd-redigo") - (version "0.0.0-20150301180006-535138d7bcd7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/garyburd/redigo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/garyburd/redigo")) - (home-page "https://github.com/garyburd/redigo") - (synopsis #f) - (description - "Future development of Redigo is at -@url{https://github.com/gomodule/redigo,github.com/gomodule/redigo}. Please submit -issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a -read-only snapshot.") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33 - (package - (name "go-github-com-gorilla-handlers") - (version "0.0.0-20150720190736-60c7bfde3e33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/handlers") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zvpxvybdn8yqpk2cxs134ip9wxmw6c1s0kw9nahf7qw1kfyzycm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/handlers")) - (home-page "https://github.com/gorilla/handlers") - (synopsis "gorilla/handlers") - (description - "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use -with Go's net/http package (or any framework supporting http.Handler). -") - (license license:bsd-2))) - -(define-public go-github-com-gorilla-mux-1.7.2 - (package - (name "go-github-com-gorilla-mux") - (version "1.7.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/mux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gjcbgpdl3snc38i8sj8k6sqbv3inyrxqyggbqvr4jfx2phv2zy6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/mux")) - (home-page "https://github.com/gorilla/mux") - (synopsis "gorilla/mux") - (description "Package mux implements a request router and dispatcher. -") - (license license:bsd-3))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20160803190731-bd40a432e4c7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kgzwiyqn24ba9kgpjxlq1h746gnyby0psbjj9mp2yx0h1i0kc4z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-marstr-guid-1.1.0 - (package - (name "go-github-com-marstr-guid") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/marstr/guid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/marstr/guid")) - (home-page "https://github.com/marstr/guid") - (synopsis "Guid") - (description - "Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, @url{http://ietf.org/rfc/rfc4122.txt,RFC 4122} governs the desired behavior.") - (license license:expat))) - -(define-public go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f - (package - (name "go-github-com-mitchellh-osext") - (version "0.0.0-20151018003038-5e2d6d41470f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j635c1cx7crs5wlirlk713l36x70pnlmqrzd3x3bjgnjg194jrk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/osext")) - (home-page "https://github.com/mitchellh/osext") - (synopsis "osext") - (description "Extensions to the standard \"os\" package. -") - (license license:zlib))) - -(define-public go-github-com-ncw-swift-1.0.47 - (package - (name "go-github-com-ncw-swift") - (version "1.0.47") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ncw/swift") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wxz4lvy6pjabghq8inby2fyh58ysclayccziawc8fd7a67kh4cd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ncw/swift")) - (home-page "https://github.com/ncw/swift") - (synopsis "Swift") - (description - "Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420 - (package - (name "go-github-com-opencontainers-go-digest") - (version "0.0.0-20170106003457-a6d0ee40d420") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.0 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04ax2pylpwzsa5pw6wk94shdpdmfyqf70ys0idhpxsygzc2m5l23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.0.0-20180209125602-c332b6f63c06") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "068r759wnh1lxcjhj89z4bqbpl7ydcx2drn2967ygw80nyab30pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20171117100541-99fa1f4be8e5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083 - (package - (name "go-github-com-prometheus-common") - (version "0.0.0-20180110214958-89604d197083") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "169rdlaf2mk9z4fydz7ajmngyhmf3q1lk96yhvx46bn986x5xkyn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 - (package - (name "go-github-com-gopherjs-gopherjs") - (version "0.0.0-20181017120253-0766667cb4d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gopherjs/gopherjs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gopherjs/gopherjs")) - (home-page "https://github.com/gopherjs/gopherjs") - (synopsis "GopherJS - A compiler from Go to JavaScript") - (description - "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") - (license license:bsd-2))) - -(define-public go-github-com-jtolds-gls-4.20.0+incompatible - (package - (name "go-github-com-jtolds-gls") - (version "4.20.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jtolio/gls") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jtolds/gls")) - (home-page "https://github.com/jtolds/gls") - (synopsis "gls") - (description "Package gls implements goroutine-local storage. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d - (package - (name "go-github-com-smartystreets-assertions") - (version "0.0.0-20180927180507-b2de0cb4f26d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190328211700-ab21143f2384") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a - (package - (name "go-github-com-smartystreets-goconvey") - (version "0.0.0-20190330032615-68dc04aab96a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/goconvey") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kas5v95fzhr88hg4rjy0vp03y4pzvy3pwwgkfz2yhn5nlj29nk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/goconvey")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" - ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) - ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" - ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) - ("go-github-com-jtolds-gls-4.20.0+incompatible" - ,go-github-com-jtolds-gls-4.20.0+incompatible) - ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" - ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) - (home-page "https://github.com/smartystreets/goconvey") - (synopsis "GoConvey is awesome Go testing") - (description - "This executable provides an HTTP server that watches for file system changes -to .go files within the working directory (and all nested go packages). -Navigating to the configured host and port in a web browser will display the -latest results of running `go test` in each go package. -") - (license license:expat))) - -(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43 - (package - (name "go-github-com-yvasiyarov-go-metrics") - (version "0.0.0-20140926110328-57bccd1ccd43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rwlq9k3iii54da90fjivi13zacx2h6znppkzncvl653xhjpm26g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) - (home-page "https://github.com/yvasiyarov/go-metrics") - (synopsis "go-metrics") - (description "Go port of Coda Hale's Metrics library -") - (license #f))) - -(define-public go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50 - (package - (name "go-github-com-yvasiyarov-gorelic") - (version "0.0.0-20141212073537-a9bba5b9ab50") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/gorelic") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1niwv40k9rx2g5h6wddci9ykf1sm1d5ml9mjgdjd1ahm4wfq08gn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) - (home-page "https://github.com/yvasiyarov/gorelic") - (synopsis "GoRelic is deprecated in favour of") - (description - "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. -") - (license license:bsd-2))) - -(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f - (package - (name "go-github-com-yvasiyarov-newrelic-platform-go") - (version "0.0.0-20140908184405-b21fdbd4370f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/newrelic_platform_go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a4yncdxwsy0rn3bhkadfysm817b7ndzmh9fkg8hh92pnw5aabzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) - (home-page "https://github.com/yvasiyarov/newrelic_platform_go") - (synopsis "New Relic Platform Agent SDK for Go(golang)") - (description - "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190619014844-b5b0513f8c1b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sr4gbiq09izkmm6hcmfnia6lz6ngzzqjbwlrzh7jifbzyck53wz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190602015325-4c4f7f33c9ed") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191001bxqyc3xfs46nnqmm7jdk0r73vk7a4zqngfl7zwjv9smwsq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff - (package - (name "go-google-golang-org-api") - (version "0.0.0-20160322025152-9bf6e6e569ff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02zn0zr4jrkdnxhxa0h3vm30j27bsc4lcswrffilkrafbspjsrxz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8 - (package - (name "go-google-golang-org-cloud") - (version "0.0.0-20151119220103-975617b05ea8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "156jhn1kakr98jfk830y4yr8lhisdj6qs38ypa42ddmgza9qcmdd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/cloud")) - (home-page "https://google.golang.org/cloud") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a - (package - (name "go-google-golang-org-grpc") - (version "0.0.0-20160317175043-d3ddb4469d5a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p45by0s66ragvx9hs8gkz1k1gy8456y794b5zspa0b86y2b53w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20141024133853-64131543e789") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01sz40asq0zwf6j7q2hww33wr1cflglngq8xazw466c9d1f9kyyh")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c - (package - (name "go-github-com-docker-distribution") - (version "0.0.0-20190905152932-14b96e55d84c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jd7ccjy7ahznsh6hf9dhqbgn9glwc0db9g5nv8n6sys5d1jdni9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" - ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) - ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" - ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) - ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" - ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) - ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" - ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) - ("go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed" - ,go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b" - ,go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) - ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" - ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) - ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" - ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) - ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" - ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a" - ,go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083" - ,go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083) - ("go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5" - ,go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5) - ("go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06" - ,go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06) - ("go-github-com-opencontainers-image-spec-1.0.0" - ,go-github-com-opencontainers-image-spec-1.0.0) - ("go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420" - ,go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420) - ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) - ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" - ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-marstr-guid-1.1.0" ,go-github-com-marstr-guid-1.1.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7" - ,go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-gorilla-mux-1.7.2" ,go-github-com-gorilla-mux-1.7.2) - ("go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33" - ,go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33) - ("go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7" - ,go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7) - ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" - ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) - ("go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916" - ,go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916) - ("go-github-com-dnaeon-go-vcr-1.0.1" - ,go-github-com-dnaeon-go-vcr-1.0.1) - ("go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c" - ,go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c) - ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" - ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) - ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" - ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) - ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" - ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) - ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" - ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) - ("go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1" - ,go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1) - ("go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869" - ,go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869) - ("go-github-com-bitly-go-simplejson-0.5.0" - ,go-github-com-bitly-go-simplejson-0.5.0) - ("go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a" - ,go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a) - ("go-github-com-aws-aws-sdk-go-1.15.11" - ,go-github-com-aws-aws-sdk-go-1.15.11) - ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" - ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) - ("go-github-com-azure-go-autorest-10.8.1+incompatible" - ,go-github-com-azure-go-autorest-10.8.1+incompatible) - ("go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible" - ,go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible))) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d - (package - (name "go-github-com-gogo-protobuf") - (version "1.2.2-0.20190723190241-65acae22fc9d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0700alky9z0g9akhrzn20wf4jr1600d0clhs32sm8chnlbvidy46")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190813064441-fde4db37ae7a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16k4w4pzziq1kln18k5fg01qgk4hpzb5xsm7175kaky6d6gwyhg3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-k8s-io-cri-api-0.17.3 - (package - (name "go-k8s-io-cri-api") - (version "0.17.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "047wg80q4cb9qikpj0zp2kzcgp599cdqwiqlravfy86bga4r3fgf")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a" - ,go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d" - ,go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da - (package - (name "go-github-com-microsoft-hcsshim-test") - (version "0.0.0-20201218223536-d3e5debf77da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/Microsoft/hcsshim/test" - #:unpack-path - "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-cri-api-0.17.3" ,go-k8s-io-cri-api-0.17.3) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" - ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) - ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" - ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-imdario-mergo-0.3.8" - ,go-github-com-imdario-mergo-0.3.8) - ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" - ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) - ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" - ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-gogo-googleapis-1.2.0" - ,go-github-com-gogo-googleapis-1.2.0) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c" - ,go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-blang-semver-3.1.0+incompatible" - ,go-github-com-blang-semver-3.1.0+incompatible) - ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" - ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20200908144142-dab0cbea06f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "060iqypyrdmww0ykip1zqi5f2fl1il55vndgdn5aq5zj6530mgsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" - ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) - ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" - ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) - ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" - ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) - ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" - ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) - ("go-github-com-microsoft-hcsshim-0.8.7" - ,go-github-com-microsoft-hcsshim-0.8.7))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e - (package - (name "go-github-com-containerd-btrfs") - (version "0.0.0-20201111183144-404b9149801e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10aakvy9njaly2mfwi1cvys8dxjn27mnd7wnpnmxh8pxb7g2svag")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200824123100-0b889c03f102") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zjmphy2df9y20hzrmwxfpyyvz8vb5lazr4pjyx3c5a5x0j4rv8d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" - ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7 - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20201208142359-180525291bb7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1di4pspqfwfafdni0in84kzyn8h1fhqb6vh4i0g5skqmrc4sxf4h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20201026212402-0724c46b320c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d9j0isblnnqf78ygvwjyijjxn6zdzf7p803v0jv2py4d0pkvj8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.8.0 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16i59dhiq7pc7qs32cdk4yv4w9rjx4vvlw7fb6a6jhq6hxxjrgiw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-1.10.3 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00a40by9f5ylycnar8h3p9b4z5rcsvfvg4j3v5s5mchdqrqjv1pc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f - (package - (name "go-github-com-stretchr-objx") - (version "0.0.0-20180129172003-8a3f7159479f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rbz4x4jbq9vp3zxmv0c2wh1vbg48lmc8ncdgz7zxk7241fc31ki")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d - (package - (name "go-github-com-stretchr-testify") - (version "0.0.0-20180303142811-b89eecf5ca5d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g946ii8qjaynvidj648z8izl91i6yhy0ir6g3qsrn136im3r8wk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-containerd-go-cni-1.0.1 - (package - (name "go-github-com-containerd-go-cni") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sdlwa4d0kzpm3vg9jy6fxqqcfjq8innv1zjcyp8n9qy8vj9b24y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-cni")) - (propagated-inputs - `(("go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d" - ,go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d) - ("go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f" - ,go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-containernetworking-cni-0.8.0" - ,go-github-com-containernetworking-cni-0.8.0))) - (home-page "https://github.com/containerd/go-cni") - (synopsis "go-cni") - (description - "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20191206165004-02ecf6a7291e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1b3yq446gv8da4fajknbjxr5syz1ypz0nii9sqw066hx8kmqzgqh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.1 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00qb0q7ndxsll12ilp5a8pqfi4i1jqrlqzv0yf7sn52lkrdrw5f4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20200220073739-7016d3ce2328") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-1.0.1" - ,go-github-com-opencontainers-runtime-spec-1.0.1) - ("go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e" - ,go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.14 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n34wi9l9ks2z3cz97j30ljfmqppwf1zxr16hwbnswyrk54fcxm3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.7-0.20190325164909-8abdbb8205e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0029085clghvprb3bs2m9q7xk4njx5fg2gr5wm3a0y8kqx0awv45")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20190717030353-c4b9ac5c7601") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fpai6nsm7qd5zfd8ykq8j4ngbqcy5v2isw16j086j0qabyw2iiw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50 - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20181022165439-0650fd9eeb50") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cs11g3gjan15rnbgryf60725sw2hf83fb6y2hwn1rgcm0jab1b8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.3.0 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05mr33l0rhkj49n6wf9lk95ijqvqwhp68ll879rpad1ypfv2f8as")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02 - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20190815185530-f2a389ac0a02") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8a7npx46sjak0dyypkgg0h5dkq6dqpa4gx1v22ik62rmw0jy8r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260 - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20180307165137-3d5202aec260") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jp12vgfj0xg9m2w5cfay72fwrxb6w8za7rkcqw8yy8hypiqqxq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20190911050354-e029b79d8cda") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zwb6bfnfmj09rnz1z3xx1y2pm4wrhyp2ls7vmf7p62j5zyvdpkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8 - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20190828172938-92c8520ef9f8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.2.10 - (package - (name "go-github-com-containerd-containerd") - (version "1.2.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kddhkd93wkrimk0yjcqiavdrqc818nd39rf3wrgxyilx1mfnrwb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa - (package - (name "go-github-com-fullsailor-pkcs7") - (version "0.0.0-20190404230743-d7302db945fa") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fullsailor/pkcs7") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d7dpj85j36pxwg1kn7b23rm54va5p9v3vdcx27pma2jjlsxsm1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fullsailor/pkcs7")) - (home-page "https://github.com/fullsailor/pkcs7") - (synopsis "pkcs7") - (description - "Package pkcs7 implements parsing and generation of some PKCS#7 structures. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190701094942-4def268fd1a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-square-go-jose-v2-2.3.1 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11r93g9xrcjqj7qvq8sbd5hy5rnbpmim0vdsp6rbav8gl7wimaa3")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.0.1 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q27vzgdsimypkpi7iv0rl1xz571554adphyl0j8b5qa8wrf0n7v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-square-go-jose-v2-2.3.1" - ,go-gopkg-in-square-go-jose-v2-2.3.1) - ("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) - ("go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4" - ,go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa" - ,go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa) - ("go-github-com-containerd-containerd-1.2.10" - ,go-github-com-containerd-containerd-1.2.10))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20161114122254-48702e0da86b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zl9ns4j3lpjykf32rv5cb6sj9x5ci8yi90vab1bl27vnqjgdkh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1-0.20190205005809-0d3efadf0154+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad - (package - (name "go-github-com-docker-go-events") - (version "0.0.0-20170721190031-9461782956ad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-events") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vn0kd0w253jwdk86gv1h6s8p6bzxiyif74xdzlb39zr6fdrr145")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-events")) - (home-page "https://github.com/docker/go-events") - (synopsis "Docker Events Package") - (description - "The Docker @code{events} package implements a composable event distribution package -for Go.") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55 - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20151105175453-c7fdd8b5cd55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09zazkiny2im24xaiac5kbyhhnbqdbhwi9z9n7fj6rhpg8msiq9n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-gogo-googleapis-1.2.0 - (package - (name "go-github-com-gogo-googleapis") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a82n0xp0v8lgjxzl3aa595r0rmy7afgyn2l3kv6z9kzw339i0jp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.8 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15xwyrnwng11ib0fxi7clwick2r0njwn0gs3va2g5m1ad418ry57")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0-rc1.0.20180430190053-c9281466c8b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc8.0.20190926000215-3e425f80a8c9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18psc830b2rkwml1x6vxngam5b5wi3pj14mw817rshpzy87prspj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2-0.20190207185410-29686dbc5559") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i8q3520jk4yl9rsxs8mn5vsi9i0gd3drysbhciaqwm5l8c30h65")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.8 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "076wblhz8fjdc73fmz1lg0hafbwg1xv8hszm78lbg9anjpfgacvq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190812073006-9eafafc0a87e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5wcpiafz47066993mgz77gka9qzww6w6crxpnyir0459j7z07r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.24.0 - (package - (name "go-google-golang-org-grpc") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.0.1 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0gbnp8imckw6rv3sjf3sycp8rc9lyhv0pp0x3q3yksvqmbqh5v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) - ("go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e" - ,go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" - ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.8" - ,go-github-com-prometheus-procfs-0.0.8) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559" - ,go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559) - ("go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9" - ,go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2) - ("go-github-com-imdario-mergo-0.3.8" - ,go-github-com-imdario-mergo-0.3.8) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-gogo-googleapis-1.2.0" - ,go-github-com-gogo-googleapis-1.2.0) - ("go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55" - ,go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad" - ,go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad) - ("go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible" - ,go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible) - ("go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b" - ,go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b) - ("go-github-com-containers-ocicrypt-1.0.1" - ,go-github-com-containers-ocicrypt-1.0.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8" - ,go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8) - ("go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda" - ,go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda) - ("go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260" - ,go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260) - ("go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02" - ,go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02) - ("go-github-com-containerd-containerd-1.3.0" - ,go-github-com-containerd-containerd-1.3.0) - ("go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50" - ,go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50) - ("go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601" - ,go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601) - ("go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4" - ,go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4) - ("go-github-com-microsoft-go-winio-0.4.14" - ,go-github-com-microsoft-go-winio-0.4.14))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-blang-semver-3.1.0+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s80qlij6j6wrh0fhm0l11hbf3qjra67nca5bl7izyfjj4621fcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.0-beta.2.0.20190828155532-0293cbd26c69") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jhb4a7fczf817d9dwj0a02wfscv46hkymrqh1dcsgpdsp80igkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce - (package - (name "go-github-com-hashicorp-errwrap") - (version "0.0.0-20141028054710-7554cd9344ce") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "0.0.0-20161216184304-ed905158d874") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bldhx9dmx9q4gjsag3g1xswq1jsf394rs69fdbmgnkj75j3sp70")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39 - (package - (name "go-github-com-opencontainers-runtime-tools") - (version "0.0.0-20181011054405-1d69bd0f9c39") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wgisl2v8i1hvy3bf8f16v7rarx2ynyasb0jx4kffp5n5hz2hfcl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) - (home-page "https://github.com/opencontainers/runtime-tools") - (synopsis "oci-runtime-tool") - (description - "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. -To build from source code, runtime-tools requires Go 1.10.x or above.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.5 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqn8ip9f4f6kqrvand4lxhcxrkk19dwf8s3nh336i9wr2jfhbwa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20170704070218-db04d3cc01c8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jwica5kqax70rd4gbc2yjdz54401s4mr6clyn60gcmnxc0wynds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f - (package - (name "go-github-com-xeipuuv-gojsonschema") - (version "0.0.0-20180618132009-1d523034197f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonschema") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) - (home-page "https://github.com/xeipuuv/gojsonschema") - (synopsis "gojsonschema") - (description - "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") - (license license:asl2.0))) - -(define-public go-k8s-io-kubernetes-1.13.0 - (package - (name "go-k8s-io-kubernetes") - (version "1.13.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/kubernetes") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12cvw8b7l319p8nc2imc2wck7zz7vzrwcjyxq5djqj7l5rbcwmzs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/kubernetes")) - (home-page "https://k8s.io/kubernetes") - (synopsis "Kubernetes (K8s)") - (description - "Kubernetes, also known as K8s, is an open source system for managing @url{https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/,containerized applications} -across multiple hosts. It provides basic mechanisms for deployment, maintenance, -and scaling of applications.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.7 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c6ix202ll48n7x00xxb7gzgm3srm9zwwbx2503l6vz3sqclh9xm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-kubernetes-1.13.0" ,go-k8s-io-kubernetes-1.13.0) - ("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" - ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) - ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" - ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) - ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" - ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-prometheus-procfs-0.0.5" - ,go-github-com-prometheus-procfs-0.0.5) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" - ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) - ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" - ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69" - ,go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" - ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) - ("go-github-com-blang-semver-3.1.0+incompatible" - ,go-github-com-blang-semver-3.1.0+incompatible) - ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" - ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.1-0.20191213020239-082f7e3aed57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1piaha1adhzhj150l7zhskn5fgl4r2cyvwhrrm8bbm3vnvhmgw7v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20191127005431-f65d91d395eb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15yh5idl3if8a982gsnq9q72021a7jcs9bdcrqaxbl4dwdqcszki")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190522044717-8097e1b27ff5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rgflfvh365x5lwdyqdd9qk8hh3ycr88a2488bgqgvfhp5ri5p6x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190522204451-c2c4e71fbf69") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y44pmyy92pg822fhw80pnciifx1ah0g73i2l0ixickd24wyznnm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20191028202541-4f1b8fe65a5c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fhm39jagk2sfgi9g5zdqx4rynziwxhaap03x4mdj8kczlz21x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) - ("go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69" - ,go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69) - ("go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5" - ,go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-gogo-protobuf-1.3.0 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfyrmbpdcppf0z3waar90bpszdhi2gv705ys1b0zx5x6ax8f1a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd - (package - (name "go-github-com-containerd-typeurl") - (version "0.0.0-20190911142611-5eb25027c9fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fyc2962b9sqgqycnlkxls6n0d701nszl84bayxrdv3r1491jn9v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-gogo-protobuf-1.3.0" - ,go-github-com-gogo-protobuf-1.3.0))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20200918131355-0a33824f23a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "112bj6mxc3r2ncybblf3w1fgqa6w0070f6a8vlqcml1g00ljhsz6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" - ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) - ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" - ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) - ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" - ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) - ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" - ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) - ("go-github-com-microsoft-hcsshim-0.8.7" - ,go-github-com-microsoft-hcsshim-0.8.7))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201202213521-69691e467435 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201202213521-69691e467435") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lndxdnazszfj1jl87cpz31vd12jrjm1wj0zw1c2p8yg64cfkhna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jki3jwmbfk4mp2qhz4ppd6vgnicalszzv5ffibasa4qj5v19wcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-golang-org-x-sys-0.0.0-20201202213521-69691e467435" - ,go-golang-org-x-sys-0.0.0-20201202213521-69691e467435) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.10" - ,go-github-com-imdario-mergo-0.3.10) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2" - ,go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" - ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) - ("go-github-com-containerd-imgcrypt-1.0.1" - ,go-github-com-containerd-imgcrypt-1.0.1) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" - ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) - ("go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7" - ,go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" - ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) - ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" - ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) - ("go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4" - ,go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14) - ("go-github-com-microsoft-go-winio-0.4.16" - ,go-github-com-microsoft-go-winio-0.4.16) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200728195943-123391ffb6de") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a3wnn8yjvckh3smyqzwd2k2gvl3i8dk68pvcap0wha8hmga1vf3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200817155316-9781c653f443") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fkwiydhhmn6cxmd9jb4rj2wp06yxmqc3903b7zawsxm9jpslicm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containers-ocicrypt-1.1.0 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13avih8ml00idn6qy96ash3jxkimqxpkz4cy4kgryc8jx303nv6i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443" - ,go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443) - ("go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de" - ,go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.0.4-0.20210301171431-0ae5c75f59ba") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vkwgcxh3mpsn6wp231c9ad3sx6gmnc9948nn3vvbw8bsmjd4i77")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.0" - ,go-github-com-containers-ocicrypt-1.1.0) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.15-0.20190919025122-fc70bd9a86b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "015ra2h3qfaq436d0g7akahgz7bikyvljq48m0l2d2f4k3wki86p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20190422162347-ade71ed3457e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ga9izv32j1zjij1p9f2sdnxjy3v80lw964518dvzirxpvwfszn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190514135907-3a4b5fb9f71f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "122ry2lw2525mqlnw2zc006y1flvj3yhj8rnpxqdwxp71jc3kqii")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20190919134610-bf292b21730f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vvk1vrwm9spilyl4r1r8626sg0zvnx3s3zmzigzinpkzzvbdqpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f" - ,go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e" - ,go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "0.1.2-0.20190507144316-5b71a03e2700") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dx0bp4f885vx6l4b5b7h19j6sm0jn9s2qxarfd917f4wp8l0cpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5 - (package - (name "go-github-com-urfave-cli") - (version "0.0.0-20171014202726-7bc6a0acffa5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13li8phkaznh81qxs9vg0r8294ph014rwca4cqf7gxhvyjlaigwp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.9 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1imyqhh51311fdmp81ffasf7z52rbqhblbhx6477d9w20p74866b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" - ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" - ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) - ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" - ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775 - (package - (name "go-github-com-cilium-ebpf") - (version "0.0.0-20200702112145-1c8d4c9ef775") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1la90b88a1li5hmlqxfx9lgxlyzqb2pd4c2dxmz4s5gg2gz8a5x5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200710171044-318312a37340") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kizbm55pmlnly2dggymp84a0d9pn4fh7jf31h6wqm385zrs14zp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" - ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.0-beta.2.0.20200729163537-40b22ef07410") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ky7ny5b0rvkr6a58pdlcm35kc9wls6jvl7cdk8py4a16y1f2lx9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-1.10.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.10.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "033a42h1wzmji57p86igg9whvsbp6nvfdsypskw738ys903n3z4d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0-rc1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1-0.20171018195549-f15c970de5b7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18jihrffhfsjvz3rkanlhq9xjcdxkqilmflnijc64s7y7lijlbfm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.4-0.20170822132746-89742aefa4b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20171113213409-9f005a07e0d3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20200710164510-efbc4488d8fe") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d638nj7z7y8z19zdwbysamqh5m3kiwvnqny7av6bxax9gg6c3h8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3" - ,go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2" - ,go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2) - ("go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7" - ,go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.10.1" ,go-github-com-onsi-ginkgo-1.10.1) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" - ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191210023423-ac6580df4449") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14gvx65w5lddi20s4wypbbvbg9ni3m8777jhp9nqxhixc61k3dyi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20200410184934-f15a3290365b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i3pylxr2a4b9gaifjrhfa21n147vvq2z9iqwzz9id532xv9mr48")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.0.1 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ilz14f1k9zip7caqfjwvfg2nwa7bs6880pi6fxbri1wy6ar45q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" - ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) - ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-gogo-googleapis-1.4.0 - (package - (name "go-github-com-gogo-googleapis") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-imdario-mergo-0.3.10 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runc-0.1.1 - (package - (name "go-github-com-opencontainers-runc") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11-0.20200630133818-d5bec3311243") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.6.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" - ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20180916011248-d98352740cb2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200707034311-ab3426394381") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200625203802-6e8e738ad208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.30.0 - (package - (name "go-google-golang-org-grpc") - (version "1.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164 - (package - (name "go-github-com-containerd-nri") - (version "0.0.0-20201007170849-eb1350a75164") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhrxl36fswgxv7ny3p9xi99jsbwyk920gmzkjyfyk6nqs0hqbkg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" - ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.6.0" - ,go-github-com-opencontainers-selinux-1.6.0) - ("go-github-com-opencontainers-runc-0.1.1" - ,go-github-com-opencontainers-runc-0.1.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-imdario-mergo-0.3.10" - ,go-github-com-imdario-mergo-0.3.10) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-gogo-googleapis-1.4.0" - ,go-github-com-gogo-googleapis-1.4.0) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-distribution-2.7.1+incompatible" - ,go-github-com-docker-distribution-2.7.1+incompatible) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.1" - ,go-github-com-containerd-ttrpc-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b" - ,go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b) - ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" - ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) - ("go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410" - ,go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410) - ("go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340" - ,go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340) - ("go-github-com-microsoft-hcsshim-0.8.9" - ,go-github-com-microsoft-hcsshim-0.8.9))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.4.1 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7ny9jkb98cxqhsp13xa5hnqh1s9f25x04q6arsala4zswsw33c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190916202348-b4ddaad3f8a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pa68kqxhpjk71b4cbm8vyzh6527b3ig6war2jr1g4aj3b7f1ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.16-0.20201130162521-d1ffc52c7331") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191022100944-742c48ecaeb7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1saf59bplvvb753my15ijxcy4a1jwfg53cmkgb6wkln2x4fgnhkp")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3 - (package - (name "go-github-com-cilium-ebpf") - (version "0.0.0-20200110133405-4032b1d8aae3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107x63zl8dlw2izn5xw8pnflgq19srpa46bgvjs8q4d61i02q1fr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7" - ,go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-coreos-go-systemd-v22-22.0.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p4sb2fxxm2j1xny2l4fkq4kwj74plvh600gih8nyniqzannhrdx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200531161412-0dbf7f05ba59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10abzkjf77s8pv4mpyvy2jbl8wckhk3j7ykgs01sclal21v8p251")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3" - ,go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1 - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20180822173158-c12b1e7919c1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ylrnmdhn9a2f8w8fsdgsvwnz5j0whhyhppjnhqc4lh8h9p9dpi9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.3.2 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qz6ss7a6f2r7gl7aar39pr5ry9l7nh7dn3kclr18nwdv01gmrvc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20190426062206-aaeac12a7ffc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05caqvxxb831xfvqnga692k98cy8xzkllqg1ibra0fb0ljnhbmca")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448 - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20190226154929-a9fb20d87448") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c0sgfnafjnws4jgziczs6wxh0adjdrp6yyd88b7xy0hv13fsnqa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20180907222934-5a6d9f37cfa3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07qpxcjy64m238igpmj8g9z7qhf06k5xy1jcgpgvf5n912g4k3vd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20190828154514-0e0f228740de") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd - (package - (name "go-github-com-containerd-typeurl") - (version "0.0.0-20180627222232-a93fcdb778cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0aqnf5rzc5pldln0czhxlr0fqaf5553ab7wzsq85p90lg1ryqnd6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2 - (package - (name "go-github-com-opencontainers-go-digest") - (version "0.0.0-20180430190053-c9281466c8b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f - (package - (name "go-github-com-opencontainers-runc") - (version "0.0.0-20190115041553-12f6a991201f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lr4q440pliilq2njyj5glfpma89r9l1cl687niwkp2pzb32dm45")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20180125133057-cb4147076ac7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zhlrik0f9q1lj6cisgnxgbz4darbcix52hm5abi24l2ahchf5ca")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190501004415-9ce7a6920f09") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kbs85jsqbv4v89ii2zam4b8dhmllhsrf46njmi09x0w6s0b9cbk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-go-opencensus-io-0.22.0 - (package - (name "go-go-opencensus-io") - (version "0.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05jr8gkr2w34i5wwki4zhl5ch0qrgi7cdgag5iy5gpxplhbrvbg9")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09" - ,go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20191004110552-13f9640d40b9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba2767lvklnmfvb9jkwvd4m7z6326gaiz3rgylh795g88hy34g1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190502173448-54afdca5d873") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vm1vggl874jd4wi6qyl7aggc6s6kdsazk4vj0cs2dfcw2xnw8ag")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.23.1 - (package - (name "go-google-golang-org-grpc") - (version "1.23.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d8gjjhrqbiq8pb56lb4x10hb752k7k06wspjvh7v0vpzmf25981")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.14 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59" - ,go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59) - ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" - ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.3 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09xvhjg5f8h90w1y94kqqnqzhbhd62dcdd9wb9sdqakisjk6zrl0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-1.0.1 - (package - (name "go-github-com-containerd-typeurl") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09cgrchrw5d36zq0mc321l5qr2gfbdm1z1a3hhkhqr4qay6vglqn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc9 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210301145711-11e8f1707f62") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1919ax45a07v2y56xq5c0xihkn2c5zgyqv68rzx3x5cc20n2p8yg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.4.3" - ,go-github-com-containerd-containerd-1.4.3) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.7.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.4.5 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.4.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04iqh4hvvrrvjsfjyaa5bdyqklwzrzzy8yiyvja90hvv121f7975")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b - (package - (name "go-github-com-onsi-ginkgo") - (version "0.0.0-20151202141238-7f8ab55aaf3b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nas6wqdym4jx42kw9wj80b58r69k9qhnvglz009lj34g5gba7rw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a - (package - (name "go-github-com-onsi-gomega") - (version "0.0.0-20151007035656-2152b45fa28a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0amjlkawp84mmdqjgdamf93p1546cla6h4wwrx7hf5r862r2qcw2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf - (package - (name "go-github-com-vishvananda-netlink") - (version "0.0.0-20181108222139-023a6dafdcdf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i5q8r8rg7lxzvq2vhbf25lrkzdlgficfv0bxg9rf7cgg6z819sn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20180720170159-13995c7128cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20181009213950-7c1a557ab941") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1q9mby8m7ws3gbj90v0prhnf4g2sgf74azmw31kzwd6azlar3m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181011144130-49bb7cea24b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "111q4qm3hcjvzvyv9y5rz8ydnyg48rckcygxqy6gv63q618wz6gn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containernetworking-plugins-0.8.6 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f1cqxjf26sy1c4aw6y7pyd9lrz0vknby4q5j6xj77a1pab9073m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" - ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) - ("go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1" - ,go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1) - ("go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941" - ,go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941) - ("go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc" - ,go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc) - ("go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf" - ,go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a" - ,go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a) - ("go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b" - ,go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.4.5" - ,go-github-com-coreos-go-iptables-0.4.5) - ("go-github-com-containernetworking-cni-0.7.1" - ,go-github-com-containernetworking-cni-0.7.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.11 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07iay9j3ry7qrflvn9bgyyggvwacl1s1in1cnbmsp1020ydkph8k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-klauspost-compress-1.11.3 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-checkpoint-restore-go-criu-v4-4.1.0 - (package - (name "go-github-com-checkpoint-restore-go-criu-v4") - (version "4.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/checkpoint-restore/go-criu") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfgjck015df5h44hczl3x4gg430saczgkl619cp0l6cpaxga5yi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v4")) - (propagated-inputs - `(("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5))) - (home-page "https://github.com/checkpoint-restore/go-criu") - (synopsis "go-criu -- Go bindings for") - (description - "This repository provides Go bindings for CRIU. The code is based on the Go based PHaul -implementation from the CRIU repository. For easier inclusion into other Go projects the -CRIU Go bindings have been moved to this repository.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200124204421-9fbb57f87de9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qaz2jjkrxzgkapmjqingdwamrgq2aiblxvzzgrcsv2qhkj0wdps")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.2.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc93 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc93") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-github-com-willf-bitset-1.1.11" - ,go-github-com-willf-bitset-1.1.11) - ("go-github-com-vishvananda-netlink-1.1.0" - ,go-github-com-vishvananda-netlink-1.1.0) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-mrunalp-fileutils-0.5.0" - ,go-github-com-mrunalp-fileutils-0.5.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0) - ("go-github-com-checkpoint-restore-go-criu-v4-4.1.0" - ,go-github-com-checkpoint-restore-go-criu-v4-4.1.0))) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-willf-bitset-1.1.11 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v7wnikdxiyhwdxnsj2wcrsrsi1kb2ssmarvbrda90vmxzafjl7d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.8.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08aakiva619hk4lgfvyi6kpjgw7hfirs0jlc2jdgzcv7p0gfhbmx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11" - ,go-github-com-willf-bitset-1.1.11) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14 - (package - (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") - (version "0.0.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0px41x5apgcssmwmx75cwm000s8b8pgd84dxn56maxx223dzz9vm")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page - "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.1 - (package - (name "go-k8s-io-apiserver") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03k8kjisscj59i410kk2bz0qfpxa2d2vbwxiwyn93k7a2avbn7cs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-api-0.20.1 - (package - (name "go-k8s-io-api") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "051nl7g66k0jkc9rmfbvwdsmqkn36nq71kvnfym3lhnjcgg53k0l")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-apimachinery-0.20.1 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.1 - (package - (name "go-k8s-io-client-go") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02jrzwwcrdlya91fga2wvf8dsl1yka3kky194dm6l9pmd754qwzs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.1 - (package - (name "go-k8s-io-component-base") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05x3mv1lxh7s6ckfh1s9wwmb0n9rg14a9637ai9bhxdfps47sz0v")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.1 - (package - (name "go-k8s-io-cri-api") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.3 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fbd4llrwg5hi5adfkmfndma5y129yl9wwz3c3fjn7cfhc64hlqf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62" - ,go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" - ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) - ("go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba" - ,go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" - ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" - ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) - ("go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989" - ,go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee - (package - (name "go-github-com-spf13-cobra") - (version "0.0.2-0.20171109065643-2da4a54c5cee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.1-0.20171106142849-4c012f6dcd95") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201201145000-ef89a241ccb3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20210208174643-50096c924a4e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-1.0.0 - (package - (name "go-github-com-containerd-zfs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10shqmcdxlxxi90kwgs5cljz12589yz5cm78aimv9m4cgwiv3wl3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.11 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.6 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae - (package - (name "go-github-com-alexflint-go-filemutex") - (version "0.0.0-20171022225611-72bdc8eae2ae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alexflint/go-filemutex") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alexflint/go-filemutex")) - (home-page "https://github.com/alexflint/go-filemutex") - (synopsis "FileMutex") - (description - "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. -On Linux, OSX, and other POSIX systems it uses the flock system call. On windows -it uses the LockFileEx and UnlockFileEx system calls.") - (license license:expat))) - -(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 - (package - (name "go-github-com-buger-jsonparser") - (version "0.0.0-20180808090653-f4dd9f5a6b44") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/buger/jsonparser") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/buger/jsonparser")) - (home-page "https://github.com/buger/jsonparser") - (synopsis - "Alternative JSON parser for Go (10x times faster standard library)") - (description - "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") - (license license:expat))) - -(define-public go-github-com-containernetworking-cni-0.8.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.5.0 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c - (package - (name "go-github-com-d2g-dhcp4") - (version "0.0.0-20170904100407-a1d1b6c41b1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4")) - (home-page "https://github.com/d2g/dhcp4") - (synopsis "DHCP4 - A DHCP library written in Go.") - (description - "Warning: This library is still being developed. Function calls will change.") - (license license:bsd-3))) - -(define-public go-github-com-d2g-dhcp4client-1.0.0 - (package - (name "go-github-com-d2g-dhcp4client") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4client")) - (home-page "https://github.com/d2g/dhcp4client") - (synopsis "dhcp4client") - (description "DHCP Client") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 - (package - (name "go-github-com-d2g-dhcp4server") - (version "0.0.0-20181031114812-7d4a0a7f59a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4server") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4server")) - (home-page "https://github.com/d2g/dhcp4server") - (synopsis "dhcp4server") - (description "DHCP Server") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 - (package - (name "go-github-com-d2g-hardwareaddr") - (version "0.0.0-20190221164911-e7d9fbe030e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/hardwareaddr") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/hardwareaddr")) - (home-page "https://github.com/d2g/hardwareaddr") - (synopsis "hardwareaddr") - (description "Generate Hardware Addresses") - (license license:mpl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20180201030542-885f9cc04c9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 - (package - (name "go-github-com-j-keck-arping") - (version "0.0.0-20160618110441-2cf9dc699c56") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/j-keck/arping") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/j-keck/arping")) - (home-page "https://github.com/j-keck/arping") - (synopsis "arping") - (description - "Package arping is a native go library to ping a host per arp datagram, or query a host mac address -") - (license license:expat))) - -(define-public go-github-com-mattn-go-shellwords-1.0.3 - (package - (name "go-github-com-mattn-go-shellwords") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-shellwords") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-shellwords")) - (home-page "https://github.com/mattn/go-shellwords") - (synopsis "go-shellwords") - (description "Parse line as shell words.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190904154756-749cb33beabd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-nxadm-tail-1.4.4 - (package - (name "go-github-com-nxadm-tail") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nxadm/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/nxadm/tail")) - (propagated-inputs - `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" - ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/nxadm/tail") - (synopsis "tail functionality in Go") - (description - "nxadm/tail provides a Go library that emulates the features of the BSD `tail` -program. The library comes with full support for truncation/move detection as -it is designed to work with log rotation tools. The library works on all -operating systems supported by Go, including POSIX systems like Linux and -*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-1.7.1 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191120155948-bd437916bb0e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.12.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.12.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201006153459-a7d1128ccaa0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-gomega-1.10.3 - (package - (name "go-github-com-onsi-gomega") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" - ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 - (package - (name "go-github-com-safchain-ethtool") - (version "0.0.0-20190326074333-42ed695e3de8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/safchain/ethtool") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/safchain/ethtool")) - (home-page "https://github.com/safchain/ethtool") - (synopsis "ethtool go package") - (description - "Package ethtool aims to provide a library giving a simple access to the -Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations -from a network device like statistics, driver related informations or -even the peer of a VETH interface. -") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.0.6 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200217220822-9197077df867") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20200728191858-db3c7e526aae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" - ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200728102440-3e129f6d46b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.1-0.20201029203352-d40f9887b852") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" - ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201117170446-d9b008d0a637") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 - (package - (name "go-gopkg-in-airbrake-gobrake-v2") - (version "2.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/airbrake/gobrake.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/airbrake/gobrake.v2" - #:unpack-path - "gopkg.in/airbrake/gobrake.v2")) - (home-page "https://gopkg.in/airbrake/gobrake.v2") - (synopsis "Airbrake Golang Notifier") - (description - "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") - (license license:bsd-3))) - -(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 - (package - (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") - (version "2.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2" - #:unpack-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) - (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (synopsis "Airbrake Hook for Logrus") - (description - "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. -This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. -The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") - (license license:expat))) - -(define-public go-github-com-containernetworking-plugins-0.9.1 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" - ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) - ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" - ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.5.0" - ,go-github-com-coreos-go-iptables-0.5.0) - ("go-github-com-containernetworking-cni-0.8.1" - ,go-github-com-containernetworking-cni-0.8.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c - (package - (name "go-github-com-docker-go-events") - (version "0.0.0-20190806004212-e31b211e4f1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-events") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-events")) - (home-page "https://github.com/docker/go-events") - (synopsis "Docker Events Package") - (description - "The Docker @code{events} package implements a composable event distribution package -for Go.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.6.0 - (package - (name "go-github-com-prometheus-common") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q16br348117ffycxdwsldb0i39p34miclfa8z93k6vjwnrqbh2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.3 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190801041406-cbf593c0f2f3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zmcmckinhclcwlvznjqvs31aww8jnf6pjm9is0nq8lqlvipg5ls")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-client-golang-1.1.0 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3" - ,go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3) - ("go-github-com-prometheus-procfs-0.0.3" - ,go-github-com-prometheus-procfs-0.0.3) - ("go-github-com-prometheus-common-0.6.0" - ,go-github-com-prometheus-common-0.6.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-json-iterator-go-1.1.7" - ,go-github-com-json-iterator-go-1.1.7) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-beorn7-perks-1.0.1" - ,go-github-com-beorn7-perks-1.0.1))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-metrics-0.0.1 - (package - (name "go-github-com-docker-go-metrics") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-metrics") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1b6f1889chmwlsgrqxylnks2jic16j2dqhsdd1dvaklk48ky95ga")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-metrics")) - (propagated-inputs - `(("go-github-com-prometheus-client-golang-1.1.0" - ,go-github-com-prometheus-client-golang-1.1.0))) - (home-page "https://github.com/docker/go-metrics") - (synopsis "go-metrics") - (description - "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-hashicorp-go-multierror-1.0.0 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-klauspost-compress-1.11.13 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.13") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19l2rbh6vg0ly4qp2gn5lf39ijggf7asav7lxziikkhjqqb4223j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-moby-locker-1.0.1 - (package - (name "go-github-com-moby-locker") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/locker") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07rc2c6h35f9mcy81jp382a030f6xmcifi9n5jnlayybfwxmpjir")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/moby/locker")) - (home-page "https://github.com/moby/locker") - (synopsis "Locker") - (description - "Package locker provides a mechanism for creating finer-grained locking to help -free up more global locks to handle other tasks. -") - (license license:asl2.0))) - -(define-public go-github-com-pelletier-go-toml-1.8.1 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-prometheus-procfs-0.6.0 - (package - (name "go-github-com-prometheus-procfs") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0czzw37dq0sfq7rivxmxxw5hy287grqnng6q6hfz6mkqmhqgm1m6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-satori-go-uuid-1.2.0 - (package - (name "go-github-com-satori-go-uuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/satori/go.uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/satori/go.uuid")) - (home-page "https://github.com/satori/go.uuid") - (synopsis "UUID package for Go language") - (description - "Package uuid provides implementation of Universally Unique Identifier (UUID). -Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and -version 2 (as specified in DCE 1.1). -") - (license license:expat))) - -(define-public go-github-com-tchap-go-patricia-2.2.6+incompatible - (package - (name "go-github-com-tchap-go-patricia") - (version "2.2.6+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tchap/go-patricia") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yy1s3pnll52iyzphwi50drvz36lx628vn3xfy5ld29fxqngrckb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tchap/go-patricia")) - (home-page "https://github.com/tchap/go-patricia") - (synopsis "go-patricia") - (description - "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} -@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") - (license license:expat))) - -(define-public go-github-com-coreos-go-oidc-2.1.0+incompatible - (package - (name "go-github-com-coreos-go-oidc") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-oidc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y9vxack1whvxy766jrc6xhh2rfkvnznwxi356si2kabzjv2lp6h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-oidc")) - (home-page "https://github.com/coreos/go-oidc") - (synopsis "go-oidc") - (description - "Package oidc implements OpenID Connect client logic for the golang.org/x/oauth2 package. -") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-semver-0.3.0 - (package - (name "go-github-com-coreos-go-semver") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-semver")) - (home-page "https://github.com/coreos/go-semver") - (synopsis "go-semver - Semantic Versioning Library") - (description - "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse -and compare two semantic version strings.") - (license license:asl2.0))) - -(define-public go-github-com-emicklei-go-restful-2.9.5+incompatible - (package - (name "go-github-com-emicklei-go-restful") - (version "2.9.5+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emicklei/go-restful") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0258y7q2krih98zznc4jsym9mf689afn6nsnsif1jhshrj653k36")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/emicklei/go-restful")) - (home-page "https://github.com/emicklei/go-restful") - (synopsis "go-restful") - (description - "Package restful , a lean package for creating REST-style WebServices without magic. -") - (license license:expat))) - -(define-public go-github-com-gorilla-websocket-1.4.2 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-mailru-easyjson-0.7.0 - (package - (name "go-github-com-mailru-easyjson") - (version "0.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13zv5fvjp3nr65lhqhiw6i6mlmqvyls882rlmcas0ab35alsxni8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822 - (package - (name "go-github-com-munnerz-goautoneg") - (version "0.0.0-20191010083416-a7dc8b61c822") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/munnerz/goautoneg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/munnerz/goautoneg")) - (home-page "https://github.com/munnerz/goautoneg") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021 - (package - (name "go-github-com-pquerna-cachecontrol") - (version "0.0.0-20171018203845-0dec1b30a021") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pquerna/cachecontrol") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14yyfhrv60rvb983rqm7s916nwvn9kcmbvnrcna2md0s3mkzs3yh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pquerna/cachecontrol")) - (home-page "https://github.com/pquerna/cachecontrol") - (synopsis "cachecontrol: HTTP Caching Parser and Interpretation") - (description - "Package cachecontrol implements the logic for HTTP Caching -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200202164722-d101bd2416d5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ksxf37b0ym21n8j29m3wgbaiw1kcjw3hgf88kipc1ry2j13l98p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-go-etcd-io-bbolt-1.3.5 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5" - ,go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5))) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-bgentry-speakeasy-0.1.0 - (package - (name "go-github-com-bgentry-speakeasy") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bgentry/speakeasy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bgentry/speakeasy")) - (home-page "https://github.com/bgentry/speakeasy") - (synopsis "Speakeasy") - (description - "This package provides cross-platform Go (#golang) helpers for taking user input -from the terminal while not echoing the input back (similar to @code{getpasswd}). The -package uses syscalls to avoid any dependence on cgo, and is therefore -compatible with cross-compiling.") - (license license:expat))) - -(define-public go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa - (package - (name "go-github-com-cockroachdb-datadriven") - (version "0.0.0-20190809214429-80d97fb3cbaa") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cockroachdb/datadriven") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rvavka9zhri6r50n8fy98247fl5vycb1hffjrhshsicjv1frmlp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cockroachdb/datadriven")) - (home-page "https://github.com/cockroachdb/datadriven") - (synopsis "Data-Driven Tests for Go") - (description - "This repository implements an extension of @url{https://github.com/golang/go/wiki/TableDrivenTests,Table-Driven Testing}. Instead of -building and iterating over a table in the test code, the input is further -separated into files (or inline strings). For certain classes of tests, this -can significantly reduce the friction involved in writing and reading these -tests.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20180511133405-39ca1b05acc7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf - (package - (name "go-github-com-coreos-pkg") - (version "0.0.0-20160727233714-3ac0863d7acf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/pkg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l5ans1ls2gknkrnhymgc0zbgg5nqjbjbqc51r611adcr0m6gg8l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/pkg")) - (home-page "https://github.com/coreos/pkg") - (synopsis #f) - (description "a collection of go utility packages") - (license license:asl2.0))) - -(define-public go-github-com-creack-pty-1.1.7 - (package - (name "go-github-com-creack-pty") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/creack/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/creack/pty")) - (home-page "https://github.com/creack/pty") - (synopsis "pty") - (description - "Package pty provides functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4 - (package - (name "go-github-com-dustin-go-humanize") - (version "0.0.0-20171111073723-bb3d318650d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dustin/go-humanize") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dustin/go-humanize")) - (home-page "https://github.com/dustin/go-humanize") - (synopsis "Humane Units") - (description - "Package humanize converts boring ugly numbers to human-friendly strings and back. -") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20160516000752-02826c3e7903") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.0.0 - (package - (name "go-github-com-google-uuid") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c - (package - (name "go-github-com-gorilla-websocket") - (version "0.0.0-20170926233335-4201258b820c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kpdg3m46kp15ixl9ahhchhadyiblz0qpcxzylp8jhffc1rnxjb7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-middleware") - (version "1.0.1-0.20190118093823-f849b5445de4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-middleware") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hscypgj0nd1407jp6y4qrnrr0mrhc4wgxz9b3mj1cs3pkvi61vc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") - (synopsis "Go gRPC Middleware") - (description - "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.5 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.9.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0acpbxa1i1bxcpkclkcif2macbcfrlywb58vly5pzwsj261mg58a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" - ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) - ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) - ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" - ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-github-com-json-iterator-go-1.1.7 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" - ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.0.9 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.4 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-runewidth-0.0.2 - (package - (name "go-github-com-mattn-go-runewidth") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-runewidth") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-runewidth")) - (home-page "https://github.com/mattn/go-runewidth") - (synopsis "go-runewidth") - (description - "This package provides functions to get fixed width of the character or string.") - (license license:expat))) - -(define-public go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5 - (package - (name "go-github-com-olekukonko-tablewriter") - (version "0.0.0-20170122224234-a0225b3f23b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/olekukonko/tablewriter") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bp9r6xzy6d3p7l2hjmvr25y3rp3p8c9xv1agkllkksm45ng6681")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/olekukonko/tablewriter")) - (home-page "https://github.com/olekukonko/tablewriter") - (synopsis "ASCII Table Writer") - (description "Create & Generate text based table -") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-0.0.3 - (package - (name "go-github-com-spf13-cobra") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q1nsx05svyv9fv3fy6xv6gs9ffimkyzsfm49flvl3wnvf1ncrkd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.1 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8 - (package - (name "go-github-com-tmc-grpc-websocket-proxy") - (version "0.0.0-20170815181823-89b8d40f7ca8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tmc/grpc-websocket-proxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bg6m0cycy5sww175zkbnhi9lvzb08iicc8xka8klrgaa9mc5nsk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) - (home-page "https://github.com/tmc/grpc-websocket-proxy") - (synopsis "grpc-websocket-proxy") - (description - "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") - (license license:expat))) - -(define-public go-github-com-urfave-cli-1.20.0 - (package - (name "go-github-com-urfave-cli") - (version "1.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-go-etcd-io-bbolt-1.3.3 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-go-uber-org-atomic-1.3.2 - (package - (name "go-go-uber-org-atomic") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/atomic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/atomic")) - (home-page "https://go.uber.org/atomic") - (synopsis "atomic") - (description - "Package atomic provides simple wrappers around numerics to enforce atomic -access. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190813141303-74dc4d7220e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563yswwqknxx2gsvl0qikn0lmwalilbng8i12iw4d3v40n23s0l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190826190057-c7b8b68b1456") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lqnnrx5prrvkinnhgyvzzhcyvi8x5w54rlp336xjhpslkgqn132")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2 - (package - (name "go-golang-org-x-time") - (version "0.0.0-20180412165947-fbb02b2291d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-gopkg-in-cheggaaa-pb-v1-1.0.25 - (package - (name "go-gopkg-in-cheggaaa-pb-v1") - (version "1.0.25") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/cheggaaa/pb.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/cheggaaa/pb.v1" - #:unpack-path - "gopkg.in/cheggaaa/pb.v1")) - (home-page "https://gopkg.in/cheggaaa/pb.v1") - (synopsis "Terminal progress bar for Go") - (description "Simple console progress bars -") - (license license:bsd-3))) - -(define-public go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489 - (package - (name "go-go-etcd-io-etcd") - (version "0.5.0-alpha.5.0.20200910180754-dd1b699fc489") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/etcd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11zkvkq7ipqi0n8y05zgn8lf7qm59xdk75x7jbxj5sflx38yfa0k")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/etcd")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) - ("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-cheggaaa-pb-v1-1.0.25" - ,go-gopkg-in-cheggaaa-pb-v1-1.0.25) - ("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2" - ,go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456" - ,go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456) - ("go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7" - ,go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.3.2" ,go-go-uber-org-atomic-1.3.2) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" - ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) - ("go-github-com-urfave-cli-1.20.0" ,go-github-com-urfave-cli-1.20.0) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8) - ("go-github-com-spf13-pflag-1.0.1" ,go-github-com-spf13-pflag-1.0.1) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-soheilhy-cmux-0.1.4" - ,go-github-com-soheilhy-cmux-0.1.4) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5" - ,go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-mattn-go-runewidth-0.0.2" - ,go-github-com-mattn-go-runewidth-0.0.2) - ("go-github-com-mattn-go-isatty-0.0.4" - ,go-github-com-mattn-go-isatty-0.0.4) - ("go-github-com-mattn-go-colorable-0.0.9" - ,go-github-com-mattn-go-colorable-0.0.9) - ("go-github-com-json-iterator-go-1.1.7" - ,go-github-com-json-iterator-go-1.1.7) - ("go-github-com-jonboulle-clockwork-0.1.0" - ,go-github-com-jonboulle-clockwork-0.1.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.5" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.5) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4" - ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4) - ("go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c" - ,go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c) - ("go-github-com-google-uuid-1.0.0" ,go-github-com-google-uuid-1.0.0) - ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903" - ,go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" - ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) - ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" - ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) - ("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7) - ("go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf" - ,go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-semver-0.2.0" - ,go-github-com-coreos-go-semver-0.2.0) - ("go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa" - ,go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa) - ("go-github-com-bgentry-speakeasy-0.1.0" - ,go-github-com-bgentry-speakeasy-0.1.0))) - (home-page "https://go.etcd.io/etcd") - (synopsis "etcd") - (description - "Package main is a simple wrapper of the real etcd entrypoint package -(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still -\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and -builds a binary in $GOBIN/etcd -") - (license license:asl2.0))) - -(define-public go-gopkg-in-natefinch-lumberjack-v2-2.0.0 - (package - (name "go-gopkg-in-natefinch-lumberjack-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/natefinch/lumberjack.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/natefinch/lumberjack.v2" - #:unpack-path - "gopkg.in/natefinch/lumberjack.v2")) - (home-page "https://gopkg.in/natefinch/lumberjack.v2") - (synopsis "lumberjack") - (description "Package lumberjack provides a rolling logger. -") - (license license:expat))) - -(define-public go-gopkg-in-square-go-jose-v2-2.2.2 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cpvfqw7pw8m8wfj8nda4kam0z48q3gp6b9a3a0wr90zv9ldszbv")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15 - (package - (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") - (version "0.0.15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ad9yjr3g1pj118xy063z7rnydkilqmvz9xf89vdva2kjqd7fal")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page - "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.6 - (package - (name "go-k8s-io-apiserver") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b53aw2cp9i2v5kg1m2s5kwkz7525ii8vs1g7d8yc2j980aar9y3")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-github-com-blang-semver-3.5.1+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.5.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369 - (package - (name "go-github-com-matttproud-golang-protobuf-extensions") - (version "1.0.2-0.20181231171920-c182affec369") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/matttproud/golang_protobuf_extensions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/matttproud/golang_protobuf_extensions") - (synopsis "Overview") - (description - "This repository provides various Protocol Buffer extensions for the Go -language (golang), namely support for record length-delimited message -streaming.") - (license license:asl2.0))) - -(define-public go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78 - (package - (name "go-github-com-azure-go-ansiterm") - (version "0.0.0-20170929234023-d6e3b3328b78") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/go-ansiterm") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/go-ansiterm")) - (home-page "https://github.com/Azure/go-ansiterm") - (synopsis "go-ansiterm") - (description - "This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.") - (license license:expat))) - -(define-public go-gotest-tools-v3-3.0.2 - (package - (name "go-gotest-tools-v3") - (version "3.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cap2aq2wphnbkkzkck5zdjxb64q3jqxfwpkgqys7279rbr8cvjm")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd - (package - (name "go-github-com-moby-term") - (version "0.0.0-20200312100748-672ec06f55cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xspasm3d101hmjsayrbx6az4r4ybbg5gkj13qybhpq674a6kkwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/moby/term")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" - ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" - ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78))) - (home-page "https://github.com/moby/term") - (synopsis "term - utilities for dealing with terminals") - (description - "Package term provides structures and helper functions to work with -terminal (state, sizes). -") - (license license:asl2.0))) - -(define-public go-github-com-beorn7-perks-1.0.1 - (package - (name "go-github-com-beorn7-perks") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-prometheus-procfs-0.1.3 - (package - (name "go-github-com-prometheus-procfs") - (version "0.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09wmlmvmjf49nchidqffc99wn6vl98v5k9qgyyrhqgv0015xskwa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" - ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200615200032-f1bc736245b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbmih4n2xw53qbpmc7msqf2660i4ryr0chbrsbj8mdalfrjr0vp")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.5 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08smz8dfyxp02ha74my9iszqa5qzgl3ksi28ilyp8lqipssiq6fg")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-1.7.1 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i9wbwjq3idgp9y0vv7fvg6g7zrqi9qlfw915xc49ahw83q2h61w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.5" ,go-gopkg-in-yaml-v2-2.2.5) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1" - ,go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-prometheus-procfs-0.1.3" - ,go-github-com-prometheus-procfs-0.1.3) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-cespare-xxhash-v2-2.1.1" - ,go-github-com-cespare-xxhash-v2-2.1.1) - ("go-github-com-beorn7-perks-1.0.1" - ,go-github-com-beorn7-perks-1.0.1))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751 - (package - (name "go-github-com-alecthomas-template") - (version "0.0.0-20190718012654-fb15b899a751") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/template") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/template")) - (home-page "https://github.com/alecthomas/template") - (synopsis "Go's") - (description - "Package template implements data-driven templates for generating textual output. -") - (license license:bsd-3))) - -(define-public go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4 - (package - (name "go-github-com-alecthomas-units") - (version "0.0.0-20190717042225-c3de453c63f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/units") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/units")) - (home-page "https://github.com/alecthomas/units") - (synopsis "Units - Helpful unit multipliers and functions for Go") - (description - "Package units provides helpful unit multipliers and functions for Go. -") - (license license:expat))) - -(define-public go-github-com-go-kit-kit-0.9.0 - (package - (name "go-github-com-go-kit-kit") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-kit/kit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-kit/kit")) - (home-page "https://github.com/go-kit/kit") - (synopsis "Go kit") - (description - "@strong{Go kit} is a @strong{programming toolkit} for building microservices -(or elegant monoliths) in Go. We solve common problems in distributed -systems and application architecture so you can focus on delivering -business value.") - (license license:expat))) - -(define-public go-github-com-prometheus-common-0.4.1 - (package - (name "go-github-com-prometheus-common") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" - ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.2 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-1.0.0 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-prometheus-procfs-0.0.2" - ,go-github-com-prometheus-procfs-0.0.2) - ("go-github-com-prometheus-common-0.4.1" - ,go-github-com-prometheus-common-0.4.1) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-beorn7-perks-1.0.0" - ,go-github-com-beorn7-perks-1.0.0))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.2.0 - (package - (name "go-github-com-prometheus-client-model") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.2.4 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.10.0 - (package - (name "go-github-com-prometheus-common") - (version "0.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ra7zfqsnvgfizzsxn3rk0dwhk7nx8p8082zgpvadbv2b0j1k01i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-go-kit-kit-0.9.0" ,go-github-com-go-kit-kit-0.9.0) - ("go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4" - ,go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4) - ("go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751" - ,go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200106162015-b016eb3dc98e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k0qr26046d228gi6ngkfxp4m1rjgxk4jj75h0kh1cpyp91n5rja")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-procfs-0.2.0 - (package - (name "go-github-com-prometheus-procfs") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkpyq1grk3qyfahnfry5qkxjg5qb10yh1l8cvm8b79nqsmdyjbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" - ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-sirupsen-logrus-1.6.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190425150028-36563e24a262") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c - (package - (name "go-golang-org-x-text") - (version "0.0.0-20170915032832-14c0d48ead0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-rsc-io-sampler-1.3.0 - (package - (name "go-rsc-io-sampler") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/sampler") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) - (build-system go-build-system) - (arguments '(#:import-path "rsc.io/sampler")) - (propagated-inputs - `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" - ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) - (home-page "https://rsc.io/sampler") - (synopsis #f) - (description "Package sampler shows simple texts. -") - (license license:bsd-3))) - -(define-public go-rsc-io-quote-v3-3.1.0 - (package - (name "go-rsc-io-quote-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/quote") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) - (build-system go-build-system) - (arguments - '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) - (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) - (home-page "https://rsc.io/quote/v3") - (synopsis #f) - (description "Package quote collects pithy sayings. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.4.1 - (package - (name "go-github-com-golang-mock") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zb4n285mv85dh3y2f8fqbs30h2dhzw7vbczr6z0zg2gqr6vzg0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) - ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.4 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12dclmj2if8l0069fby4psrpqby7p810dr1dr63nwx93g9jhvkmx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20181102032728-5e5cf60278f6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191204072324-ce4227a45e2e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200229191704-1ebb73c60ed3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-jstemmer-go-junit-report-0.9.1 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee - (package - (name "go-golang-org-x-mod") - (version "0.1.1-0.20191105210325-c90efee705ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200130002326-2f3ba24bd6e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" - ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20200302205851-738671d3881b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200301022130-244492dfa37a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vm2q44phz4vjnzq9428rjk58c82fxf003whczp7c9ryn9fazh7s")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200302150141-5c8b2ff67527") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200304193943-95d2e580d8eb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f46657xsdc12lr29ksqg80fp0j8v2iqgihzh788avcj5cmhnqyl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.2.0 - (package - (name "go-github-com-golang-mock") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c - (package - (name "go-github-com-google-btree") - (version "0.0.0-20180813153112-4030bb1f1f0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-martian-2.1.0+incompatible - (package - (name "go-github-com-google-martian") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian")) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20181206194817-3ea8567a2e57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.4 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.0.0-20190106144839-af01ea7f8024") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 - (package - (name "go-golang-org-x-text") - (version "0.3.1-0.20180807135948-17ff2d5776d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c - (package - (name "go-golang-org-x-time") - (version "0.0.0-20181108054448-85acf8d2951c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190301231843-5614ed5bae6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190226205417-e64efc72b421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190312170243-e65039ee4138") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.4.0 - (package - (name "go-google-golang-org-api") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190418145605-e7d98fc518a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190106161140-3f1c8253044a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.38.0 - (package - (name "go-cloud-google-com-go") - (version "0.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" - ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" - ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) - ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" - ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) - ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" - ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" - ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) - ("go-github-com-googleapis-gax-go-v2-2.0.4" - ,go-github-com-googleapis-gax-go-v2-2.0.4) - ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" - ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.5 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.0 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190307195333-5fe7a883aa19") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.21.0 - (package - (name "go-go-opencensus-io") - (version "0.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190503192946-f4e77d36d62c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190604053449-0f29369cfe45") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190507160741-ecd444e8653b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.5.0 - (package - (name "go-google-golang-org-appengine") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.20.0 - (package - (name "go-google-golang-org-api") - (version "0.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-google-golang-org-appengine-1.5.0" - ,go-google-golang-org-appengine-1.5.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" - ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200305110556-506484158171 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200305110556-506484158171") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19h7sxkfjcrkm7majd0pyzzirdnk1qlsxc3h5zklhm234d8jg407")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-google-renameio-0.1.0 - (package - (name "go-github-com-google-renameio") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/renameio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/renameio")) - (home-page "https://github.com/google/renameio") - (synopsis "Atomicity vs durability") - (description - "Package renameio provides a way to atomically create or replace a file or -symbolic link. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-errgo-v2-2.1.0 - (package - (name "go-gopkg-in-errgo-v2") - (version "2.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/errgo.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) - (home-page "https://gopkg.in/errgo.v2") - (synopsis #f) - (description - "Package errgo provides some primitives for error creation and handling.") - (license license:bsd-3))) - -(define-public go-github-com-rogpeppe-go-internal-1.3.0 - (package - (name "go-github-com-rogpeppe-go-internal") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/go-internal") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/go-internal")) - (propagated-inputs - `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) - (home-page "https://github.com/rogpeppe/go-internal") - (synopsis #f) - (description - "This repository factors out an opinionated selection of internal packages and functionality from the Go standard -library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190510104115-cbcb75029529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e - (package - (name "go-golang-org-x-mod") - (version "0.0.0-20190513183733-4bf6d317e70e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" - ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191130070609-6e064ea0cf2d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 - (package - (name "go-honnef-co-go-tools") - (version "0.0.1-2020.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" - ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) - ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" - ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) - ("go-github-com-rogpeppe-go-internal-1.3.0" - ,go-github-com-rogpeppe-go-internal-1.3.0) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-google-renameio-0.1.0" - ,go-github-com-google-renameio-0.1.0) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.54.0 - (package - (name "go-cloud-google-com-go") - (version "0.54.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ilqqymrphg546c66jc0npd48dlr88wbgrg462h1jgm2ykbnq1ba")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.1-2020.1.3" - ,go-honnef-co-go-tools-0.0.1-2020.1.3) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20200305110556-506484158171" - ,go-google-golang-org-genproto-0.0.0-20200305110556-506484158171) - ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) - ("go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb" - ,go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" - ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a" - ,go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" - ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.4" - ,go-github-com-golang-protobuf-1.3.4) - ("go-github-com-golang-mock-1.4.1" ,go-github-com-golang-mock-1.4.1) - ("go-cloud-google-com-go-storage-1.6.0" - ,go-cloud-google-com-go-storage-1.6.0) - ("go-cloud-google-com-go-pubsub-1.2.0" - ,go-cloud-google-com-go-pubsub-1.2.0) - ("go-cloud-google-com-go-datastore-1.1.0" - ,go-cloud-google-com-go-datastore-1.1.0) - ("go-cloud-google-com-go-bigquery-1.4.0" - ,go-cloud-google-com-go-bigquery-1.4.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7 - (package - (name "go-github-com-gregjones-httpcache") - (version "0.0.0-20180305231024-9cad4c3443a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gregjones/httpcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gregjones/httpcache")) - (home-page "https://github.com/gregjones/httpcache") - (synopsis "httpcache") - (description - "Package httpcache provides a http.RoundTripper implementation that works as a -mostly RFC-compliant cache for http responses. -") - (license license:expat))) - -(define-public go-github-com-imdario-mergo-0.3.5 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-peterbourgon-diskv-2.0.1+incompatible - (package - (name "go-github-com-peterbourgon-diskv") - (version "2.0.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/peterbourgon/diskv") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/peterbourgon/diskv")) - (home-page "https://github.com/peterbourgon/diskv") - (synopsis "What is diskv?") - (description - "Diskv (disk-vee) is a simple, persistent key-value store written in the Go -language. It starts with an incredibly simple API for storing arbitrary data on -a filesystem by key, and builds several layers of performance-enhancing -abstraction on top. The end result is a conceptually simple, but highly -performant, disk-backed storage system.") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20201002170205-7f63de1d35b0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dr89jfs4dmpr3jqfshqqvfpzzdx4r76nkzhrvmixfrmn6wxrnd1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e - (package - (name "go-golang-org-x-time") - (version "0.0.0-20200630173020-3af7569d3a1e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05hqhw3vlssi499y6m41zgdp1yyjsw2kj95ahymlw6pkhsssh2vq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-k8s-io-api-0.20.6 - (package - (name "go-k8s-io-api") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mm6a91a4nrlsvnfcbgn2574vdwxf1nxpgrd5avklh8mym2ngimw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96 - (package - (name "go-github-com-docker-spdystream") - (version "0.0.0-20160310174837-449fdfce4d96") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/spdystream") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/spdystream")) - (home-page "https://github.com/docker/spdystream") - (synopsis "SpdyStream") - (description - "This package provides a multiplexed stream library using spdy") - (license license:asl2.0))) - -(define-public go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153 - (package - (name "go-github-com-elazarl-goproxy") - (version "0.0.0-20180725130230-947c36da3153") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/elazarl/goproxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lmsnr5xmda89wig8sw62llg6acjb5caghz5jmdhnm85rm6rnssk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/elazarl/goproxy")) - (home-page "https://github.com/elazarl/goproxy") - (synopsis "Introduction") - (description - "Taken from $GOROOT/src/pkg/net/http/chunked -needed to write https responses to client. -") - (license license:bsd-3))) - -(define-public go-github-com-evanphx-json-patch-4.9.0+incompatible - (package - (name "go-github-com-evanphx-json-patch") - (version "4.9.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/evanphx/json-patch") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r88qpzjxsx8skij9s5pi4a5qcv4bm18vq8sy21gpwgzp3qf6qzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/evanphx/json-patch")) - (home-page "https://github.com/evanphx/json-patch") - (synopsis "JSON-Patch") - (description - "@code{jsonpatch} is a library which provides functionality for both applying -@url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against documents, as -well as for calculating & applying @url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191005200804-aed5e4c7ecf9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.9 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" - ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-google-gofuzz-1.1.0 - (package - (name "go-github-com-google-gofuzz") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gofuzz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0si2fiigj45vr4jnw4grjhls7nw56wkwinnn93gqbl9ng9ynw8rx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/gofuzz")) - (home-page "https://github.com/google/gofuzz") - (synopsis "gofuzz") - (description - "Package fuzz is a library for populating go objects with random values. -") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.1 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742 - (package - (name "go-github-com-modern-go-reflect2") - (version "0.0.0-20180701023420-4b7aa43c6742") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.10 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "134zwc2pmf8nd90r8065wsl6vv1mwjl23bs70i08dzhw5h98drr4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" - ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f - (package - (name "go-github-com-mxk-go-flowrate") - (version "0.0.0-20140419014527-cca7078d478f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mxk/go-flowrate") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mxk/go-flowrate")) - (home-page "https://github.com/mxk/go-flowrate") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.11.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.11.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vxmb5k89bq50m2kzcw5l3bdvci4czpifkgxd4nbq1yzv5ir03kp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-hpcloud-tail-1.0.0 - (package - (name "go-github-com-hpcloud-tail") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcloud/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcloud/tail")) - (home-page "https://github.com/hpcloud/tail") - (synopsis "Go package for tail-ing files") - (description - "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") - (license license:expat))) - -(define-public go-github-com-onsi-ginkgo-1.6.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180906233101-161cd47e91fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180909124046-d0be0721c37e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-fsnotify-v1-1.4.7 - (package - (name "go-gopkg-in-fsnotify-v1") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/fsnotify.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/fsnotify.v1" - #:unpack-path - "gopkg.in/fsnotify.v1")) - (home-page "https://gopkg.in/fsnotify.v1") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 - (package - (name "go-gopkg-in-tomb-v1") - (version "1.0.0-20141024135613-dd632973f1e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/tomb.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) - (home-page "https://gopkg.in/tomb.v1") - (synopsis "Installation and usage") - (description - "The tomb package offers a conventional API for clean goroutine termination. -") - (license license:bsd-3))) - -(define-public go-github-com-onsi-gomega-1.7.0 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09j6wq425wgzzsbwm9ckhfgl2capv3yyqbrf45qyrjwkzm49i02y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-spf13-pflag-1.0.5 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-inf-v0-0.9.1 - (package - (name "go-gopkg-in-inf-v0") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/inf.v0") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/inf.v0" #:unpack-path "gopkg.in/inf.v0")) - (home-page "https://gopkg.in/inf.v0") - (synopsis #f) - (description - "Package inf (type inf.Dec) implements \"infinite-precision\" decimal -arithmetic. -\"Infinite precision\" describes two characteristics: practically unlimited -precision for decimal number representation and no support for calculating -with any specific fixed precision. -(Although there is no practical limit on precision, inf.Dec can only -represent finite decimals.) -") - (license license:bsd-3))) - -(define-public go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46 - (package - (name "go-github-com-nytimes-gziphandler") - (version "0.0.0-20170623195520-56545f4a5d46") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nytimes/gziphandler") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/NYTimes/gziphandler")) - (home-page "https://github.com/NYTimes/gziphandler") - (synopsis "Gzip Handler") - (description - "This is a tiny Go package which wraps HTTP handlers to transparently gzip the -response body, for clients which support it. Although it's usually simpler to -leave that to a reverse proxy (like nginx or Varnish), this package is useful -when that's undesirable.") - (license license:asl2.0))) - -(define-public go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a - (package - (name "go-github-com-asaskevich-govalidator") - (version "0.0.0-20190424111038-f61b66f89f4a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/asaskevich/govalidator") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jzjd9ak4byb83bwhbyrrdclnhrgglyxcbr4d4qh39a6ywvcijm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/asaskevich/govalidator")) - (home-page "https://github.com/asaskevich/govalidator") - (synopsis "govalidator") - (description - "Package govalidator is package of validators and sanitizers for strings, structs and collections. -") - (license license:expat))) - -(define-public go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633 - (package - (name "go-github-com-emicklei-go-restful") - (version "0.0.0-20170410110728-ff4f55a20633") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emicklei/go-restful") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/emicklei/go-restful")) - (home-page "https://github.com/emicklei/go-restful") - (synopsis "go-restful") - (description - "Package restful , a lean package for creating REST-style WebServices without magic. -") - (license license:expat))) - -(define-public go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680 - (package - (name "go-github-com-ghodss-yaml") - (version "0.0.0-20150909031657-73d445a93680") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ghodss/yaml") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ghodss/yaml")) - (home-page "https://github.com/ghodss/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "Copyright 2013 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file. -") - (license #f))) - -(define-public go-github-com-go-openapi-jsonreference-0.19.3 - (package - (name "go-github-com-go-openapi-jsonreference") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonreference") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ln21xai74fynwmi4ck5j0c70yszjy96wfagc705y8khjxsgncsw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonreference")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" - ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3) - ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" - ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) - ("go-github-com-puerkitobio-purell-1.1.1" - ,go-github-com-puerkitobio-purell-1.1.1))) - (home-page "https://github.com/go-openapi/jsonreference") - (synopsis "gojsonreference") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} -An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e - (package - (name "go-github-com-mailru-easyjson") - (version "0.0.0-20190626092158-b2ccc519800e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-go-openapi-jsonpointer-0.19.3 - (package - (name "go-github-com-go-openapi-jsonpointer") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonpointer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4bb7c5y8ss2s8wl50k7lsk84nl4lcldkbkphrfdl21y51gz4jr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e" - ,go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5))) - (home-page "https://github.com/go-openapi/jsonpointer") - (synopsis "gojsonpointer") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} -An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-puerkitobio-purell-1.1.1 - (package - (name "go-github-com-puerkitobio-purell") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/purell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/PuerkitoBio/purell")) - (home-page "https://github.com/PuerkitoBio/purell") - (synopsis "Purell") - (description - "Package purell offers URL normalization as described on the wikipedia page: -@url{http://en.wikipedia.org/wiki/URL_normalization,http://en.wikipedia.org/wiki/URL_normalization} -") - (license license:bsd-3))) - -(define-public go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578 - (package - (name "go-github-com-puerkitobio-urlesc") - (version "0.0.0-20170810143723-de5bf2ad4578") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/urlesc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/PuerkitoBio/urlesc")) - (home-page "https://github.com/PuerkitoBio/urlesc") - (synopsis "urlesc") - (description - "Package urlesc implements query escaping as per @url{https://rfc-editor.org/rfc/rfc3986.html,RFC 3986}. -It contains some parts of the net/url package, modified so as to allow -some reserved characters incorrectly escaped by net/url. -See @url{https://github.com/golang/go/issues/5684,https://github.com/golang/go/issues/5684} -") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-swag-0.19.2 - (package - (name "go-github-com-go-openapi-swag") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/swag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mlxlajx2p9wjm72rmqjrx5g49q2sn04y45s3nrykkf6jqlq1v4z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/swag")) - (propagated-inputs - `(("go-github-com-sourcegraph-go-diff-0.5.1" - ,go-github-com-sourcegraph-go-diff-0.5.1) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" - ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/go-openapi/swag") - (synopsis "Swag") - (description - "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. -") - (license license:asl2.0))) - -(define-public go-github-com-go-openapi-jsonpointer-0.19.2 - (package - (name "go-github-com-go-openapi-jsonpointer") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonpointer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s3cqf4svrbygvvpvi7hf122szsgihas52vqh0bba3avf4w03g9n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-swag-0.19.2" - ,go-github-com-go-openapi-swag-0.19.2))) - (home-page "https://github.com/go-openapi/jsonpointer") - (synopsis "gojsonpointer") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} -An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190613194153-d28f0bde5980") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-jsonreference-0.19.2 - (package - (name "go-github-com-go-openapi-jsonreference") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonreference") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v933yvcwyzzlpdxwb9204ki7lls2rwfd96ww2i901ndvz37kdf8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonreference")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-jsonpointer-0.19.2" - ,go-github-com-go-openapi-jsonpointer-0.19.2) - ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" - ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) - ("go-github-com-puerkitobio-purell-1.1.1" - ,go-github-com-puerkitobio-purell-1.1.1))) - (home-page "https://github.com/go-openapi/jsonreference") - (synopsis "gojsonreference") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} -An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-kr-pty-1.1.5 - (package - (name "go-github-com-kr-pty") - (version "1.1.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpq77b90z72cv9h66dvxsg2j197ylpgcps23xsjfbs752bykfw1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.2.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190611184440-5c40567a22f8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17g8fb9vy2sqq8vgz8jdvf6c6d2290gm2qs0i4yzsd86mgn4dlrg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190827160401-ba9fcec4b297") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190616124812-15dcb6c0061f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qfkkysbyn44nyx57cq8mmw1cjgpxi9gi9xrf6kljmd9c1416zdd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190614205625-5aca471b1d59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i4h3q83w4y9s065w0wnnnwlssy69jbrj08k47ppsa8dnv85kyrf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-spec-0.19.3 - (package - (name "go-github-com-go-openapi-spec") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dikq1p550vj5i9y918s075pgk0fxkixxk3fb70ri7wkm51s6nlj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/spec")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59" - ,go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59) - ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" - ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) - ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" - ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) - ("go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8" - ,go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stretchr-objx-0.2.0" - ,go-github-com-stretchr-objx-0.2.0) - ("go-github-com-kr-pty-1.1.5" ,go-github-com-kr-pty-1.1.5) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5) - ("go-github-com-go-openapi-jsonreference-0.19.2" - ,go-github-com-go-openapi-jsonreference-0.19.2) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3))) - (home-page "https://github.com/go-openapi/spec") - (synopsis "OAI object model") - (description "The object model for OpenAPI specification documents.") - (license license:asl2.0))) - -(define-public go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63 - (package - (name "go-github-com-mailru-easyjson") - (version "0.0.0-20190614124828-94de47d64c63") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1km0kkh7cf7dlz5pqi9yr1wamv0167y41cyv1dbrcxfdmwgpfd23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190409202823-959b441ac422") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e - (package - (name "go-github-com-shurcool-go") - (version "0.0.0-20180423040247-9e1955d9fb6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/go")) - (home-page "https://github.com/shurcooL/go") - (synopsis "go") - (description "Common Go code.") - (license license:expat))) - -(define-public go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041 - (package - (name "go-github-com-shurcool-go-goon") - (version "0.0.0-20170922171312-37c2f522c041") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/go-goon") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/go-goon")) - (home-page "https://github.com/shurcooL/go-goon") - (synopsis "goon") - (description - "Package goon is a deep pretty printer with Go-like notation. It implements the goon specification. -") - (license license:expat))) - -(define-public go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4 - (package - (name "go-sourcegraph-com-sqs-pbtypes") - (version "0.0.0-20180604144634-d3ebe8f20ae4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sqs/pbtypes") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr")))) - (build-system go-build-system) - (arguments '(#:import-path "sourcegraph.com/sqs/pbtypes")) - (home-page "https://sourcegraph.com/sqs/pbtypes") - (synopsis "pbtypes") - (description - "Package pbtypes contains protocol buffer types (Timestamp, Void, -etc.) and related helpers. -") - (license license:asl2.0))) - -(define-public go-github-com-sourcegraph-go-diff-0.5.1 - (package - (name "go-github-com-sourcegraph-go-diff") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sourcegraph/go-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sourcegraph/go-diff")) - (propagated-inputs - `(("go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4" - ,go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4) - ("go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041" - ,go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041) - ("go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e" - ,go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1))) - (home-page "https://github.com/sourcegraph/go-diff") - (synopsis "go-diff") - (description "Diff parser and printer for Go.") - (license license:expat))) - -(define-public go-github-com-go-openapi-swag-0.19.5 - (package - (name "go-github-com-go-openapi-swag") - (version "0.19.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/swag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z34vqc5yz6rzvarrvlhkimxx33p74iaxb28l1mv716njvlsmjhg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/swag")) - (propagated-inputs - `(("go-github-com-sourcegraph-go-diff-0.5.1" - ,go-github-com-sourcegraph-go-diff-0.5.1) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" - ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/go-openapi/swag") - (synopsis "Swag") - (description - "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.1.1 - (package - (name "go-github-com-google-uuid") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815 - (package - (name "go-github-com-docopt-docopt-go") - (version "0.0.0-20180111231733-ee0de3bc6815") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docopt/docopt.go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docopt/docopt-go")) - (home-page "https://github.com/docopt/docopt-go") - (synopsis "docopt-go") - (description - "Package docopt parses command-line arguments based on a help message. -") - (license license:expat))) - -(define-public go-github-com-googleapis-gnostic-0.4.1 - (package - (name "go-github-com-googleapis-gnostic") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gnostic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fw28m3ach5pkcdh4ijd6s7w09j0n88p6mah3hp0k8918jsc6mj9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gnostic")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815" - ,go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815))) - (home-page "https://github.com/googleapis/gnostic") - (synopsis "â¨\x81 gnostic") - (description - "Gnostic is a tool for building better REST APIs through knowledge. -") - (license license:asl2.0))) - -(define-public go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d - (package - (name "go-github-com-munnerz-goautoneg") - (version "0.0.0-20120707110453-a547fc61f48d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/munnerz/goautoneg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/munnerz/goautoneg")) - (home-page "https://github.com/munnerz/goautoneg") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c - (package - (name "go-github-com-onsi-ginkgo") - (version "0.0.0-20170829012221-11459a886d9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nswc1fnrrs792qbix05h91bilj8rr3wxmxgwi97p2gjk0r292zh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c - (package - (name "go-github-com-onsi-gomega") - (version "0.0.0-20170829124025-dcabb60a477c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1775lv5jbsgv3ghq5v2827slqlhqdadrzc1nkpq4y0hdv2qzrgkm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff - (package - (name "go-github-com-spf13-pflag") - (version "0.0.0-20170130214245-9ff6c6923cff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mfrxzyl8x7araa126lh8l3sihbbgfbzgkrg3v3cx7y4n3wrsqvn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200324143707-d3edc9973b7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac - (package - (name "go-k8s-io-gengo") - (version "0.0.0-20200413195148-3a45101e95ac") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/gengo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x46jq6rv8z0y96231rfgzvfscgy5hp5aacid3r93zy0rq9r37g6")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/gengo")) - (home-page "https://k8s.io/gengo") - (synopsis "gengo") - (description - "This package provides a package for generating things based on go files. This mechanism was first used -in Kubernetes and is split out here for ease of reuse and maintainability.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.2 - (package - (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/structured-merge-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z60sw6nrlzyddyx5pvh6afwf8jvmn8c2zw15hklq17iyvj3lj7a")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/structured-merge-diff/v4" - #:unpack-path - "sigs.k8s.io/structured-merge-diff/v4")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) - (home-page "https://sigs.k8s.io/structured-merge-diff/v4") - (synopsis "Structured Merge and Diff") - (description - "This repo contains code which implements the Kubernetes \"apply\" operation.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-yaml-1.1.0 - (package - (name "go-sigs-k8s-io-yaml") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb")))) - (build-system go-build-system) - (arguments '(#:import-path "sigs.k8s.io/yaml")) - (home-page "https://sigs.k8s.io/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") - (license #f))) - -(define-public go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd - (package - (name "go-k8s-io-kube-openapi") - (version "0.0.0-20201113171705-d219536bb9fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/kube-openapi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d420a3rxznh3f6x5a6xp22zjwv6jfq4w1gb6srqb4vn9rhgrka")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/kube-openapi")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac" - ,go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" - ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff" - ,go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff) - ("go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c" - ,go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c) - ("go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c" - ,go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c) - ("go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d" - ,go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-go-openapi-jsonreference-0.19.3" - ,go-github-com-go-openapi-jsonreference-0.19.3) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3) - ("go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680" - ,go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680) - ("go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633" - ,go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a" - ,go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a) - ("go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46" - ,go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46))) - (home-page "https://k8s.io/kube-openapi") - (synopsis "Kube OpenAPI") - (description - "This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal -is to support a subset of OpenAPI features to satisfy kubernetes use-cases but -implement that subset with little to no assumption about the structure of the -code or routes. Thus, there should be no kubernetes specific code in this repo.") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.6 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-modern-go-reflect2-1.0.1 - (package - (name "go-github-com-modern-go-reflect2") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.3 - (package - (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/structured-merge-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jv60bkk0z437bsz5ldjyc006k20njmpl0xfl8p3g1q0bx0fkypa")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/structured-merge-diff/v4" - #:unpack-path - "sigs.k8s.io/structured-merge-diff/v4")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) - (home-page "https://sigs.k8s.io/structured-merge-diff/v4") - (synopsis "Structured Merge and Diff") - (description - "This repo contains code which implements the Kubernetes \"apply\" operation.") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.2.8 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-yaml-1.2.0 - (package - (name "go-sigs-k8s-io-yaml") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "059a1chkd6afyvqszrx7h93k6cgik3ia92x29f5whpwi66461pzq")))) - (build-system go-build-system) - (arguments '(#:import-path "sigs.k8s.io/yaml")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://sigs.k8s.io/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") - (license #f))) - -(define-public go-k8s-io-apimachinery-0.20.6 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16952v7zjk3pdyw5r3wy28qkcfx3risid0847pwdw8gmalwxr237")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.6 - (package - (name "go-k8s-io-client-go") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fpz56pfadbfp8mlzmzicfmlgk5zqbk2rdwnr8c8h6ypjd5xjcvz")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.6 - (package - (name "go-k8s-io-component-base") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1987vm5lhbnn4ynrpzdgz3873lp78664cpdpkbv9jwnhzqdhpyhf")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-github-com-kr-pretty-0.2.0 - (package - (name "go-github-com-kr-pretty") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201112073958-5cba982894dd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08dvnwmi2p4slmhyx7gzkmzfp51mmnkzi0ngwhvv0vip1s3s3zjc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.4 - (package - (name "go-golang-org-x-text") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.24.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201110150050-8816d57aaa9a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cbfam4w9jr5gib43v3s2r5j8mhd3hl6ks3azwsahaff6idggg20")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.6 - (package - (name "go-k8s-io-cri-api") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yp4rfxjn4h78z4sbmwhcqm8mva9bsvsc5jky2qa76npp0hycjhx")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-go-logr-logr-0.2.0 - (package - (name "go-github-com-go-logr-logr") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logr/logr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06xh4pw53z38vyi300mgpnr4pkqgknw9xakdyk1xzqfg9zd60d7d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logr/logr")) - (home-page "https://github.com/go-logr/logr") - (synopsis "A minimal logging API for Go") - (description - "Package logr defines a general-purpose logging API and abstract interfaces -to back that API. Packages in the Go ecosystem can depend on this package, -while callers can implement logging with whatever backend is appropriate. -") - (license license:asl2.0))) - -(define-public go-k8s-io-klog-v2-2.4.0 - (package - (name "go-k8s-io-klog-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/klog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zjih6bgdalga5hqaa2fwwidslq6lv358gkj88a8wwj7w253wc8c")))) - (build-system go-build-system) - (arguments - '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) - (propagated-inputs - `(("go-github-com-go-logr-logr-0.2.0" - ,go-github-com-go-logr-logr-0.2.0))) - (home-page "https://k8s.io/klog/v2") - (synopsis "klog") - (description - "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-afero-1.2.2 - (package - (name "go-github-com-spf13-afero") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0))) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-go-logr-logr-0.1.0 - (package - (name "go-github-com-go-logr-logr") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logr/logr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logr/logr")) - (home-page "https://github.com/go-logr/logr") - (synopsis "A minimal logging API for Go") - (description - "Package logr defines a general-purpose logging API and abstract interfaces -to back that API. Packages in the Go ecosystem can depend on this package, -while callers can implement logging with whatever backend is appropriate. -") - (license license:asl2.0))) - -(define-public go-k8s-io-klog-v2-2.0.0 - (package - (name "go-k8s-io-klog-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/klog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09vqm0n5l64lzpk3xqm4njbncnphx52qk21gwx8nsgyivlxx1n8g")))) - (build-system go-build-system) - (arguments - '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) - (propagated-inputs - `(("go-github-com-go-logr-logr-0.1.0" - ,go-github-com-go-logr-logr-0.1.0))) - (home-page "https://k8s.io/klog/v2") - (synopsis "klog") - (description - "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920 - (package - (name "go-k8s-io-utils") - (version "0.0.0-20201110183641-67b214c5f920") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/utils") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19rc9v5xin0a8qbf25my3rd0jd74cin2mk2a38j2dwplqy3s9crl")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/utils")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-afero-1.2.2" ,go-github-com-spf13-afero-1.2.2) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/utils") - (synopsis "Utils") - (description - "This package provides a set of Go libraries that provide low-level, kubernetes-independent packages -supplementing the @url{https://golang.org/pkg/#stdlib,Go standard libs}.") - (license license:asl2.0))) - -(define-public go-github-com-gogo-googleapis-1.3.2 - (package - (name "go-github-com-gogo-googleapis") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10670qprmk151n6pa1yclr89kgrvmalzvkq221xqbid83iv59s2h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.7 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14qb7a9ckfvxl30axqsha0qs8lfkpkxnhj61cdqxk2b9mz160a67")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) - ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" - ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.2" - ,go-github-com-opencontainers-selinux-1.8.2) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-opencontainers-runc-1.0.2" - ,go-github-com-opencontainers-runc-1.0.2) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.12" - ,go-github-com-imdario-mergo-0.3.12) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.3.2" - ,go-github-com-coreos-go-systemd-v22-22.3.2) - ("go-github-com-containernetworking-plugins-0.9.1" - ,go-github-com-containernetworking-plugins-0.9.1) - ("go-github-com-containerd-zfs-1.0.0" - ,go-github-com-containerd-zfs-1.0.0) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.1.0" - ,go-github-com-containerd-nri-0.1.0) - ("go-github-com-containerd-imgcrypt-1.1.1" - ,go-github-com-containerd-imgcrypt-1.1.1) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-go-cni-1.0.2" - ,go-github-com-containerd-go-cni-1.0.2) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-containerd-btrfs-1.0.0" - ,go-github-com-containerd-btrfs-1.0.0) - ("go-github-com-containerd-aufs-1.0.0" - ,go-github-com-containerd-aufs-1.0.0) - ("go-github-com-microsoft-hcsshim-0.8.21" - ,go-github-com-microsoft-hcsshim-0.8.21) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containers-libtrust-0.0.0-20190913040956-14b96171aa3b - (package - (name "go-github-com-containers-libtrust") - (version "0.0.0-20190913040956-14b96171aa3b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/libtrust") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s54984nlg8mbl6n678v46zknxsmnbvma5c77zrdk2bj2m287d09")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/libtrust")) - (home-page "https://github.com/containers/libtrust") - (synopsis "libtrust") - (description - "Package libtrust provides an interface for managing authentication and -authorization using public key cryptography. Authentication is handled -using the identity attached to the public key and verified through TLS -x509 certificates, a key challenge, or signature. Authorization and -access control is managed through a trust graph distributed between -both remote trust servers and locally cached and managed data. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.2 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-miekg-pkcs11-1.0.3 - (package - (name "go-github-com-miekg-pkcs11") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/miekg/pkcs11") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rmmgssb6y28x54si5h63gwbdsjjxf5n9xvm3zqdfsf9l10gx2m6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/miekg/pkcs11")) - (home-page "https://github.com/miekg/pkcs11") - (synopsis "PKCS#11") - (description - "Package pkcs11 is a wrapper around the PKCS#11 cryptographic library. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-image-spec-1.0.1 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980 - (package - (name "go-github-com-stefanberger-go-pkcs11uri") - (version "0.0.0-20201008174630-78d3cae3a980") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stefanberger/go-pkcs11uri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09bnd1fn2v5y5ngsxz751a0x9fsqn8idlfrwyymfv9l57wvmrd2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stefanberger/go-pkcs11uri")) - (home-page "https://github.com/stefanberger/go-pkcs11uri") - (synopsis "go-pkcs11uri") - (description - "Welcome to the go-pkcs11uri library. The implementation follows @url{https://tools.ietf.org/html/rfc7512,RFC 7512} and this @url{https://www.rfc-editor.org/errata/rfc7512,errata}.") - (license license:asl2.0))) - -(define-public go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1 - (package - (name "go-go-mozilla-org-pkcs7") - (version "0.0.0-20200128120323-432b2356ecb1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mozilla-services/pkcs7") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yncaq6i1x6apykvng92yyqkj5kmzl4c43lmcalr5lq7ks009p40")))) - (build-system go-build-system) - (arguments '(#:import-path "go.mozilla.org/pkcs7")) - (home-page "https://go.mozilla.org/pkcs7") - (synopsis "pkcs7") - (description - "Package pkcs7 implements parsing and generation of some PKCS#7 structures. -") - (license license:expat))) - -(define-public go-gopkg-in-square-go-jose-v2-2.5.1 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z0hbmb5yyvnjkyiyn259wkbqbjxs2pzx87jz472shn2bgggxa4n")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.4.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.1.2 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cw9f8vmra6vx6k11yhn297brz719ana3h5pznclfdfp54ggz8vv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" - ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.4.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bz7q3v4m2rq5z47q81bvb4lw6ss2r1x3phgr43a6nls9x5kcpp1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.5.0 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "123p5by5craqigydfqj0hchplcv75zz81xzj5s3ixq624qjbg0z5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.17 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-cilium-ebpf-0.4.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-coreos-go-systemd-v22-22.1.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-v5-5.0.3 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-containerd-cgroups-1.0.1 - (package - (name "go-github-com-containerd-cgroups") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.4.9 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ykikks6ihgg899ibk9m9m0hqrbss0cx7l7z4yjb873b10bacj52")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898 - (package - (name "go-bazil-org-fuse") - (version "0.0.0-20160811212531-371fbbdaa898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bazil/fuse") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w")))) - (build-system go-build-system) - (arguments '(#:import-path "bazil.org/fuse")) - (home-page "https://bazil.org/fuse") - (synopsis "bazil.org/fuse -- Filesystems in Go") - (description - "Package fuse enables writing FUSE file systems on Linux and FreeBSD. -") - (license #f))) - -(define-public go-github-com-dustin-go-humanize-1.0.0 - (package - (name "go-github-com-dustin-go-humanize") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dustin/go-humanize") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dustin/go-humanize")) - (home-page "https://github.com/dustin/go-humanize") - (synopsis "Humane Units") - (description - "Package humanize converts boring ugly numbers to human-friendly strings and back. -") - (license license:expat))) - -(define-public go-github-com-golang-protobuf-1.3.5 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-inconshreveable-mousetrap-1.0.0 - (package - (name "go-github-com-inconshreveable-mousetrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/inconshreveable/mousetrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) - (home-page "https://github.com/inconshreveable/mousetrap") - (synopsis "mousetrap") - (description "mousetrap is a tiny library that answers a single question.") - (license license:asl2.0))) - -(define-public go-github-com-mitchellh-go-homedir-1.1.0 - (package - (name "go-github-com-mitchellh-go-homedir") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/go-homedir") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/go-homedir")) - (home-page "https://github.com/mitchellh/go-homedir") - (synopsis "go-homedir") - (description - "This is a Go library for detecting the user's home directory without -the use of cgo, so the library can be used in cross-compilation environments.") - (license license:expat))) - -(define-public go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6 - (package - (name "go-github-com-armon-consul-api") - (version "0.0.0-20180202201655-eb2c6b5be1b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/consul-api") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/consul-api")) - (home-page "https://github.com/armon/consul-api") - (synopsis "consul-api") - (description - " Please use @url{https://github.com/hashicorp/consul/tree/master/api,consul api package} instead. -Godocs for that package @url{http://godoc.org/github.com/hashicorp/consul/api,are here}.") - (license license:mpl2.0))) - -(define-public go-github-com-coreos-bbolt-1.3.2 - (package - (name "go-github-com-coreos-bbolt") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/bbolt")) - (home-page "https://github.com/coreos/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-coreos-etcd-3.3.10+incompatible - (package - (name "go-github-com-coreos-etcd") - (version "3.3.10+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/etcd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/etcd")) - (home-page "https://github.com/coreos/etcd") - (synopsis "etcd") - (description - "Package main is a simple wrapper of the real etcd entrypoint package -(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still -\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and -builds a binary in $GOBIN/etcd -") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-semver-0.2.0 - (package - (name "go-github-com-coreos-go-semver") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-semver")) - (home-page "https://github.com/coreos/go-semver") - (synopsis "go-semver - Semantic Versioning Library") - (description - "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse -and compare two semantic version strings.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20190321100706-95778dfbb74e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f - (package - (name "go-github-com-coreos-pkg") - (version "0.0.0-20180928190104-399ea9e2e55f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/pkg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/pkg")) - (home-page "https://github.com/coreos/pkg") - (synopsis #f) - (description "a collection of go utility packages") - (license license:asl2.0))) - -(define-public go-github-com-dgrijalva-jwt-go-3.2.0+incompatible - (package - (name "go-github-com-dgrijalva-jwt-go") - (version "3.2.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgrijalva/jwt-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) - (home-page "https://github.com/dgrijalva/jwt-go") - (synopsis "jwt-go") - (description - "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} -") - (license license:expat))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.7 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180221164845-07fd8470d635") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "193g0a1zxb9ikph7r2klc6rdqxqzfmmr8d5bcibyhsm2l63s17mx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.1.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635" - ,go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.2.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-errcheck-1.1.0" - ,go-github-com-kisielk-errcheck-1.1.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190129154638-5b532d6fd5ef") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ls2i4ixyd4r2556j7c5jmlligjb35gfvxknrdn2abjmcahgqd6h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-1.0.0 - (package - (name "go-github-com-google-btree") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-websocket-1.4.0 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-middleware") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-middleware") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") - (synopsis "Go gRPC Middleware") - (description - "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-prometheus") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-prometheus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-prometheus")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-prometheus") - (synopsis "Go gRPC Interceptors for Prometheus monitoring") - (description - "@url{https://prometheus.io/,Prometheus} monitoring for your @url{https://github.com/grpc/grpc-go,gRPC Go} servers and clients.") - (license license:asl2.0))) - -(define-public go-github-com-kr-pretty-0.1.0 - (package - (name "go-github-com-kr-pretty") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af - (package - (name "go-github-com-rogpeppe-fastuuid") - (version "0.0.0-20150106093220-6724a57986af") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/fastuuid") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) - (home-page "https://github.com/rogpeppe/fastuuid") - (synopsis "fastuuid") - (description - "Package fastuuid provides fast UUID generation of 192 bit -universally unique identifiers. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20180628173108-788fd7840127") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181220203305-927f97764cc3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-resty-v1-1.12.0 - (package - (name "go-gopkg-in-resty-v1") - (version "1.12.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/resty.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/resty.v1" #:unpack-path "gopkg.in/resty.v1")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3))) - (home-page "https://gopkg.in/resty.v1") - (synopsis "News") - (description - "Package resty provides Simple HTTP and REST client library for Go. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.0.0-20170812160011-eb3733d160e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.0 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" - ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) - ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) - ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" - ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-hcl-1.0.0 - (package - (name "go-github-com-hashicorp-hcl") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/hcl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/hcl")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/hashicorp/hcl") - (synopsis "HCL") - (description "Package hcl decodes HCL into usable Go structures. -") - (license license:mpl2.0))) - -(define-public go-github-com-jonboulle-clockwork-0.1.0 - (package - (name "go-github-com-jonboulle-clockwork") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jonboulle/clockwork") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jonboulle/clockwork")) - (home-page "https://github.com/jonboulle/clockwork") - (synopsis "clockwork") - (description - "Replace uses of the @code{time} package with the @code{clockwork.Clock} interface instead.") - (license license:asl2.0))) - -(define-public go-github-com-magiconair-properties-1.8.0 - (package - (name "go-github-com-magiconair-properties") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magiconair/properties") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/magiconair/properties")) - (home-page "https://github.com/magiconair/properties") - (synopsis "Overview") - (description - "Package properties provides functions for reading and writing -ISO-8859-1 and UTF-8 encoded .properties files and has -support for recursive property expansion. -") - (license license:bsd-2))) - -(define-public go-github-com-mitchellh-mapstructure-1.1.2 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pelletier-go-toml-1.2.0 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-beorn7-perks-1.0.0 - (package - (name "go-github-com-beorn7-perks") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.4.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (propagated-inputs - `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190129233127-fd36f4220a90") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-julienschmidt-httprouter-1.2.0 - (package - (name "go-github-com-julienschmidt-httprouter") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/julienschmidt/httprouter") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/julienschmidt/httprouter")) - (home-page "https://github.com/julienschmidt/httprouter") - (synopsis "HttpRouter") - (description - "Package httprouter is a trie based high performance HTTP request router. -") - (license license:bsd-3))) - -(define-public go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223 - (package - (name "go-github-com-mwitkow-go-conntrack") - (version "0.0.0-20161129095857-cc309e4a2223") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mwitkow/go-conntrack") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mwitkow/go-conntrack")) - (home-page "https://github.com/mwitkow/go-conntrack") - (synopsis "Go tracing and monitoring (Prometheus) for") - (description - "@url{https://prometheus.io/,Prometheus} monitoring and @url{https://godoc.org/golang.org/x/net/trace#EventLog,(code x/net/trace)} tracing wrappers @code{net.Conn}, both inbound (@code{net.Listener}) and outbound (@code{net.Dialer}).") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20180904163835-0709b304e793") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180905080454-ebe1bf3edb33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.2.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" - ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181114220301-adae6a3d119a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fx860zsgzqk28j7lmp96qsfrgb0kzbfjvr294hywswcbwdwkb01")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181116152217-5ac8a444bdc5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00zdrighflwc4iyizsag184nvl1cbkk02v73kpl5miprdrvzqlr4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.1 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.4.0 - (package - (name "go-github-com-prometheus-common") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" - ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20190507164030-5867b95ac084") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc - (package - (name "go-github-com-alecthomas-template") - (version "0.0.0-20160405071501-a0175ee3bccc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/template") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/template")) - (home-page "https://github.com/alecthomas/template") - (synopsis "Go's") - (description - "Package template implements data-driven templates for generating textual output. -") - (license license:bsd-3))) - -(define-public go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf - (package - (name "go-github-com-alecthomas-units") - (version "0.0.0-20151022065526-2efee857e7cf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/units") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/units")) - (home-page "https://github.com/alecthomas/units") - (synopsis "Units - Helpful unit multipliers and functions for Go") - (description - "Package units provides helpful unit multipliers and functions for Go. -") - (license license:expat))) - -(define-public go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973 - (package - (name "go-github-com-beorn7-perks") - (version "0.0.0-20180321164747-3a771d992973") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954 - (package - (name "go-github-com-dgryski-go-sip13") - (version "0.0.0-20181026042036-e10d5fee7954") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgryski/go-sip13") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgryski/go-sip13")) - (home-page "https://github.com/dgryski/go-sip13") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-go-kit-kit-0.8.0 - (package - (name "go-github-com-go-kit-kit") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-kit/kit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-kit/kit")) - (home-page "https://github.com/go-kit/kit") - (synopsis "Go kit") - (description - "@strong{Go kit} is a @strong{programming toolkit} for building microservices -(or elegant monoliths) in Go. We solve common problems in distributed -systems and application architecture so you can focus on delivering -business value.") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.3.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-go-stack-stack-1.8.0 - (package - (name "go-github-com-go-stack-stack") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-stack/stack") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-stack/stack")) - (home-page "https://github.com/go-stack/stack") - (synopsis "stack") - (description - "Package stack implements utilities to capture, manipulate, and format call -stacks. It provides a simpler API than package runtime. -") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.1.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 - (package - (name "go-github-com-kr-logfmt") - (version "0.0.0-20140226030751-b84e30acd515") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/logfmt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/logfmt")) - (home-page "https://github.com/kr/logfmt") - (synopsis #f) - (description - "Package implements the decoding of logfmt key-value pairs. -") - (license license:expat))) - -(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.1 - (package - (name "go-github-com-matttproud-golang-protobuf-extensions") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/matttproud/golang_protobuf_extensions") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) - (home-page "https://github.com/matttproud/golang_protobuf_extensions") - (synopsis "Overview") - (description - "This repository provides various Protocol Buffer extensions for the Go -language (golang), namely support for record length-delimited message -streaming.") - (license license:asl2.0))) - -(define-public go-github-com-oklog-ulid-1.3.1 - (package - (name "go-github-com-oklog-ulid") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/oklog/ulid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/oklog/ulid")) - (home-page "https://github.com/oklog/ulid") - (synopsis "Universally Unique Lexicographically Sortable Identifier") - (description - "This package provides a Go port of @url{https://github.com/alizain/ulid,alizain/ulid} with binary format implemented.") - (license license:asl2.0))) - -(define-public go-github-com-pkg-errors-0.8.0 - (package - (name "go-github-com-pkg-errors") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-prometheus-client-golang-0.9.1 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20180712105110-5c3871d89910") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce - (package - (name "go-github-com-prometheus-common") - (version "0.0.0-20181113130724-41aa239b4cce") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spy10lwanqa5ynks9cagphkq74zz4b3jm4w59vvizdcw4fhd7s6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20181005140218-185b4288413d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d85429kdw5dgj5zhyiz1sq3i5691vj2gjnda93nnxxzx9acg8cv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181107165924-66b7b1311ac8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ny4r2bbj6rz939iy9g699acqydq7rfi6r6awn25w9i2dld9m13")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-alecthomas-kingpin-v2-2.2.6 - (package - (name "go-gopkg-in-alecthomas-kingpin-v2") - (version "2.2.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/alecthomas/kingpin.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/alecthomas/kingpin.v2" - #:unpack-path - "gopkg.in/alecthomas/kingpin.v2")) - (home-page "https://gopkg.in/alecthomas/kingpin.v2") - (synopsis "Kingpin - A Go (golang) command line and flag parser") - (description - "Package kingpin provides command line interfaces like this: -") - (license license:expat))) - -(define-public go-github-com-prometheus-tsdb-0.7.1 - (package - (name "go-github-com-prometheus-tsdb") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus-junkyard/tsdb") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/tsdb")) - (propagated-inputs - `(("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce" - ,go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-oklog-ulid-1.3.1" ,go-github-com-oklog-ulid-1.3.1) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954" - ,go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-cespare-xxhash-1.1.0" - ,go-github-com-cespare-xxhash-1.1.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/tsdb") - (synopsis "TSDB") - (description - "Package tsdb implements a time series storage for float64 sample data. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-0.9.3 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-github-com-prometheus-tsdb-0.7.1" - ,go-github-com-prometheus-tsdb-0.7.1) - ("go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084" - ,go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084) - ("go-github-com-prometheus-common-0.4.0" - ,go-github-com-prometheus-common-0.4.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-beorn7-perks-1.0.0" - ,go-github-com-beorn7-perks-1.0.0))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-soheilhy-cmux-0.1.4 - (package - (name "go-github-com-soheilhy-cmux") - (version "0.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/soheilhy/cmux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/soheilhy/cmux")) - (home-page "https://github.com/soheilhy/cmux") - (synopsis "cmux: Connection Mux") - (description - "Package cmux is a library to multiplex network connections based on -their payload. Using cmux, you can serve different protocols from the -same listener. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-afero-1.1.2 - (package - (name "go-github-com-spf13-afero") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cast-1.3.0 - (package - (name "go-github-com-spf13-cast") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cast") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cast")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/cast") - (synopsis "cast") - (description "Package cast provides easy and safe casting in Go. -") - (license license:expat))) - -(define-public go-github-com-spf13-jwalterweatherman-1.0.0 - (package - (name "go-github-com-spf13-jwalterweatherman") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/jwalterweatherman") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) - (home-page "https://github.com/spf13/jwalterweatherman") - (synopsis "jWalterWeatherman") - (description - "Seamless printing to the terminal (stdout) and logging to a io.Writer -(file) thatâ\x80\x99s as easy to use as fmt.Println.") - (license license:expat))) - -(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5 - (package - (name "go-github-com-tmc-grpc-websocket-proxy") - (version "0.0.0-20190109142713-0ad062ec5ee5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tmc/grpc-websocket-proxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) - (home-page "https://github.com/tmc/grpc-websocket-proxy") - (synopsis "grpc-websocket-proxy") - (description - "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") - (license license:expat))) - -(define-public go-github-com-ugorji-go-1.1.4 - (package - (name "go-github-com-ugorji-go") - (version "1.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ugorji/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ugorji/go")) - (home-page "https://github.com/ugorji/go") - (synopsis "go-codec") - (description - "This repository contains the @code{go-codec} library, the @code{codecgen} tool and -benchmarks for comparing against other libraries.") - (license license:expat))) - -(define-public go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2 - (package - (name "go-github-com-xiang90-probing") - (version "0.0.0-20190116061207-43a291ad63a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xiang90/probing") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xiang90/probing")) - (home-page "https://github.com/xiang90/probing") - (synopsis "Getting Started") - (description "We first need to serve the probing HTTP handler.") - (license license:expat))) - -(define-public go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77 - (package - (name "go-github-com-xordataexchange-crypt") - (version "0.0.3-0.20170626215501-b2862e3d0a77") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xordataexchange/crypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xordataexchange/crypt")) - (home-page "https://github.com/xordataexchange/crypt") - (synopsis "crypt") - (description - "You can use crypt as a command line tool or as a configuration library:") - (license license:expat))) - -(define-public go-go-etcd-io-bbolt-1.3.2 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-go-uber-org-atomic-1.4.0 - (package - (name "go-go-uber-org-atomic") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/atomic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/atomic")) - (home-page "https://go.uber.org/atomic") - (synopsis "atomic") - (description - "Package atomic provides simple wrappers around numerics to enforce atomic -access. -") - (license license:expat))) - -(define-public go-go-uber-org-multierr-1.1.0 - (package - (name "go-go-uber-org-multierr") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/multierr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/multierr")) - (home-page "https://go.uber.org/multierr") - (synopsis "multierr") - (description - "Package multierr allows combining one or more errors together. -") - (license license:expat))) - -(define-public go-go-uber-org-zap-1.10.0 - (package - (name "go-go-uber-org-zap") - (version "1.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/zap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/zap")) - (home-page "https://go.uber.org/zap") - (synopsis "â\x9a¡ zap") - (description "Package zap provides fast, structured, leveled logging. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190522155817-f3200d17e092") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mskh7p80dd8j1ffy16917d3cyy7lfh1gb56n4rq9g1bwckz4lwy")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4 - (package - (name "go-golang-org-x-time") - (version "0.0.0-20190308202827-9d24e82272b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.21.0 - (package - (name "go-google-golang-org-grpc") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-viper-1.4.0 - (package - (name "go-github-com-spf13-viper") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/viper") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/viper")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) - ("go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4" - ,go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4) - ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" - ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-go-etcd-io-bbolt-1.3.2" ,go-go-etcd-io-bbolt-1.3.2) - ("go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77" - ,go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77) - ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" - ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) - ("go-github-com-ugorji-go-1.1.4" ,go-github-com-ugorji-go-1.1.4) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-jwalterweatherman-1.0.0" - ,go-github-com-spf13-jwalterweatherman-1.0.0) - ("go-github-com-spf13-cast-1.3.0" ,go-github-com-spf13-cast-1.3.0) - ("go-github-com-spf13-afero-1.1.2" ,go-github-com-spf13-afero-1.1.2) - ("go-github-com-soheilhy-cmux-0.1.4" - ,go-github-com-soheilhy-cmux-0.1.4) - ("go-github-com-prometheus-client-golang-0.9.3" - ,go-github-com-prometheus-client-golang-0.9.3) - ("go-github-com-pelletier-go-toml-1.2.0" - ,go-github-com-pelletier-go-toml-1.2.0) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-magiconair-properties-1.8.0" - ,go-github-com-magiconair-properties-1.8.0) - ("go-github-com-jonboulle-clockwork-0.1.0" - ,go-github-com-jonboulle-clockwork-0.1.0) - ("go-github-com-hashicorp-hcl-1.0.0" - ,go-github-com-hashicorp-hcl-1.0.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.0" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0" - ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0) - ("go-github-com-gorilla-websocket-1.4.0" - ,go-github-com-gorilla-websocket-1.4.0) - ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) - ("go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef" - ,go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7) - ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" - ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.2.0" - ,go-github-com-coreos-go-semver-0.2.0) - ("go-github-com-coreos-etcd-3.3.10+incompatible" - ,go-github-com-coreos-etcd-3.3.10+incompatible) - ("go-github-com-coreos-bbolt-1.3.2" ,go-github-com-coreos-bbolt-1.3.2) - ("go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6" - ,go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6))) - (home-page "https://github.com/spf13/viper") - (synopsis "Install") - (description "Many Go projects are built using Viper including:") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-1.0.0 - (package - (name "go-github-com-spf13-cobra") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-spf13-viper-1.4.0" ,go-github-com-spf13-viper-1.4.0) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-mitchellh-go-homedir-1.1.0" - ,go-github-com-mitchellh-go-homedir-1.1.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.1.0 - (package - (name "go-github-com-containerd-continuity") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h756l1xc31sc4zc1d3hmh64kl9qm5vpbbw0c93hrasn51ki96yz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-spf13-cobra-1.0.0" ,go-github-com-spf13-cobra-1.0.0) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-1.0.0 - (package - (name "go-github-com-containerd-fifo") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l6jy9b4mjcj7pbz1n79zmipni1dz60rf5n66vn5p2ggavbq7h1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-1.0.1 - (package - (name "go-github-com-containerd-console") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200916030750-2334cc1a136f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lc7d513gwwpr6r7f55743684n1qsgn9vmg6b79x0hsp1x90z4mr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-go-runc-1.0.0 - (package - (name "go-github-com-containerd-go-runc") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20181030221726-6c7e314b6563") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m1n6r8v6mrlh0yvlz3qxz4s7jc7nis0zf3dfl1i6hqh5xblkwnw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.2.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563" - ,go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.3.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.2 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20190522114515-bc1a522cf7b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.1.1 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190422165155-953cdadca894") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.4.2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200120151820-655fe14d7479") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "133yxmdcny5b0r8775m52sj7zja36riv0x2437k7jccywqi8nx32")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200117163144-32f20d992d24") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kl696jd8fykykjjbngqpgqsngajwbbrvrpl1q0804l6hz8qk858")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.26.0 - (package - (name "go-google-golang-org-grpc") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qsb2mcswpp3vd7i9gfvz4a3ypdwk2svhhn09nyywgb1vvw80krv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.0.2 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" - ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) - ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-1.0.2 - (package - (name "go-github-com-containerd-typeurl") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wvfxlxgkln11d9s6rxay965c715bnpk203klbsq8m8qpjqrz620")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-yuin-goldmark-1.1.27 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.27") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.2.0 - (package - (name "go-golang-org-x-mod") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200226121028-0de0cce0169b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190911185100-cd5d95a43a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200619180055-7c47624df98f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.27" - ,go-github-com-yuin-goldmark-1.1.27))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.5.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" - ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-kisielk-gotool-1.0.0 - (package - (name "go-github-com-kisielk-gotool") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/gotool") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/gotool")) - (home-page "https://github.com/kisielk/gotool") - (synopsis "gotool") - (description - "Package gotool contains utility functions used to implement the standard -\"cmd/go\" tool, provided as a convenience to developers who want to write -tools with similar semantics. -") - (license license:expat))) - -(define-public go-github-com-yuin-goldmark-1.2.1 - (package - (name "go-github-com-yuin-goldmark") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20190717185122-a985d3407aa7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191119224855-298f0cb1881e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191011141410-1b5146add898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.3.0 - (package - (name "go-golang-org-x-mod") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201021035429-f5854403a974") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201020160332-67f06af15bc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210106214847-113979e3529a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-gogo-protobuf-1.3.2 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" - ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.5.0" - ,go-github-com-kisielk-errcheck-1.5.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20200929063507-e6143ca7d51d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06yk9kjif5mgi46d0hcgqcikdcplf3yflqbj8h6ljxshp6jzc49w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.2 - (package - (name "go-github-com-urfave-cli") - (version "1.22.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190702054246-869f871628b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-testify-1.4.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190502145724-3ef323f4f1fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190227155943-e225da77a7e6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190425155659-357c62f0e4bb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.20.1 - (package - (name "go-google-golang-org-grpc") - (version "1.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.3 - (package - (name "go-go-opencensus-io") - (version "0.22.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210324051608-47abb6519492") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19g0pa8lazad5kcq396ggg9x1d6sx39rw9brz3hklx71gg1jd3ja")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-spf13-pflag-1.0.3 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190624222133-a101b041ded4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-gotest-tools-v3-3.0.3 - (package - (name "go-gotest-tools-v3") - (version "3.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.1 - (package - (name "go-google-golang-org-grpc") - (version "1.27.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09phrrsafgq6hnbw8cawvx44bdpk1p584fys17x1bwn0j0451zzs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.22 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.22") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ncpq5sqmygck8q09mqqsgmvx5akwn9izf1k4p8bjya46g3kzk6g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-containerd-1.4.9" - ,go-github-com-containerd-containerd-1.4.9) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201207232520-09787c993a3a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-stargz-snapshotter-estargz-0.9.0 - (package - (name "go-github-com-containerd-stargz-snapshotter-estargz") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/stargz-snapshotter") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01mjy4sks43jznxfsmb0jmb7l6a62pa2jxsyaqchb9pb7v9h43cq")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/containerd/stargz-snapshotter/estargz" - #:unpack-path - "github.com/containerd/stargz-snapshotter")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-vbatts-tar-split-0.11.2" - ,go-github-com-vbatts-tar-split-0.11.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-klauspost-compress-1.13.6" - ,go-github-com-klauspost-compress-1.13.6))) - (home-page "https://github.com/containerd/stargz-snapshotter") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-github-com-google-go-intervals-0.0.2 - (package - (name "go-github-com-google-go-intervals") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-intervals") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v9i46g1vdbyinagj94jvaibw4bpgh2l9f9p5268wg6msf761jm9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-intervals")) - (home-page "https://github.com/google/go-intervals") - (synopsis "go-intervals") - (description - "go-intervals is a library for performing set operations on 1-dimensional -intervals, such as time ranges.") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.2.0 - (package - (name "go-github-com-google-uuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08wqig98w23cg2ngjijhgm6s0mdayb95awa3cn3bs69lg20gryac")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-google-gofuzz-1.0.0 - (package - (name "go-github-com-google-gofuzz") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gofuzz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/gofuzz")) - (home-page "https://github.com/google/gofuzz") - (synopsis "gofuzz") - (description - "Package fuzz is a library for populating go objects with random values. -") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421 - (package - (name "go-github-com-modern-go-concurrent") - (version "0.0.0-20180228061459-e0a39a4cb421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/concurrent") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hamz1zimsxm9vl0ih19v7sbibglwq2j6473w4j9k7ib80fmxdzr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/concurrent")) - (home-page "https://github.com/modern-go/concurrent") - (synopsis "concurrent") - (description - "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-reflect2-1.0.2 - (package - (name "go-github-com-modern-go-reflect2") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05a89f9j4nj8v1bchfkv2sy8piz746ikj831ilbp54g8dqhl8vzr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.12 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c8f0hxm18wivx31bs615x3vxs2j3ba0v6vxchsjhldc8kl311bz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.2" - ,go-github-com-modern-go-reflect2-1.0.2) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-mattn-go-shellwords-1.0.12 - (package - (name "go-github-com-mattn-go-shellwords") - (version "1.0.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-shellwords") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l0l5s4hlsrm4z6hygig2pp1qirk5ycrzn9z27ay3yvg9k7zafzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-shellwords")) - (home-page "https://github.com/mattn/go-shellwords") - (synopsis "go-shellwords") - (description "Parse line as shell words.") - (license license:expat))) - -(define-public go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible - (package - (name "go-github-com-mistifyio-go-zfs") - (version "2.1.2-0.20190413222219-f784269be439+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mistifyio/go-zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x6ncjaqjm06c615kbwkqbd5wcdg9nmrbl7wm4w185s6kq6l8fpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mistifyio/go-zfs")) - (home-page "https://github.com/mistifyio/go-zfs") - (synopsis "Go Wrapper for ZFS") - (description - "Package zfs provides wrappers around the ZFS command line tools. -") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd - (package - (name "go-github-com-modern-go-concurrent") - (version "0.0.0-20180306012644-bacd9c7ef1dd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/concurrent") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/concurrent")) - (home-page "https://github.com/modern-go/concurrent") - (synopsis "concurrent") - (description - "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") - (license license:asl2.0))) - -(define-public go-github-com-checkpoint-restore-go-criu-v5-5.0.0 - (package - (name "go-github-com-checkpoint-restore-go-criu-v5") - (version "5.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/checkpoint-restore/go-criu") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07dal5a9y43azkkh61jf6s81h7anbl17drkh2mal9mzcsi8wa2z8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v5")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/checkpoint-restore/go-criu") - (synopsis "go-criu -- Go bindings for CRIU") - (description - "This repository provides Go bindings for @url{https://criu.org/,CRIU}. The code is based on the Go-based PHaul -implementation from the CRIU repository. For easier inclusion into other Go projects the -CRIU Go bindings have been moved to this repository.") - (license license:asl2.0))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.2.1 - (package - (name "go-github-com-kr-pretty") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-frankban-quicktest-1.11.3 - (package - (name "go-github-com-frankban-quicktest") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/frankban/quicktest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/frankban/quicktest")) - (propagated-inputs - `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/frankban/quicktest") - (synopsis "quicktest") - (description - "Package quicktest provides a collection of Go helpers for writing tests. -") - (license license:expat))) - -(define-public go-github-com-google-go-cmp-0.5.4 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.6.2 - (package - (name "go-github-com-cilium-ebpf") - (version "0.6.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x64sg0kyc8bbsp75dpv8g2jfmpdldsshf9ni49jh6rgsnnqhpf8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210124154548-22da62e12c0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-console-1.0.2 - (package - (name "go-github-com-containerd-console") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-v22-22.3.2 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ndi86b8va84ha93njqgafypz4di7yxfd5r5kf1r0s3y3ghcjajq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.4" - ,go-github-com-godbus-dbus-v5-5.0.4))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 - (package - (name "go-github-com-cyphar-filepath-securejoin") - (version "0.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cyphar/filepath-securejoin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) - (home-page "https://github.com/cyphar/filepath-securejoin") - (synopsis #f) - (description - "Package securejoin is an implementation of the hopefully-soon-to-be-included -SecureJoin helper that is meant to be part of the \"path/filepath\" package. -The purpose of this project is to provide a PoC implementation to make the -SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more -tangible. -") - (license license:bsd-3))) - -(define-public go-github-com-docker-go-units-0.4.0 - (package - (name "go-github-com-docker-go-units") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-units") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-units")) - (home-page "https://github.com/docker/go-units") - (synopsis "Introduction") - (description - "Package units provides helper function to parse and print size and time units -in human-readable format. -") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-v5-5.0.4 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-mrunalp-fileutils-0.5.0 - (package - (name "go-github-com-mrunalp-fileutils") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mrunalp/fileutils") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zrs959gf4zgi6ijwkdn4dcqk0svfblpaikkqy63q30rqz4swm0x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mrunalp/fileutils")) - (home-page "https://github.com/mrunalp/fileutils") - (synopsis "fileutils") - (description "Collection of utilities for file manipulation in golang") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-selinux-1.8.2 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dl1h8nzpyhsfki1dcjphm5h4n52qwilahyl6qlnwgzcc76pwizq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 - (package - (name "go-github-com-seccomp-libseccomp-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/seccomp/libseccomp-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) - (home-page "https://github.com/seccomp/libseccomp-golang") - (synopsis #f) - (description - "Package seccomp provides bindings for libseccomp, a library wrapping the Linux -seccomp syscall. Seccomp enables an application to restrict system call use -for itself and its children. -") - (license license:bsd-2))) - -(define-public go-github-com-urfave-cli-1.22.1 - (package - (name "go-github-com-urfave-cli") - (version "1.22.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04ymak18flqlfcn8lycmg8r3931al8dvr8f1cg9n4yjaskmg72v8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20191106174202-0a2b9b5464df") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1zb7pzc4r4wicq7ncspf6zsvq298lvpsq963ibj813shg657xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190606203320-7fc4e5ec1444") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18rv3m1kksv3758aqiaac2l6j334g0bapic6ibsj999agcn7y9fg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.0 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444" - ,go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444) - ("go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df" - ,go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201224014010-6772e930b67b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zlr39dxbg0fxfdrc20c4x0pw43n9kz749ssml97cdzqy116p5qa")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210426230700-d19ff857e887") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12m35a34dfm99agcv2ln9zvvyczigaxfwqbzqirvwn1lw4784whn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runc-1.0.2 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpckghjah0rczciw1a1ab8z718lb2d3k4mjm4zb45lpm3njmrcp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" - ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-github-com-vishvananda-netlink-1.1.0" - ,go-github-com-vishvananda-netlink-1.1.0) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.2" - ,go-github-com-opencontainers-selinux-1.8.2) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-mrunalp-fileutils-0.5.0" - ,go-github-com-mrunalp-fileutils-0.5.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-godbus-dbus-v5-5.0.4" - ,go-github-com-godbus-dbus-v5-5.0.4) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-coreos-go-systemd-v22-22.3.2" - ,go-github-com-coreos-go-systemd-v22-22.3.2) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-cilium-ebpf-0.6.2" ,go-github-com-cilium-ebpf-0.6.2) - ("go-github-com-checkpoint-restore-go-criu-v5-5.0.0" - ,go-github-com-checkpoint-restore-go-criu-v5-5.0.0) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20210326190908-1c3f411f0417") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-bits-and-blooms-bitset-1.2.0 - (package - (name "go-github-com-bits-and-blooms-bitset") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r9f7lvz6znl7yr6njg77m8hj472yhdshf1qaybwyw7j8as6c4r3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bits-and-blooms/bitset")) - (home-page "https://github.com/bits-and-blooms/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.8.5 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07p8an2y6ycagjigs7dgf7546p0zfgyl739bbv062jk2r2zwxr03")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20200815063812-42c35b437635") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00zi0k190ydlm9drnafvj9p4cf6axm858wr71pbmq1p3r94iqws4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-tchap-go-patricia-2.3.0+incompatible - (package - (name "go-github-com-tchap-go-patricia") - (version "2.3.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tchap/go-patricia") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12s2q1g98iy96d2cz10ip5jmaf0aqf59sxhm2h1whc7f8h5w0knc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tchap/go-patricia")) - (home-page "https://github.com/tchap/go-patricia") - (synopsis "go-patricia") - (description - "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} -@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210820121016-41cdb8703e55 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210820121016-41cdb8703e55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01ampyy748h8qkrz1w1xhzwfdj3svzcn38dfla8zczrwqv9wf77a")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20190902080502-41f04d3bba15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gotest-tools-2.2.0+incompatible - (package - (name "go-gotest-tools") - (version "2.2.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl")))) - (build-system go-build-system) - (arguments '(#:import-path "gotest.tools")) - (home-page "https://gotest.tools") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-storage-1.37.0 - (package - (name "go-github-com-containers-storage") - (version "1.37.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/storage") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4bxaisaw9fd364b7kr41xv5i2s863f1kz2aa4krzp5q25j118f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/storage")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-golang-org-x-sys-0.0.0-20210820121016-41cdb8703e55" - ,go-golang-org-x-sys-0.0.0-20210820121016-41cdb8703e55) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-github-com-vbatts-tar-split-0.11.2" - ,go-github-com-vbatts-tar-split-0.11.2) - ("go-github-com-ulikunitz-xz-0.5.10" - ,go-github-com-ulikunitz-xz-0.5.10) - ("go-github-com-tchap-go-patricia-2.3.0+incompatible" - ,go-github-com-tchap-go-patricia-2.3.0+incompatible) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.5" - ,go-github-com-opencontainers-selinux-1.8.5) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-opencontainers-runc-1.0.2" - ,go-github-com-opencontainers-runc-1.0.2) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-mattn-go-shellwords-1.0.12" - ,go-github-com-mattn-go-shellwords-1.0.12) - ("go-github-com-klauspost-pgzip-1.2.5" - ,go-github-com-klauspost-pgzip-1.2.5) - ("go-github-com-klauspost-compress-1.13.6" - ,go-github-com-klauspost-compress-1.13.6) - ("go-github-com-json-iterator-go-1.1.12" - ,go-github-com-json-iterator-go-1.1.12) - ("go-github-com-hashicorp-go-multierror-1.1.1" - ,go-github-com-hashicorp-go-multierror-1.1.1) - ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) - ("go-github-com-google-go-intervals-0.0.2" - ,go-github-com-google-go-intervals-0.0.2) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-containerd-stargz-snapshotter-estargz-0.9.0" - ,go-github-com-containerd-stargz-snapshotter-estargz-0.9.0) - ("go-github-com-microsoft-hcsshim-0.8.22" - ,go-github-com-microsoft-hcsshim-0.8.22) - ("go-github-com-microsoft-go-winio-0.5.0" - ,go-github-com-microsoft-go-winio-0.5.0) - ("go-github-com-burntsushi-toml-0.4.1" - ,go-github-com-burntsushi-toml-0.4.1))) - (home-page "https://github.com/containers/storage") - (synopsis #f) - (description - "@code{storage} is a Go library which aims to provide methods for storing filesystem -layers, container images, and containers. A @code{containers-storage} CLI wrapper -is also included for manual and scripting use.") - (license license:asl2.0))) - -(define-public go-github-com-docker-distribution-2.7.1+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-docker-20.10.11+incompatible - (package - (name "go-github-com-docker-docker") - (version "20.10.11+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/moby") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1r66j57l073iba6hwrhcz779vaym68l1gfycdiw2d2gglfrdgr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/docker")) - (home-page "https://github.com/docker/docker") - (synopsis "The Moby Project") - (description - "Moby is an open-source project created by Docker to enable and accelerate software containerization.") - (license license:asl2.0))) - -(define-public go-github-com-danieljoos-wincred-1.1.0 - (package - (name "go-github-com-danieljoos-wincred") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/danieljoos/wincred") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fllr8lwk70qb8gfndkgshfq5c7p8zdpp47bcd3816giv5w78vxi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/danieljoos/wincred")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1))) - (home-page "https://github.com/danieljoos/wincred") - (synopsis "wincred") - (description - "Package wincred provides primitives for accessing the Windows Credentials Management API. -This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210119212857-b64e53b001e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-docker-docker-credential-helpers-0.6.4 - (package - (name "go-github-com-docker-docker-credential-helpers") - (version "0.6.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/docker-credential-helpers") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xsz8zgil2xrv835p3i6qbk7s81jz62sgasfvmmxi6lrkirahmh6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/docker-credential-helpers")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" - ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) - ("go-github-com-danieljoos-wincred-1.1.0" - ,go-github-com-danieljoos-wincred-1.1.0))) - (home-page "https://github.com/docker/docker-credential-helpers") - (synopsis "Introduction") - (description - "docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.") - (license license:expat))) - -(define-public go-github-com-docker-go-connections-0.4.0 - (package - (name "go-github-com-docker-go-connections") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-connections") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mv6f6b5nljc17dmwmc28hc0y11pqglz7x0d2mjrwdmfxf64hwqq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-connections")) - (home-page "https://github.com/docker/go-connections") - (synopsis "Introduction") - (description - "Package connections provides libraries to work with network connections. -This library is divided in several components for specific usage. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7 - (package - (name "go-github-com-docker-libtrust") - (version "0.0.0-20160708172513-aabc10ec26b7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/libtrust") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/libtrust")) - (home-page "https://github.com/docker/libtrust") - (synopsis "libtrust") - (description - "Package libtrust provides an interface for managing authentication and -authorization using public key cryptography. Authentication is handled -using the identity attached to the public key and verified through TLS -x509 certificates, a key challenge, or signature. Authorization and -access control is managed through a trust graph distributed between -both remote trust servers and locally cached and managed data. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-groupcache-0.0.0-20210331224755-41bb18bfe9da - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20210331224755-41bb18bfe9da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.3.0 - (package - (name "go-github-com-google-uuid") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0imkw52m7fzrwsdj2rfrk3zbplqfbwncyv6hv89xw0vdw3jpk122")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-gorilla-mux-1.7.4 - (package - (name "go-github-com-gorilla-mux") - (version "1.7.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/mux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0sy1paa055ic84sp3766s9pa24q008hf77dc842vrgvn8p3wmh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/mux")) - (home-page "https://github.com/gorilla/mux") - (synopsis "gorilla/mux") - (description "Package mux implements a request router and dispatcher. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-errwrap-1.0.0 - (package - (name "go-github-com-hashicorp-errwrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-1.1.1 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4s41skdpifndn9s8y6s9vzgghdzg4z8z0lld9qjr28888wzp00")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.3.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.12 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15s6807vcm7xq4l6my7rnw1i7x57712jvdidjli5bip79jfaxw90")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-klauspost-compress-1.13.6 - (package - (name "go-github-com-klauspost-compress") - (version "1.13.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bgqhv2pp56b8f5mfzpfjlm4cb262gjbqbp3235blhj9xf2wrynj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-klauspost-pgzip-1.2.5 - (package - (name "go-github-com-klauspost-pgzip") - (version "1.2.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/pgzip") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m66jcsz27076qvi5qzagzlbyd1sdzh6kbf1njj0sswx86026rx3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/pgzip")) - (home-page "https://github.com/klauspost/pgzip") - (synopsis "pgzip") - (description - "Package pgzip implements reading and writing of gzip format compressed files, -as specified in @url{https://rfc-editor.org/rfc/rfc1952.html,RFC 1952}. -") - (license license:expat))) - -(define-public go-github-com-chzyer-logex-1.1.10 - (package - (name "go-github-com-chzyer-logex") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/logex") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/logex")) - (home-page "https://github.com/chzyer/logex") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e - (package - (name "go-github-com-chzyer-readline") - (version "0.0.0-20180603132655-2972be24d48e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/readline") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/readline")) - (home-page "https://github.com/chzyer/readline") - (synopsis "Guide") - (description - "Readline is a pure go implementation for GNU-Readline kind library. -") - (license license:expat))) - -(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 - (package - (name "go-github-com-chzyer-test") - (version "0.0.0-20180213035817-a1ea475d72b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/test") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/test")) - (home-page "https://github.com/chzyer/test") - (synopsis "test") - (description #f) - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20181122145206-62eef0e2fa9b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181122145206-62eef0e2fa9b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mslbflrh422mcfg2hs2q1xwm3xwd5prn597w7xqhi3s41mx1vs4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-manifoldco-promptui-0.9.0 - (package - (name "go-github-com-manifoldco-promptui") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/manifoldco/promptui") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nnlj1ahwq4ar5gbvxg8dqjl1wl5r8mhcm0bixg1c4wiihz8xv8m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/manifoldco/promptui")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181122145206-62eef0e2fa9b" - ,go-golang-org-x-sys-0.0.0-20181122145206-62eef0e2fa9b) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/manifoldco/promptui") - (synopsis "promptui") - (description - "Package promptui is a library providing a simple interface to create command-line prompts for go. -It can be easily integrated into spf13/cobra, urfave/cli or any cli go application. -") - (license license:bsd-3))) - -(define-public go-github-com-morikuni-aec-1.0.0 - (package - (name "go-github-com-morikuni-aec") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/morikuni/aec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qaqh0lk9wrqgff0yrxnbznvmwyhdxy3g9b2hjpazp5bw4nj0dp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/morikuni/aec")) - (home-page "https://github.com/morikuni/aec") - (synopsis "aec") - (description "Go wrapper for ANSI escape code.") - (license license:expat))) - -(define-public go-github-com-mtrmac-gpgme-0.1.2 - (package - (name "go-github-com-mtrmac-gpgme") - (version "0.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mtrmac/gpgme") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00jgfyg93247bc5n3wk679rgnbbq8kr2qr6ymimwfc0bwi8yqz53")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mtrmac/gpgme")) - (home-page "https://github.com/mtrmac/gpgme") - (synopsis "GPGME (golang)") - (description "Package gpgme provides a Go wrapper for the GPGME library -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.2-0.20210819154149-5ad6f50d6283 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.2-0.20210819154149-5ad6f50d6283") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p91nlpr9g5hv7b4mxncwa4gmhaxiw31fl6xn2fxd38zw1912hjx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191115151921-52ab43148777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.9.1 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gfa7rmx3240da3smgyx5p4495zaw9l6cj0q69ly12m0iqb6889s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-ostreedev-ostree-go-0.0.0-20190702140239-759a8c1ac913 - (package - (name "go-github-com-ostreedev-ostree-go") - (version "0.0.0-20190702140239-759a8c1ac913") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ostreedev/ostree-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "025s1621vs0rcvar8i8lfam7556f4562zdg19wp2j7hfx14vc46s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ostreedev/ostree-go")) - (home-page "https://github.com/ostreedev/ostree-go") - (synopsis "OSTree-Go") - (description - "Go bindings for OSTree. Find out more about OSTree @url{https://github.com/ostreedev/ostree,here}") - (license license:isc))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-sirupsen-logrus-1.8.1 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-ulikunitz-xz-0.5.10 - (package - (name "go-github-com-ulikunitz-xz") - (version "0.5.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ulikunitz/xz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07vynk0sh8i8g7x9p9x04dj8wylvxaf8ypbi43yvcv7j6zd63c72")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ulikunitz/xz")) - (home-page "https://github.com/ulikunitz/xz") - (synopsis "Package xz") - (description - "Package xz supports the compression and decompression of xz files. It -supports version 1.0.4 of the specification without the non-LZMA2 -filters. See @url{http://tukaani.org/xz/xz-file-format-1.0.4.txt,http://tukaani.org/xz/xz-file-format-1.0.4.txt} -") - (license license:bsd-3))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191026070338-33540a1f6037") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.7.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0-20190314233015-f79a8a8ca69d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-urfave-cli-1.22.4 - (package - (name "go-github-com-urfave-cli") - (version "1.22.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s7frsmiih4wh8vpx9z3ck4667c6vpjrmba7b9ymnv1p9khyg8wc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-vbatts-tar-split-0.11.2 - (package - (name "go-github-com-vbatts-tar-split") - (version "0.11.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vbatts/tar-split") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zmqnlif7r9n9kffw8k3m820ybvyy4zp7m2xfg8rrb321m869dcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vbatts/tar-split")) - (propagated-inputs - `(("go-github-com-urfave-cli-1.22.4" ,go-github-com-urfave-cli-1.22.4) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0))) - (home-page "https://github.com/vbatts/tar-split") - (synopsis "tar-split") - (description - "Pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive.") - (license license:bsd-3))) - -(define-public go-github-com-vividcortex-ewma-1.2.0 - (package - (name "go-github-com-vividcortex-ewma") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/VividCortex/ewma") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/VividCortex/ewma")) - (home-page "https://github.com/VividCortex/ewma") - (synopsis "EWMA") - (description - "Package ewma implements exponentially weighted moving averages. -") - (license license:expat))) - -(define-public go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d - (package - (name "go-github-com-acarl005-stripansi") - (version "0.0.0-20180116102854-5a71ef0e047d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/acarl005/stripansi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02sxiishdixm791jqbkmhdcvc712l0fb8rqmibxzgc61h0qs6rs3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/acarl005/stripansi")) - (home-page "https://github.com/acarl005/stripansi") - (synopsis "Strip ANSI") - (description "This Go package removes ANSI escape codes from strings.") - (license license:expat))) - -(define-public go-github-com-rivo-uniseg-0.2.0 - (package - (name "go-github-com-rivo-uniseg") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rivo/uniseg") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j7h22vfmjj562vr8gpsyrkrwp1pq9ayh5fylv24skxb467g9f0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rivo/uniseg")) - (home-page "https://github.com/rivo/uniseg") - (synopsis "Unicode Text Segmentation for Go") - (description - "Package uniseg implements Unicode Text Segmentation according to Unicode -Standard Annex #29 (@url{http://unicode.org/reports/tr29/,http://unicode.org/reports/tr29/}). -") - (license license:expat))) - -(define-public go-github-com-mattn-go-runewidth-0.0.13 - (package - (name "go-github-com-mattn-go-runewidth") - (version "0.0.13") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-runewidth") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yir0f3wc5z5hnkwhvx5qb6nmpfb05zp2gvfjvna63s8kmla1rrn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-runewidth")) - (propagated-inputs - `(("go-github-com-rivo-uniseg-0.2.0" ,go-github-com-rivo-uniseg-0.2.0))) - (home-page "https://github.com/mattn/go-runewidth") - (synopsis "go-runewidth") - (description - "This package provides functions to get fixed width of the character or string.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210910150752-751e447fb3d0 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210910150752-751e447fb3d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1sis5gp14r60lyx4hjkylf6rhmlybivcmrlw5qcbjgjwbbkvi0qk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vbauerster-mpb-v7-7.1.5 - (package - (name "go-github-com-vbauerster-mpb-v7") - (version "7.1.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vbauerster/mpb") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g2gqy41a15713r90j0j6n9zrs82aczrh33ffmm7jhz6r4nlrq07")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vbauerster/mpb/v7")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210910150752-751e447fb3d0" - ,go-golang-org-x-sys-0.0.0-20210910150752-751e447fb3d0) - ("go-github-com-mattn-go-runewidth-0.0.13" - ,go-github-com-mattn-go-runewidth-0.0.13) - ("go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d" - ,go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d) - ("go-github-com-vividcortex-ewma-1.2.0" - ,go-github-com-vividcortex-ewma-1.2.0))) - (home-page "https://github.com/vbauerster/mpb") - (synopsis "Multi Progress Bar") - (description - "Package mpb is a library for rendering progress bars in terminal applications. -") - (license license:unlicense))) - -(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20190809123943-df4f5c81cb3b - (package - (name "go-github-com-xeipuuv-gojsonpointer") - (version "0.0.0-20190809123943-df4f5c81cb3b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonpointer") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dfwc66z5gq75m3z7va80c10c22ijiq99bahq86l26ki71g286xn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) - (home-page "https://github.com/xeipuuv/gojsonpointer") - (synopsis "gojsonpointer") - (description "An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f - (package - (name "go-github-com-xeipuuv-gojsonpointer") - (version "0.0.0-20180127040702-4e3ac2762d5f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonpointer") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) - (home-page "https://github.com/xeipuuv/gojsonpointer") - (synopsis "gojsonpointer") - (description "An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 - (package - (name "go-github-com-xeipuuv-gojsonreference") - (version "0.0.0-20180127040603-bd5ef7bd5415") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonreference") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) - (home-page "https://github.com/xeipuuv/gojsonreference") - (synopsis "gojsonreference") - (description "An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonschema-1.2.0 - (package - (name "go-github-com-xeipuuv-gojsonschema") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonschema") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mqiq0r8qw4qlfp3ls8073r6514rmzwrmdn4j33rppk3zh942i6l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) - (propagated-inputs - `(("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0))) - (home-page "https://github.com/xeipuuv/gojsonschema") - (synopsis "gojsonschema") - (description - "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200923182605-d9f96fdee20d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200923182605-d9f96fdee20d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lj8nmnpb7ngbd90il65kyh78i6sc325vhmxr6l61qvbh0qdybyh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-go-etcd-io-bbolt-1.3.6 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pj5245d417za41j6p09fmkbv05797vykr1bi9a6rnwddh1dbs8d")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200923182605-d9f96fdee20d" - ,go-golang-org-x-sys-0.0.0-20200923182605-d9f96fdee20d))) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20200121045136-8c9f03a8e57e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.3 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201110031124-69a78807bb2b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.33.2 - (package - (name "go-google-golang-org-grpc") - (version "1.33.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.23.0 - (package - (name "go-go-opencensus-io") - (version "0.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-google-go-cmp-0.5.3" - ,go-github-com-google-go-cmp-0.5.3) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210226172049-e18ecbb05110") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20210322153248-0c34fe9e7dc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210423082822-04245dca01da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11is2c5cpxk0gf2mxza2wpzfcf71fxb9b3in77f6w2q0pr68ykzx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.6 - (package - (name "go-golang-org-x-text") - (version "0.3.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wzhvdb059vrp2cczqw422ajrb9sbs4l3qd020hlngj33qfhxah0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20211005001312-d4b1ae081e3b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20211005001312-d4b1ae081e3b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mid37a5nk85xxym49cxw9k5y9w8j8hiafgmn4igaympm8yy5dc9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da" - ,go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20210220032951-036812b2e83c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20211004093028-2c5d950f24ef") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ac9v54zgxrya9n2dvbmyafhd0rbmnkfb5zrcp96z8vzd9q8zfz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.7 - (package - (name "go-golang-org-x-text") - (version "0.3.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xkw0qvfjyifdqd25y7nxdqkdh92inymw3q7841nricc9s01p4jy")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mh5fyim42dn821nsd3afnmgscrzzhn3h8rag635d2jnr23r1zhk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210330210617-4fbd30eecc44") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02mmymbm7wb3vdp3z9hm8p0f45708fybyd38qm8qxzwm19zqnp56")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210405180319-a5a99cb37ef4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z90hpmxdw9i8vfhd6vf7hd63c86f1128qfb5f3y4kinvlpjy3rl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44" - ,go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210510120138-977fb7262007") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d2vnblgzxgvis2kly99gv10kadyl3v0cpv1lskjqg2v5d11r6hd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.5 - (package - (name "go-golang-org-x-text") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-oneofone-xxhash-1.2.2 - (package - (name "go-github-com-oneofone-xxhash") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/OneOfOne/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/OneOfOne/xxhash")) - (home-page "https://github.com/OneOfOne/xxhash") - (synopsis "xxhash") - (description - "This is a native Go implementation of the excellent @url{https://github.com/Cyan4973/xxHash,xxhash}* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.") - (license license:asl2.0))) - -(define-public go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72 - (package - (name "go-github-com-spaolacci-murmur3") - (version "0.0.0-20180118202830-f09979ecbc72") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spaolacci/murmur3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spaolacci/murmur3")) - (home-page "https://github.com/spaolacci/murmur3") - (synopsis "murmur3") - (description - "Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3. -") - (license license:bsd-3))) - -(define-public go-github-com-cespare-xxhash-1.1.0 - (package - (name "go-github-com-cespare-xxhash") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cespare/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cespare/xxhash")) - (propagated-inputs - `(("go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72" - ,go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72) - ("go-github-com-oneofone-xxhash-1.2.2" - ,go-github-com-oneofone-xxhash-1.2.2))) - (home-page "https://github.com/cespare/xxhash") - (synopsis "xxhash") - (description - "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described -at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. -") - (license license:expat))) - -(define-public go-github-com-cncf-xds-go-0.0.0-20210312221358-fbca930ec8ed - (package - (name "go-github-com-cncf-xds-go") - (version "0.0.0-20210312221358-fbca930ec8ed") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/xds") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16dlsms2k63570051ch1jb9yphrkqz61wdgs2l6zqaykhg13rjmh")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/xds/go" - #:unpack-path - "github.com/cncf/xds")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/xds") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210512163311-63b5d3c536b0 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20210512163311-63b5d3c536b0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zb462sarpyjd4jxgiv9mqlmzz2rbjfh2r9xb7z4nbdkhpg1wh1j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-go-opentelemetry-io-proto-otlp-0.7.0" - ,go-go-opentelemetry-io-proto-otlp-0.7.0) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-xds-go-0.0.0-20210312221358-fbca930ec8ed" - ,go-github-com-cncf-xds-go-0.0.0-20210312221358-fbca930ec8ed) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.40.0 - (package - (name "go-google-golang-org-grpc") - (version "1.40.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n63k9j3grwc8di3k2fkxqbdyzw0pwrcs9vpmwrnga6hdwg9d5hv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210512163311-63b5d3c536b0" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210512163311-63b5d3c536b0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-cespare-xxhash-1.1.0" - ,go-github-com-cespare-xxhash-1.1.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.26.0-rc.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0-rc.1" - ,go-google-golang-org-protobuf-1.26.0-rc.1) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.5 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.27.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.27.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0aszb7cv8fq1m8akgd4kjyg5q7g5z9fdqnry6057ygq9r8r2yif2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20211005153810-c76a74d43a8e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20211005153810-c76a74d43a8e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y0dv6kra59adcvlgygw2rw5f70rr8jq18v2pcr2kjlfjmc48dh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.27.1" - ,go-google-golang-org-protobuf-1.27.1) - ("go-google-golang-org-grpc-1.40.0" ,go-google-golang-org-grpc-1.40.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007" - ,go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007) - ("go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4" - ,go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4) - ("go-github-com-golang-protobuf-1.5.2" - ,go-github-com-golang-protobuf-1.5.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cespare-xxhash-v2-2.1.1 - (package - (name "go-github-com-cespare-xxhash-v2") - (version "2.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cespare/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cespare/xxhash/v2")) - (home-page "https://github.com/cespare/xxhash") - (synopsis "xxhash") - (description - "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described -at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. -") - (license license:expat))) - -(define-public go-github-com-cncf-xds-go-0.0.0-20210805033703-aa0b78936158 - (package - (name "go-github-com-cncf-xds-go") - (version "0.0.0-20210805033703-aa0b78936158") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/xds") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mym5pilywkv77ibw9baipf2ibnl3a06g2wjgjfy4xwwr8sbx6zb")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/xds/go" - #:unpack-path - "github.com/cncf/xds")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/xds") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.7.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-antihax-optional-1.0.0 - (package - (name "go-github-com-antihax-optional") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/antihax/optional") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ix08vl49qxr58rc6201cl97g1yznhhkwvqldslawind99js4rj0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/antihax/optional")) - (home-page "https://github.com/antihax/optional") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-ghodss-yaml-1.0.0 - (package - (name "go-github-com-ghodss-yaml") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ghodss/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ghodss/yaml")) - (home-page "https://github.com/ghodss/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "Copyright 2013 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file. -") - (license #f))) - -(define-public go-github-com-rogpeppe-fastuuid-1.2.0 - (package - (name "go-github-com-rogpeppe-fastuuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/fastuuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "028acdg63zkxpjz3l639nlhki2l0canr2v5jglrmwa1wpjqcfff8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) - (home-page "https://github.com/rogpeppe/fastuuid") - (synopsis "fastuuid") - (description - "Package fastuuid provides fast UUID generation of 192 bit -universally unique identifiers. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20200804184101-5ec99f83aff1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200513103714-09dca8ec2884 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200513103714-09dca8ec2884") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bfv9n6sxizgxnf82xhwz9x6h7srdizhy5mdy90j0w833dlk6h9h")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20191209042840-269d4d468f6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.33.1 - (package - (name "go-google-golang-org-grpc") - (version "1.33.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hv5p4d6m85gbk730l1ki3mdx2v8yr4djg00dwg7a8ga4ixxsxvc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.2.3 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l2s7y180gkkvrmnw2xyfszz1m4kp92x2hz680c9vyklcbzsxrrx")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.16.0 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.16.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dzq1qbgzz2c6vnh8anx0j3py34sd72p35x6s2wrl001q68am5cc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.3" ,go-gopkg-in-yaml-v2-2.2.3) - ("go-google-golang-org-grpc-1.33.1" ,go-google-golang-org-grpc-1.33.1) - ("go-google-golang-org-genproto-0.0.0-20200513103714-09dca8ec2884" - ,go-google-golang-org-genproto-0.0.0-20200513103714-09dca8ec2884) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-github-com-rogpeppe-fastuuid-1.2.0" - ,go-github-com-rogpeppe-fastuuid-1.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0) - ("go-github-com-antihax-optional-1.0.0" - ,go-github-com-antihax-optional-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-go-opentelemetry-io-proto-otlp-0.7.0 - (package - (name "go-go-opentelemetry-io-proto-otlp") - (version "0.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/open-telemetry/opentelemetry-proto-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p2a2i6f9gghvk3h9w08va50dhz7q8i5q6l4jvk6b7nisx6kb1qq")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opentelemetry.io/proto/otlp")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.16.0" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.16.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://go.opentelemetry.io/proto/otlp") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.25.1 - (package - (name "go-google-golang-org-grpc") - (version "1.25.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.0" - ,go-github-com-envoyproxy-go-control-plane-0.9.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20201120205902-5459f2c99403") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.5.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20201210154907-fd9021fe5dad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.36.0 - (package - (name "go-google-golang-org-grpc") - (version "1.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.10-0.20210907150352-cf90f659a021 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.10-0.20210907150352-cf90f659a021") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qwhcz5a4c9b27xcxdzr3lq76xyxbgjb2l033b0k0hb5lqi1gdnv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-go-opentelemetry-io-proto-otlp-0.7.0" - ,go-go-opentelemetry-io-proto-otlp-0.7.0) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-xds-go-0.0.0-20210805033703-aa0b78936158" - ,go-github-com-cncf-xds-go-0.0.0-20210805033703-aa0b78936158) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-uuid-1.1.2 - (package - (name "go-github-com-google-uuid") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200822124328-c89045814202") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.34.0 - (package - (name "go-cloud-google-com-go") - (version "0.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190108225652-1e06a53dbb7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181221193216-37e7f081c4d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200107190931-bf48bf16ab8d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200323222414-85ca7c5b95cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.22.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.22.0" - ,go-google-golang-org-protobuf-1.22.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 - (package - (name "go-github-com-census-instrumentation-opencensus-proto") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/census-instrumentation/opencensus-proto")) - (home-page "https://github.com/census-instrumentation/opencensus-proto") - (synopsis - "OpenCensus Proto - Language Independent Interface Types For OpenCensus") - (description - "Census provides a framework to define and collect stats against metrics and to -break those stats down across user-defined dimensions.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190812154241-14fe0d1b01d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190311212946-11955173bddd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190313153728-d0100b6bd8b3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190524140312-2c0ae7006135") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.23.0 - (package - (name "go-google-golang-org-grpc") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.1-0.20191026205805-5f8ba28d4473") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 - (package - (name "go-github-com-envoyproxy-protoc-gen-validate") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/protoc-gen-validate") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) - (home-page "https://github.com/envoyproxy/protoc-gen-validate") - (synopsis "protoc-gen-validate (PGV)") - (description - "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.2.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 - (package - (name "go-golang-org-x-exp") - (version "0.0.0-20190121172915-509febef88a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/exp") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/exp")) - (home-page "https://golang.org/x/exp") - (synopsis "exp") - (description - "This subrepository holds experimental and deprecated (in the @code{old} -directory) packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190227174305-5b3e6a55c961") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190213061140-3a22650c66bd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181108010431-42b317875d0f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180724234803-3673e40ba225") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.4.0 - (package - (name "go-google-golang-org-appengine") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190226205152-f727befe758c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.26.0 - (package - (name "go-cloud-google-com-go") - (version "0.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-client9-misspell-0.3.4 - (package - (name "go-github-com-client9-misspell") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/client9/misspell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/client9/misspell")) - (home-page "https://github.com/client9/misspell") - (synopsis "Install") - (description - "Package misspell corrects commonly misspelled English words in source files. -") - (license license:expat))) - -(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b - (package - (name "go-github-com-golang-glog") - (version "0.0.0-20160126235308-23def4e6c14b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/glog")) - (home-page "https://github.com/golang/glog") - (synopsis "glog") - (description - "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.1.1 - (package - (name "go-github-com-golang-mock") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20181026193005-c67002cb31c3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180826012351-8a410e7b638d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20180821212333-d2e6202438be") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180830151530-49385e6e1522") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190114222345-bf090417da8b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.1.0 - (package - (name "go-google-golang-org-appengine") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20180817151627-c66870c02cf8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.19.0 - (package - (name "go-google-golang-org-grpc") - (version "1.19.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" - ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" - ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" - ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) - ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" - ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190102054323-c2f93a96b099") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190819201941-24fa4b261c55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.0 - (package - (name "go-google-golang-org-grpc") - (version "1.27.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc - (package - (name "go-google-golang-org-protobuf") - (version "1.23.1-0.20200526195155-81db48ad09cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190523083050-ea95bdfd59fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200526211855-cb27e3aa2013") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" - ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.25.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.25.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.41.0 - (package - (name "go-google-golang-org-grpc") - (version "1.41.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10a0n2lmvl8zqhcswz3sjyqil0sk0mvp892d04lfnq61wq1ssgsn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.10-0.20210907150352-cf90f659a021" - ,go-github-com-envoyproxy-go-control-plane-0.9.10-0.20210907150352-cf90f659a021) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-cespare-xxhash-v2-2.1.1" - ,go-github-com-cespare-xxhash-v2-2.1.1))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-image-v5-5.17.0 - (package - (name "go-github-com-containers-image-v5") - (version "5.17.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/image") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nr5myldx1jhw7qjjilh7xwvn8g8lx85d9llny5iyagqn75q45b1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/image/v5")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.41.0" ,go-google-golang-org-grpc-1.41.0) - ("go-google-golang-org-genproto-0.0.0-20211005153810-c76a74d43a8e" - ,go-google-golang-org-genproto-0.0.0-20211005153810-c76a74d43a8e) - ("go-golang-org-x-text-0.3.7" ,go-golang-org-x-text-0.3.7) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef" - ,go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-net-0.0.0-20211005001312-d4b1ae081e3b" - ,go-golang-org-x-net-0.0.0-20211005001312-d4b1ae081e3b) - ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" - ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-go-etcd-io-bbolt-1.3.6" ,go-go-etcd-io-bbolt-1.3.6) - ("go-github-com-xeipuuv-gojsonschema-1.2.0" - ,go-github-com-xeipuuv-gojsonschema-1.2.0) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20190809123943-df4f5c81cb3b" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20190809123943-df4f5c81cb3b) - ("go-github-com-vbauerster-mpb-v7-7.1.5" - ,go-github-com-vbauerster-mpb-v7-7.1.5) - ("go-github-com-vbatts-tar-split-0.11.2" - ,go-github-com-vbatts-tar-split-0.11.2) - ("go-github-com-ulikunitz-xz-0.5.10" - ,go-github-com-ulikunitz-xz-0.5.10) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-ostreedev-ostree-go-0.0.0-20190702140239-759a8c1ac913" - ,go-github-com-ostreedev-ostree-go-0.0.0-20190702140239-759a8c1ac913) - ("go-github-com-opencontainers-selinux-1.9.1" - ,go-github-com-opencontainers-selinux-1.9.1) - ("go-github-com-opencontainers-image-spec-1.0.2-0.20210819154149-5ad6f50d6283" - ,go-github-com-opencontainers-image-spec-1.0.2-0.20210819154149-5ad6f50d6283) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-mtrmac-gpgme-0.1.2" ,go-github-com-mtrmac-gpgme-0.1.2) - ("go-github-com-morikuni-aec-1.0.0" ,go-github-com-morikuni-aec-1.0.0) - ("go-github-com-manifoldco-promptui-0.9.0" - ,go-github-com-manifoldco-promptui-0.9.0) - ("go-github-com-klauspost-pgzip-1.2.5" - ,go-github-com-klauspost-pgzip-1.2.5) - ("go-github-com-klauspost-compress-1.13.6" - ,go-github-com-klauspost-compress-1.13.6) - ("go-github-com-imdario-mergo-0.3.12" - ,go-github-com-imdario-mergo-0.3.12) - ("go-github-com-hashicorp-go-multierror-1.1.1" - ,go-github-com-hashicorp-go-multierror-1.1.1) - ("go-github-com-gorilla-mux-1.7.4" ,go-github-com-gorilla-mux-1.7.4) - ("go-github-com-google-uuid-1.3.0" ,go-github-com-google-uuid-1.3.0) - ("go-github-com-golang-groupcache-0.0.0-20210331224755-41bb18bfe9da" - ,go-github-com-golang-groupcache-0.0.0-20210331224755-41bb18bfe9da) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0) - ("go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7" - ,go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7) - ("go-github-com-docker-go-connections-0.4.0" - ,go-github-com-docker-go-connections-0.4.0) - ("go-github-com-docker-docker-credential-helpers-0.6.4" - ,go-github-com-docker-docker-credential-helpers-0.6.4) - ("go-github-com-docker-docker-20.10.11+incompatible" - ,go-github-com-docker-docker-20.10.11+incompatible) - ("go-github-com-docker-distribution-2.7.1+incompatible" - ,go-github-com-docker-distribution-2.7.1+incompatible) - ("go-github-com-containers-storage-1.37.0" - ,go-github-com-containers-storage-1.37.0) - ("go-github-com-containers-ocicrypt-1.1.2" - ,go-github-com-containers-ocicrypt-1.1.2) - ("go-github-com-containers-libtrust-0.0.0-20190913040956-14b96171aa3b" - ,go-github-com-containers-libtrust-0.0.0-20190913040956-14b96171aa3b) - ("go-github-com-containerd-containerd-1.5.7" - ,go-github-com-containerd-containerd-1.5.7) - ("go-github-com-burntsushi-toml-0.4.1" - ,go-github-com-burntsushi-toml-0.4.1) - ("go-github-com-14rcole-gopopulate-0.0.0-20180821133914-b175b219e774" - ,go-github-com-14rcole-gopopulate-0.0.0-20180821133914-b175b219e774))) - (home-page "https://github.com/containers/image") - (synopsis "") - (description - "The package image provides libraries and commands to interact with container images. -") - (license license:asl2.0))) - -(define-public go-github-com-cyphar-filepath-securejoin-0.2.3 - (package - (name "go-github-com-cyphar-filepath-securejoin") - (version "0.2.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cyphar/filepath-securejoin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w03d8hslwfhcnfqck21agzs7y0sc6gpwfz53md8fv26ishwxppy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) - (home-page "https://github.com/cyphar/filepath-securejoin") - (synopsis #f) - (description - "Package securejoin is an implementation of the hopefully-soon-to-be-included -SecureJoin helper that is meant to be part of the \"path/filepath\" package. -The purpose of this project is to provide a PoC implementation to make the -SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more -tangible. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200223170610-d5e6a3e2c0ae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lz7vm5dz2p14fzq2j4m1l9p392cl0fa73aaf45gln07ylfajk4n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mattn-go-colorable-0.1.8 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q34zqwbnls72md8q8mhj368s7p3i4xspvs3rk8fs76s0pn7dr2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae" - ,go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae) - ("go-github-com-mattn-go-isatty-0.0.12" - ,go-github-com-mattn-go-isatty-0.0.12))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200116001909-b77594299b42") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0isfm6kmh4fjhh6m7mrb3zvdjka2y31c5habr5kydl7rg0lwkabv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mattn-go-isatty-0.0.12 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dfsh27d52wmz0nmmzm2382pfrs2fcijvh6cgir7jbb4pnigr5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42" - ,go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.12.0 - (package - (name "go-github-com-fatih-color") - (version "1.12.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6r4vh9aiz8ny2whvpq288x8shkyvpj38g5pqw5840ryq38chig")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.12" - ,go-github-com-mattn-go-isatty-0.0.12) - ("go-github-com-mattn-go-colorable-0.1.8" - ,go-github-com-mattn-go-colorable-0.1.8))) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-go-log-log-0.2.0 - (package - (name "go-github-com-go-log-log") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-log/log") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1idnqv4yvkmdh3wcsgvhcpak9z6ix8dsifdjq5kfbbnskdq5rmvg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-log/log")) - (home-page "https://github.com/go-log/log") - (synopsis "Log") - (description "Package log provides a log interface -") - (license license:expat))) - -(define-public go-github-com-godbus-dbus-4.1.0+incompatible - (package - (name "go-github-com-godbus-dbus") - (version "4.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ckvg15zdsgmbn4mi36cazkb407ixc9mmyf7vwj8b8wi3d00rgn9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-google-uuid-1.3.0 - (package - (name "go-github-com-google-uuid") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0imkw52m7fzrwsdj2rfrk3zbplqfbwncyv6hv89xw0vdw3jpk122")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-gorilla-websocket-1.4.2 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76 - (package - (name "go-github-com-satori-go-uuid") - (version "1.2.1-0.20180404165556-75cca531ea76") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/satori/go.uuid") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fi1rc2zl0vyyah6iy8cvsjyxipp6pnzb19x40qkq3j1qlra20qy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/satori/go.uuid")) - (home-page "https://github.com/satori/go.uuid") - (synopsis "UUID package for Go language") - (description - "Package uuid provides implementation of Universally Unique Identifier (UUID). -Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and -version 2 (as specified in DCE 1.1). -") - (license license:expat))) - -(define-public go-github-com-sebdah-goldie-v2-2.5.3 - (package - (name "go-github-com-sebdah-goldie-v2") - (version "2.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sebdah/goldie") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12gji9p6b6zlkisbd3ww103zwd5chlwkb6h5dppfrmgxim84n5n0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sebdah/goldie/v2")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sergi-go-diff-1.0.0" - ,go-github-com-sergi-go-diff-1.0.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/sebdah/goldie") - (synopsis "goldie - Golden test utility for Go") - (description - "Package goldie provides test assertions based on golden files. It's -typically used for testing responses with larger data bodies. -") - (license license:expat))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-cleanhttp-0.5.1 - (package - (name "go-github-com-hashicorp-go-cleanhttp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-cleanhttp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07kx3fhryqmaw3czacmm11qwx63js2q8cfq967vphk7xg9q377kk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-cleanhttp")) - (home-page "https://github.com/hashicorp/go-cleanhttp") - (synopsis "cleanhttp") - (description - "Package cleanhttp offers convenience utilities for acquiring \"clean\" -http.Transport and http.Client structs. -") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-go-homedir-1.0.0 - (package - (name "go-github-com-mitchellh-go-homedir") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/go-homedir") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/go-homedir")) - (home-page "https://github.com/mitchellh/go-homedir") - (synopsis "go-homedir") - (description - "This is a Go library for detecting the user's home directory without -the use of cgo, so the library can be used in cross-compilation environments.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-rootcerts-1.0.0 - (package - (name "go-github-com-hashicorp-go-rootcerts") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-rootcerts") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wply5zhj1rcybr932zbwm1i18q5wr7kgkhnz6bw6mk1n9yr8lfj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-rootcerts")) - (propagated-inputs - `(("go-github-com-mitchellh-go-homedir-1.0.0" - ,go-github-com-mitchellh-go-homedir-1.0.0))) - (home-page "https://github.com/hashicorp/go-rootcerts") - (synopsis "rootcerts") - (description - "Package rootcerts contains functions to aid in loading CA certificates for -TLS connections. -") - (license license:mpl2.0))) - -(define-public go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e - (package - (name "go-github-com-armon-circbuf") - (version "0.0.0-20150827004946-bbbad097214e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/circbuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1idpr0lzb2px2p3wgfq2276yl7jpaz43df6n91kf790404s4zmk3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/circbuf")) - (home-page "https://github.com/armon/circbuf") - (synopsis "circbuf") - (description - "This repository provides the @code{circbuf} package. This provides a @code{Buffer} object -which is a circular (or ring) buffer. It has a fixed size, but can be written -to infinitely. Only the last @code{size} bytes are ever retained. The buffer implements -the @code{io.Writer} interface.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-syslog-1.0.0 - (package - (name "go-github-com-hashicorp-go-syslog") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-syslog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-syslog")) - (home-page "https://github.com/hashicorp/go-syslog") - (synopsis "go-syslog") - (description - "This repository provides a very simple @code{gsyslog} package. The point of this -package is to allow safe importing of syslog without introducing cross-compilation -issues. The stdlib @code{log/syslog} cannot be imported on Windows systems, and without -conditional compilation this adds complications.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-uuid-1.0.1 - (package - (name "go-github-com-hashicorp-go-uuid") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jvb88m0rq41bwgirsadgw7mnayl27av3gd2vqa3xvxp3fy0hp5k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-uuid")) - (home-page "https://github.com/hashicorp/go-uuid") - (synopsis "uuid") - (description - "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-logutils-1.0.0 - (package - (name "go-github-com-hashicorp-logutils") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/logutils") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "076wf4sh5p3f953ndqk1cc0x7jhmlqrxak9953rz79rcdw77rjvv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/logutils")) - (home-page "https://github.com/hashicorp/logutils") - (synopsis "logutils") - (description - "Package logutils augments the standard log package with levels. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-net-0.0.1 - (package - (name "go-github-com-hashicorp-go-net") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go.net") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06arwi95xp5rxyz7rndvhc3wlwg0jn9a5z6djf3yyg5h9zfab9i4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go.net")) - (home-page "https://github.com/hashicorp/go.net") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-mdns-1.0.0 - (package - (name "go-github-com-hashicorp-mdns") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/mdns") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qr4l91hhi97s8a1isnrw3s4q8pjzacqiks870vnwh15v7ig3axd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/mdns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" - ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" - ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) - ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" - ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) - ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) - ("go-github-com-hashicorp-go-net-0.0.1" - ,go-github-com-hashicorp-go-net-0.0.1))) - (home-page "https://github.com/hashicorp/mdns") - (synopsis "mdns") - (description - "Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be -used to discover services on the local network without the use of an authoritative -DNS server. This enables peer-to-peer discovery. It is important to note that many -networks restrict the use of multicasting, which prevents mDNS from functioning. -Notably, multicast cannot be used in any sort of cloud, or shared infrastructure -environment. However it works well in most office, home, or private infrastructure -environments.") - (license license:expat))) - -(define-public go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da - (package - (name "go-github-com-armon-go-metrics") - (version "0.0.0-20180917152333-f0300d1749da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13l7c35ps0r27vxfil2w0xhhc7w5rh00awvlmn4cz0a937b9ffpv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/go-metrics")) - (home-page "https://github.com/armon/go-metrics") - (synopsis "go-metrics") - (description - "This library provides a @code{metrics} package which can be used to instrument code, -expose application metrics, and profile runtime performance in a flexible manner.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-uuid-1.0.0 - (package - (name "go-github-com-hashicorp-go-uuid") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jflywlani7583qm4ysph40hsgx3n66n5zr2k84i057fmwa1ypfy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-uuid")) - (home-page "https://github.com/hashicorp/go-uuid") - (synopsis "uuid") - (description - "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-immutable-radix-1.0.0 - (package - (name "go-github-com-hashicorp-go-immutable-radix") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-immutable-radix") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v3nmsnk1s8bzpclrhirz7iq0g5xxbw9q5gvrg9ss6w9crs72qr6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-immutable-radix")) - (propagated-inputs - `(("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-hashicorp-go-uuid-1.0.0" - ,go-github-com-hashicorp-go-uuid-1.0.0))) - (home-page "https://github.com/hashicorp/go-immutable-radix") - (synopsis "go-immutable-radix") - (description - "This package provides the @code{iradix} package that implements an immutable @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. -The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-msgpack-0.5.3 - (package - (name "go-github-com-hashicorp-go-msgpack") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-msgpack") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00jv0ajqd58pkb2yyhlrjp0rv1mvb1ijx3yqjyikcmzvk9jb4h5m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-msgpack")) - (home-page "https://github.com/hashicorp/go-msgpack") - (synopsis "go-codec") - (description "This repository contains the @code{go-codec} library.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-sockaddr-1.0.0 - (package - (name "go-github-com-hashicorp-go-sockaddr") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-sockaddr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yn1xq8ysn0lszmkygz3a9lgpswbz1p91jv7q8l20s4749a22xgi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-sockaddr")) - (home-page "https://github.com/hashicorp/go-sockaddr") - (synopsis "go-sockaddr") - (description - "Package sockaddr is a Go implementation of the UNIX socket family data types and -related helper functions. -") - (license license:mpl2.0))) - -(define-public go-github-com-miekg-dns-1.0.14 - (package - (name "go-github-com-miekg-dns") - (version "1.0.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/miekg/dns") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qgli6yp59bv6vc6zag84cwxmcxgnyxm1q2f301yyijk3wy5b2ak")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/miekg/dns")) - (home-page "https://github.com/miekg/dns") - (synopsis "Alternative (more granular) approach to a DNS library") - (description - "Package dns implements a full featured interface to the Domain Name System. -Both server- and client-side programming is supported. The package allows -complete control over what is sent out to the DNS. The API follows the -less-is-more principle, by presenting a small, clean interface. -") - (license license:bsd-3))) - -(define-public go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529 - (package - (name "go-github-com-sean--seed") - (version "0.0.0-20170313163322-e2103e2c3529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sean-/seed") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sean-/seed")) - (home-page "https://github.com/sean-/seed") - (synopsis "- Quickly Seed Go's Random Number Generator") - (description - "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,seed} Go's -random number generator (if possible). This library isn't anything fancy, it's -just a canonical way of seeding Go's random number generator. Cribbed from -@url{https://github.com/hashicorp/nomad/commit/f89a993ec6b91636a3384dd568898245fbc273a1,(code Nomad)} -before it was moved into -@url{https://github.com/hashicorp/consul/commit/d695bcaae6e31ee307c11fdf55bb0bf46ea9fcf4,(code Consul)} -and made into a helper function, and now further modularized to be a super -lightweight and reusable library.") - (license #f))) - -(define-public go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20181029021203-45a5f77698d3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0636jjj89wkzqchajwwzgcn4aafc334p70nawh9jzavg2mkx0ch4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181023162649-9b4f9f5ad519") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06hvxy113h76f31gv1mq6vdr6xja1zv0fdig686l2b4y2b6swych")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181026203630-95b1ffbd15a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06c3lf93wzf5kkfmzmgn75x4c0a7159vrwjrqh6zh9zxzqq5whpq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-memberlist-0.1.3 - (package - (name "go-github-com-hashicorp-memberlist") - (version "0.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/memberlist") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1spq7dagvqj3baqw2dhxx1zxrb02y6m3apzr3a7gyirii890g3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/memberlist")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" - ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" - ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) - ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" - ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529" - ,go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" - ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) - ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) - ("go-github-com-hashicorp-go-sockaddr-1.0.0" - ,go-github-com-hashicorp-go-sockaddr-1.0.0) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-hashicorp-go-msgpack-0.5.3" - ,go-github-com-hashicorp-go-msgpack-0.5.3) - ("go-github-com-hashicorp-go-immutable-radix-1.0.0" - ,go-github-com-hashicorp-go-immutable-radix-1.0.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" - ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da))) - (home-page "https://github.com/hashicorp/memberlist") - (synopsis "memberlist") - (description - "memberlist is a library that manages cluster -membership and member failure detection using a gossip based protocol. -") - (license license:mpl2.0))) - -(define-public go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310 - (package - (name "go-github-com-armon-go-radix") - (version "0.0.0-20180808171621-7fddfc383310") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/go-radix") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y8chspn14n9xpsfb9gxnnf819rfpriaz64v81p7873a42kkhxb4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/go-radix")) - (home-page "https://github.com/armon/go-radix") - (synopsis "go-radix") - (description - "This package provides the @code{radix} package that implements a @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. -The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") - (license license:expat))) - -(define-public go-github-com-bgentry-speakeasy-0.1.0 - (package - (name "go-github-com-bgentry-speakeasy") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bgentry/speakeasy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bgentry/speakeasy")) - (home-page "https://github.com/bgentry/speakeasy") - (synopsis "Speakeasy") - (description - "This package provides cross-platform Go (#golang) helpers for taking user input -from the terminal while not echoing the input back (similar to @code{getpasswd}). The -package uses syscalls to avoid any dependence on cgo, and is therefore -compatible with cross-compiling.") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-hashicorp-errwrap-1.0.0 - (package - (name "go-github-com-hashicorp-errwrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-1.0.0 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-mattn-go-colorable-0.0.9 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.3 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-posener-complete-1.1.1 - (package - (name "go-github-com-posener-complete") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/posener/complete") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbdiybjizbaxbf5q0xwbq0cjqw4bl6jggvsjzrpif0w86fcjda2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/posener/complete")) - (home-page "https://github.com/posener/complete") - (synopsis "complete") - (description - "Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180823144017-11551d06cbcc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j34525b9smcyjqmxvvqgcfn87kkx3b2izidmjp2cmhjxzjrgpwm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mitchellh-cli-1.0.0 - (package - (name "go-github-com-mitchellh-cli") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i9kmr7rcf10d2hji8h4247hmc0nbairv7a0q51393aw2h1bnwg2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/cli")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc" - ,go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc) - ("go-github-com-posener-complete-1.1.1" - ,go-github-com-posener-complete-1.1.1) - ("go-github-com-mattn-go-isatty-0.0.3" - ,go-github-com-mattn-go-isatty-0.0.3) - ("go-github-com-mattn-go-colorable-0.0.9" - ,go-github-com-mattn-go-colorable-0.0.9) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-bgentry-speakeasy-0.1.0" - ,go-github-com-bgentry-speakeasy-0.1.0) - ("go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310" - ,go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310))) - (home-page "https://github.com/mitchellh/cli") - (synopsis "Go CLI Library") - (description - "cli is a library for implementing powerful command-line interfaces in Go. -cli is the library that powers the CLI for -@url{https://github.com/mitchellh/packer,Packer}, -@url{https://github.com/hashicorp/serf,Serf}, -@url{https://github.com/hashicorp/consul,Consul}, -@url{https://github.com/hashicorp/vault,Vault}, -@url{https://github.com/hashicorp/terraform,Terraform}, and -@url{https://github.com/hashicorp/nomad,Nomad}.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-gox-0.4.0 - (package - (name "go-github-com-mitchellh-gox") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/gox") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/gox")) - (home-page "https://github.com/mitchellh/gox") - (synopsis "Gox - Simple Go Cross Compilation") - (description - "Gox is a simple, no-frills tool for Go cross compilation that behaves a -lot like standard @code{go build}. Gox will parallelize builds for multiple -platforms. Gox will also build the cross-compilation toolchain for you.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-iochan-1.0.0 - (package - (name "go-github-com-mitchellh-iochan") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/iochan") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "058n9bbf536f2nw3pbs7pysrg9cqvgkb28z2zf5wjyrzrknyk53g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/iochan")) - (home-page "https://github.com/mitchellh/iochan") - (synopsis "iochan") - (description - "iochan is a Go library for treating @code{io} readers and writers like channels. -This is useful when sometimes you wish to use @code{io.Reader} and such in @code{select} -statements.") - (license license:expat))) - -(define-public go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee - (package - (name "go-github-com-mitchellh-mapstructure") - (version "0.0.0-20160808181253-ca63d7c062ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjwhgi57l5fxlmpdchipdd4jasdn1sa8ccl2f2486v06rv6z7gr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f - (package - (name "go-github-com-ryanuber-columnize") - (version "0.0.0-20160712163229-9b3edd62028f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ryanuber/columnize") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ya1idkbb0a9fjlhkcnh5a9yvpwzwfmbyg7d56lpplwr9rqi1da4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ryanuber/columnize")) - (home-page "https://github.com/ryanuber/columnize") - (synopsis "Columnize") - (description "Easy column-formatted output for golang") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181201002055-351d144fa1fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-serf-0.8.2 - (package - (name "go-github-com-hashicorp-serf") - (version "0.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/serf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nrslghvdjhaczr2xp9mn8xgcx1dxl4jgpbk0l61ssmxahpx4iyc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/serf")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc" - ,go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f" - ,go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f) - ("go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee" - ,go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee) - ("go-github-com-mitchellh-iochan-1.0.0" - ,go-github-com-mitchellh-iochan-1.0.0) - ("go-github-com-mitchellh-gox-0.4.0" - ,go-github-com-mitchellh-gox-0.4.0) - ("go-github-com-mitchellh-cli-1.0.0" - ,go-github-com-mitchellh-cli-1.0.0) - ("go-github-com-hashicorp-memberlist-0.1.3" - ,go-github-com-hashicorp-memberlist-0.1.3) - ("go-github-com-hashicorp-mdns-1.0.0" - ,go-github-com-hashicorp-mdns-1.0.0) - ("go-github-com-hashicorp-logutils-1.0.0" - ,go-github-com-hashicorp-logutils-1.0.0) - ("go-github-com-hashicorp-go-uuid-1.0.1" - ,go-github-com-hashicorp-go-uuid-1.0.1) - ("go-github-com-hashicorp-go-syslog-1.0.0" - ,go-github-com-hashicorp-go-syslog-1.0.0) - ("go-github-com-hashicorp-go-msgpack-0.5.3" - ,go-github-com-hashicorp-go-msgpack-0.5.3) - ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" - ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da) - ("go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e" - ,go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e))) - (home-page "https://github.com/hashicorp/serf") - (synopsis "Serf") - (description - "Serf is a decentralized solution for service discovery and orchestration -that is lightweight, highly available, and fault tolerant.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-mapstructure-1.1.2 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c - (package - (name "go-github-com-pascaldekloe-goe") - (version "0.0.0-20180627143212-57f6aae5913c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pascaldekloe/goe") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dqd3mfb4z2vmv6pg6fhgvfc53vhndk24wcl9lj1rz02n6m279fq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pascaldekloe/goe")) - (home-page "https://github.com/pascaldekloe/goe") - (synopsis "Go Enterprise") - (description - "Common enterprise features for the Go programming language (golang).") - (license license:cc0))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-hashicorp-consul-api-1.1.0 - (package - (name "go-github-com-hashicorp-consul-api") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/consul") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xm3gl8i7pgsbsc2397bwh9hp2dwnk4cmw5y05acqn3zpyp84sbv")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/hashicorp/consul/api" - #:unpack-path - "github.com/hashicorp/consul")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" - ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-hashicorp-serf-0.8.2" - ,go-github-com-hashicorp-serf-0.8.2) - ("go-github-com-hashicorp-go-uuid-1.0.1" - ,go-github-com-hashicorp-go-uuid-1.0.1) - ("go-github-com-hashicorp-go-rootcerts-1.0.0" - ,go-github-com-hashicorp-go-rootcerts-1.0.0) - ("go-github-com-hashicorp-go-cleanhttp-0.5.1" - ,go-github-com-hashicorp-go-cleanhttp-0.5.1))) - (home-page "https://github.com/hashicorp/consul") - (synopsis "Consul API client") - (description - "This package provides the @code{api} package which attempts to -provide programmatic access to the full Consul API.") - (license license:mpl2.0))) - -(define-public go-github-com-golang-mock-1.5.0 - (package - (name "go-github-com-golang-mock") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12l7p08pwwk3xn70w7rlm28nz6jf4szlzgjxjfmbssyirxxxy8v1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20210226084205-cbba55b83ad5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0drr44nqq0s3jillcrl8qa7sklxybs083lvashdh2ad62hrs31l7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20210122040257-d980be63207e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vg5z6rp5kfd324w8j12hlx9zv049vxljpc6dyqkj2k9vzzzqkw8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.4.1 - (package - (name "go-golang-org-x-mod") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q4p41223d1xh4jmw9vmywjfi0jzn56gbidrwv5x1bzmx2qmj01n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210119194325-5f4716e94777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xh4hk0fhkzq096z9qbzqfswmmgg4kvb44qvazpandvlpwm4jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210218202405-ba52d332ba99") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fdm3fljk3k4xbpzaywccayrhgqdfl79vl18k4z1zw2pl654bqbg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210220050731-9a76102bfb43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20201203190320-1bf35d6f28c2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "140n5hjk2faanrf6v5h1559g755rgavynz1r99s1n15bmgibysvp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.4.0 - (package - (name "go-golang-org-x-mod") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201209123823-ac852fbbde11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zmp2fxgf7792xx15qhzcsfs8k0qv7q3m6jlcj6qvdngfzyvna64")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201208233053-a543418bbed2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r87p89pm2h75yajsz0g2vvy2q3z9gknc0fmsdm5rh427f1qazfr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-google-martian-v3-3.1.0 - (package - (name "go-github-com-google-martian-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian/v3")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" - ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20200824232613-28f6c0f3b639") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20201023163331-3e6fc7fc9c4c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xmy4579gx45lqsy1cgddnc7nmaqfpiwd2kc5dhf8i0wjjvf18hq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201031054903-ff519b6c9102") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "162ssgcc0kgj42ajaki0q3j5lwmixqqwkdqcmz41xg1k8wjm7riw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.4 - (package - (name "go-golang-org-x-text") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201110124207-079ba7bd75cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g4d7cx480rbnpg16qqc4yycd50lpp2mi2qzvzr6hdny91v7sa05")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.2 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200902213428-5d25da1a8d43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14jx8sxshbvnx4fggn12mlmz000zcrd1a73n1455b1wgg1xfzq3n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200905004654-be1d3432aa8f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kd3szjsazhpgidv5xjv0s26fm4wvv2cr7j4zk8nblnqkic58as2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200904185747-39188db58858 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200904185747-39188db58858") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ydyylwqzjwijy4rdp2fmvnfh3s27896dx6g74r2wa6vbhisszvk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200904004341-0bd0a958aa1d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xp4ic4jvdv7n984cjgrgqbpbi9m4bj2xnfrs1s1zn1adx0jivs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.31.1 - (package - (name "go-google-golang-org-grpc") - (version "1.31.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18565vf9i2zc69znd9b8a2iz0kgv5cms0g0ppj93hnhri8rjqagk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.35.0 - (package - (name "go-google-golang-org-api") - (version "0.35.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fgn21lmrlkw44sl0ivjicygwksibb1pclzp3zyh3ivn7ylvk2jd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.1" ,go-google-golang-org-grpc-1.31.1) - ("go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d" - ,go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d) - ("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-tools-0.0.0-20200904185747-39188db58858" - ,go-golang-org-x-tools-0.0.0-20200904185747-39188db58858) - ("go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f" - ,go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" - ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201109203340-2640f1f9cdfb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00mwybjbdpvmlkvmwsjvdb2z8lzzx2a340y4pf3bxqamalhdka0w")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.72.0 - (package - (name "go-cloud-google-com-go") - (version "0.72.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x4gy466jrzab9l02dwd3lvy2dwy84j34zpjkm5xnxh45za6hpxn")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb" - ,go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb) - ("go-google-golang-org-api-0.35.0" ,go-google-golang-org-api-0.35.0) - ("go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd" - ,go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" - ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) - ("go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102" - ,go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c" - ,go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20201109201403-9fd604954f58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06dj14f6jrgpqmf3v3z74zhcin3yj7yp8mzxljm3a3ihq984kz8v")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201201145000-ef89a241ccb3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201201161351-ac6f37ff4c2a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0akq0z86x51rh556fs7icjmmmgdyaa7rq7cmqlngrmvjb79wnwpl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201201144952-b05cb90ed32e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n9jlhnn5fg7a41ahdril7wgfli43kxplnpxbdbhrkknjra7xdjd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.36.0 - (package - (name "go-google-golang-org-api") - (version "0.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e" - ,go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a" - ,go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a) - ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58" - ,go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-cloud-google-com-go-0.72.0" ,go-cloud-google-com-go-0.72.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201210142538-e3217bee35cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bzfa58dw7jmkrp46hikbsq1yyk2r29a1gn51sqlilbvf7lq96p9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.74.0 - (package - (name "go-cloud-google-com-go") - (version "0.74.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09j1qppf2gf14bn06hsyrj9jaxz9vlbs9d7yrxrdvh2234qsbggy")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) - ("go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc" - ,go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc) - ("go-google-golang-org-api-0.36.0" ,go-google-golang-org-api-0.36.0) - ("go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2" - ,go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" - ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) - ("go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11" - ,go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11) - ("go-golang-org-x-mod-0.4.0" ,go-golang-org-x-mod-0.4.0) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2" - ,go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.4 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-go-opencensus-io-0.22.5 - (package - (name "go-go-opencensus-io") - (version "0.22.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20201208152858-08078c50e5b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201207232520-09787c993a3a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210104204734-6f8348627aad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pmz8dwjf4gxr1gwnp4iahh3yh09apcf40kvvybycsx4rfjc2gbl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210105154028-b0ab187a4818") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "157w706lz7j4s7cwgh7j7mf8v1sah5hm4dlmp8isf6vhnqpixdp7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201214200347-8c77b98c765d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bdpss5xmla0gjz66mdk8bqpsdb5i1xz65g30k9cs2h7vrqlwzn4")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20200629203442-efcf912fb354") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18b1v01h3id5d7v5gqabc4qsaja17r45rn3fvv38nrfx9l4smv0x")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.7 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nx5ybyadkjqr29hndn6amhbcqpi1rkfv12bxp0rk3ay045zxsh8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" - ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.34.0 - (package - (name "go-google-golang-org-grpc") - (version "1.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s8y19qvv0zfy2irq8vv12h65v7pw18k6yqfix1j2370yxmsajgm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.7" - ,go-github-com-envoyproxy-go-control-plane-0.9.7) - ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" - ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.40.0 - (package - (name "go-google-golang-org-api") - (version "0.40.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vs0bnzljg5iib8x01sy49ndgsz3cl1sq53pvy3h6kzp7may0bpc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) - ("go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d" - ,go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818" - ,go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818) - ("go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad" - ,go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" - ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-cloud-google-com-go-0.74.0" ,go-cloud-google-com-go-0.74.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210222152913-aa3ee6e6a81c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06wa7v3s558rwxsqd1kqz5xy10kigzx50ciqh3zdxsbvxqvjwxrx")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.35.0 - (package - (name "go-google-golang-org-grpc") - (version "1.35.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15ij5acp9h8dxq0brc0jljj98badri23zpm4yvmsn6gnnxaykl72")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.78.0 - (package - (name "go-cloud-google-com-go") - (version "0.78.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11wldladkcz41ivsfnbrqy2hg5wp55d72hnr2wki0zvnhbzsj376")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.35.0" ,go-google-golang-org-grpc-1.35.0) - ("go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c" - ,go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c) - ("go-google-golang-org-api-0.40.0" ,go-google-golang-org-api-0.40.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43" - ,go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43) - ("go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99" - ,go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99) - ("go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777" - ,go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777) - ("go-golang-org-x-mod-0.4.1" ,go-golang-org-x-mod-0.4.1) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e" - ,go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210220000619-9bb904979d93") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rhndpvpvfy5bsaxi974cznlq4hbamhmy6l06ppp9phh12pvn11p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210305230114-8fe3ee5dd75b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x7fn66vplxkac6lbwqv649wwnx7kz0bqdzgr98z7yx7cfdxd7rj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210303154014-9728d6b83eeb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1abic7gjp07d1s6imjfn00s316xdirss3zvcric74gr9varr02xn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.41.0 - (package - (name "go-google-golang-org-api") - (version "0.41.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yzz534xzl2km3vxr18h204yvnrzqlss02fagg2ign0sy3qnlkhx")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb" - ,go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b" - ,go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" - ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.78.0" ,go-cloud-google-com-go-0.78.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210310155132-4ce2db91004e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r5f024c4piqna27pvc28m0h44ms9rhcbihf1zn5l8prf4vvrdw9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.79.0 - (package - (name "go-cloud-google-com-go") - (version "0.79.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "031jrfgyys0slh154593d4swj6iqrjvs9dxwmab99dl6zfws77jv")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e" - ,go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e) - ("go-google-golang-org-api-0.41.0" ,go-google-golang-org-api-0.41.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" - ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" - ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210313182246-cd4f82c27b84") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jf68sh1957ji1lv1zrrhsbm6jr3508pw159pfzgyw6hbzsg5amv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210319143718-93e7006c17a6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l143m8rn7zmbfb2rpdawhxs8qjbdpn61hqynf47j5hwsbjci2xs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.36.0 - (package - (name "go-google-golang-org-grpc") - (version "1.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.43.0 - (package - (name "go-google-golang-org-api") - (version "0.43.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wxxbihigjn49warampi7gqfslbnp9nrj5zmk8p3ssq429jpvsib")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6" - ,go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" - ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" - ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.79.0" ,go-cloud-google-com-go-0.79.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.81.0 - (package - (name "go-cloud-google-com-go") - (version "0.81.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15jgynqb5pbxqbj3a7ii970yn4srsw1dbxzxnhpkfkmplalpgyh3")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" - ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) - ("go-google-golang-org-api-0.43.0" ,go-google-golang-org-api-0.43.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" - ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) - ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" - ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" - ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.1" - ,go-github-com-golang-protobuf-1.5.1) - ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20200121045136-8c9f03a8e57e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.4.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.3 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201110031124-69a78807bb2b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.33.2 - (package - (name "go-google-golang-org-grpc") - (version "1.33.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.23.0 - (package - (name "go-go-opencensus-io") - (version "0.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-google-go-cmp-0.5.3" - ,go-github-com-google-go-cmp-0.5.3) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.4.4 - (package - (name "go-github-com-golang-mock") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200825202427-b303f430e36d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zzf6ifzjvkwin6m97jp2dndbfac0sbdr84ki79j9srhpqdigl75")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190628185345-da137c7871d7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qsiyr3irmb6ii06hivm9p2c7wqyxczms1a9v1ss5698yjr3fg47")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-google-martian-v3-3.0.0 - (package - (name "go-github-com-google-martian-v3") - (version "3.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ngvs4l6a06s8scnliq9i5pwvwpzfpa5wf9skg0gcvysli1rm3fm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian/v3")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" - ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200708004538-1a94d8640e99") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0isfwwan9vimwsfjml0phwrqv6kb83mkmk063dcb81k09gzzs3wy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200707034311-ab3426394381") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200729194436-6467de6f59a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14zpkr5idlx2zbm5dp7gk4afppy7k3j4y68s1qvpgi70yazaxzkd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190425150028-36563e24a262") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c - (package - (name "go-golang-org-x-text") - (version "0.0.0-20170915032832-14c0d48ead0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-rsc-io-sampler-1.3.0 - (package - (name "go-rsc-io-sampler") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/sampler") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) - (build-system go-build-system) - (arguments '(#:import-path "rsc.io/sampler")) - (propagated-inputs - `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" - ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) - (home-page "https://rsc.io/sampler") - (synopsis #f) - (description "Package sampler shows simple texts. -") - (license license:bsd-3))) - -(define-public go-rsc-io-quote-v3-3.1.0 - (package - (name "go-rsc-io-quote-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/quote") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) - (build-system go-build-system) - (arguments - '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) - (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) - (home-page "https://rsc.io/quote/v3") - (synopsis #f) - (description "Package quote collects pithy sayings. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.4.3 - (package - (name "go-github-com-golang-mock") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) - ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.5 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-chzyer-logex-1.1.10 - (package - (name "go-github-com-chzyer-logex") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/logex") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/logex")) - (home-page "https://github.com/chzyer/logex") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e - (package - (name "go-github-com-chzyer-readline") - (version "0.0.0-20180603132655-2972be24d48e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/readline") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/readline")) - (home-page "https://github.com/chzyer/readline") - (synopsis "Guide") - (description - "Readline is a pure go implementation for GNU-Readline kind library. -") - (license license:expat))) - -(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 - (package - (name "go-github-com-chzyer-test") - (version "0.0.0-20180213035817-a1ea475d72b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/test") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/test")) - (home-page "https://github.com/chzyer/test") - (synopsis "test") - (description #f) - (license license:expat))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20181102032728-5e5cf60278f6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191204072324-ce4227a45e2e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200229191704-1ebb73c60ed3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-jstemmer-go-junit-report-0.9.1 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200324143707-d3edc9973b7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.2.0 - (package - (name "go-github-com-golang-mock") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c - (package - (name "go-github-com-google-btree") - (version "0.0.0-20180813153112-4030bb1f1f0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-martian-2.1.0+incompatible - (package - (name "go-github-com-google-martian") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian")) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20181206194817-3ea8567a2e57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.4 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.0.0-20190106144839-af01ea7f8024") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 - (package - (name "go-golang-org-x-text") - (version "0.3.1-0.20180807135948-17ff2d5776d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c - (package - (name "go-golang-org-x-time") - (version "0.0.0-20181108054448-85acf8d2951c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190301231843-5614ed5bae6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190226205417-e64efc72b421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190312170243-e65039ee4138") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.4.0 - (package - (name "go-google-golang-org-api") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190418145605-e7d98fc518a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190106161140-3f1c8253044a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.38.0 - (package - (name "go-cloud-google-com-go") - (version "0.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" - ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" - ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) - ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" - ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) - ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" - ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" - ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) - ("go-github-com-googleapis-gax-go-v2-2.0.4" - ,go-github-com-googleapis-gax-go-v2-2.0.4) - ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" - ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.1 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.0 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190307195333-5fe7a883aa19") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.21.0 - (package - (name "go-go-opencensus-io") - (version "0.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190409202823-959b441ac422") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190503192946-f4e77d36d62c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190604053449-0f29369cfe45") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190507160741-ecd444e8653b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.5.0 - (package - (name "go-google-golang-org-appengine") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.20.0 - (package - (name "go-google-golang-org-api") - (version "0.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-google-golang-org-appengine-1.5.0" - ,go-google-golang-org-appengine-1.5.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" - ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-github-com-google-renameio-0.1.0 - (package - (name "go-github-com-google-renameio") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/renameio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/renameio")) - (home-page "https://github.com/google/renameio") - (synopsis "Atomicity vs durability") - (description - "Package renameio provides a way to atomically create or replace a file or -symbolic link. -") - (license license:asl2.0))) - -(define-public go-github-com-kisielk-gotool-1.0.0 - (package - (name "go-github-com-kisielk-gotool") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/gotool") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/gotool")) - (home-page "https://github.com/kisielk/gotool") - (synopsis "gotool") - (description - "Package gotool contains utility functions used to implement the standard -\"cmd/go\" tool, provided as a convenience to developers who want to write -tools with similar semantics. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.1.0 - (package - (name "go-github-com-kr-pretty") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20180628173108-788fd7840127") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-errgo-v2-2.1.0 - (package - (name "go-gopkg-in-errgo-v2") - (version "2.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/errgo.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) - (home-page "https://gopkg.in/errgo.v2") - (synopsis #f) - (description - "Package errgo provides some primitives for error creation and handling.") - (license license:bsd-3))) - -(define-public go-github-com-rogpeppe-go-internal-1.3.0 - (package - (name "go-github-com-rogpeppe-go-internal") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/go-internal") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/go-internal")) - (propagated-inputs - `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) - (home-page "https://github.com/rogpeppe/go-internal") - (synopsis #f) - (description - "This repository factors out an opinionated selection of internal packages and functionality from the Go standard -library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190510104115-cbcb75029529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e - (package - (name "go-golang-org-x-mod") - (version "0.0.0-20190513183733-4bf6d317e70e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" - ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191130070609-6e064ea0cf2d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 - (package - (name "go-honnef-co-go-tools") - (version "0.0.1-2020.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" - ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) - ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" - ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) - ("go-github-com-rogpeppe-go-internal-1.3.0" - ,go-github-com-rogpeppe-go-internal-1.3.0) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-google-renameio-0.1.0" - ,go-github-com-google-renameio-0.1.0) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.56.0 - (package - (name "go-cloud-google-com-go") - (version "0.56.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpx84q7byxr5rp197qcg3pl56acs8v1q555frxgcqygxwjacszf")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.1-2020.1.3" - ,go-honnef-co-go-tools-0.0.1-2020.1.3) - ("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) - ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" - ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) - ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) - ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" - ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" - ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) - ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" - ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" - ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) - ("go-cloud-google-com-go-storage-1.6.0" - ,go-cloud-google-com-go-storage-1.6.0) - ("go-cloud-google-com-go-pubsub-1.2.0" - ,go-cloud-google-com-go-pubsub-1.2.0) - ("go-cloud-google-com-go-datastore-1.1.0" - ,go-cloud-google-com-go-datastore-1.1.0) - ("go-cloud-google-com-go-bigquery-1.4.0" - ,go-cloud-google-com-go-bigquery-1.4.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.3 - (package - (name "go-go-opencensus-io") - (version "0.22.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200317015054-43a5402ce75a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200331124033-c3d80250170d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nswjhkg7yixla0b3d8xwzf94rawwyjrxipay3ffdvm426n0ld42")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.1.25 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.25") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cr3mk8pr7vsyisgrvln5ailnnn9xhardcy8mkshybk5c3n1kw5k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.2.0 - (package - (name "go-golang-org-x-mod") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200226121028-0de0cce0169b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190911185100-cd5d95a43a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200331025713-a30bf2db82d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rb488ydwi24zmd1zvsv8k8srs3q6xnqqfdar538hssqgljyvp7l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.25" - ,go-github-com-yuin-goldmark-1.1.25))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.5 - (package - (name "go-google-golang-org-appengine") - (version "1.6.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200331122359-1ee6d9798940") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zsp55d7xjc0b3yw5jjpvbsc0gkji1c1j2vxmcwm89dh26rz4jwd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.28.0 - (package - (name "go-google-golang-org-grpc") - (version "1.28.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m36rg3w2mf4r3383yf0r1pjrz890mdw506h1lpm6bkc8w3kyqz3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.29.0 - (package - (name "go-google-golang-org-api") - (version "0.29.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y6izqcc6krill33pb57fbgbs7ni3jxyf3knm5jkl4qydsj9303h")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) - ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" - ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) - ("go-google-golang-org-appengine-1.6.5" - ,go-google-golang-org-appengine-1.6.5) - ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" - ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) - ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" - ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) - ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-cloud-google-com-go-0.56.0" ,go-cloud-google-com-go-0.56.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200729003335-053ba62fc06f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h34qgr4lqy1l0niay3gzqh6pc63y2xh1mmp8757y8jsrdz1s5fv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.30.0 - (package - (name "go-google-golang-org-grpc") - (version "1.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.62.0 - (package - (name "go-cloud-google-com-go") - (version "0.62.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00x1nlq4fvvxrwx24firscav511qwck3zl6ghs9p6zzzixla8r5h")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f" - ,go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f) - ("go-google-golang-org-api-0.29.0" ,go-google-golang-org-api-0.29.0) - ("go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7" - ,go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" - ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" - ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) - ("go-github-com-google-martian-v3-3.0.0" - ,go-github-com-google-martian-v3-3.0.0) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.5 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190702054246-869f871628b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190502145724-3ef323f4f1fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190227155943-e225da77a7e6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190425155659-357c62f0e4bb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.20.1 - (package - (name "go-google-golang-org-grpc") - (version "1.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.4 - (package - (name "go-go-opencensus-io") - (version "0.22.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10skbvs4yxjm3z10yfg5cj2mdzjsna87qk1icp9xv0iwp8wzq6h0")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20200302205851-738671d3881b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.34.0 - (package - (name "go-cloud-google-com-go") - (version "0.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190108225652-1e06a53dbb7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181221193216-37e7f081c4d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200107190931-bf48bf16ab8d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200803210538-64077c9b5642") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pdrkim9v0wbxipl586d29vz4ci9xib0f02g6yv7c0nang627pag")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.1.32 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.32") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03i9yq6n3yvn5v70xi6x3pn49ndy8zm4217ihwwhlw2nkwhny7a5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20200625001655-4c5254603344 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200625001655-4c5254603344") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1da0a1m488d95vggpi52dkag98n5671ml6sn80nwv6lgbmdx8qbq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200625203802-6e8e738ad208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200804011535-6c149bb5ef0d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l244hp5n0qff7nmvcffggjv7jm4061g63g76z967zvdqcxh23i2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200804131852-c06518451d9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wl9bhr94yf0b8lc947zr0iwm3l20irzy869xczfd6z0a1g54gsa")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.30.0 - (package - (name "go-google-golang-org-api") - (version "0.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vh5rrc6hvzh1rqawrwr4nyilnr3dgqx1pr2njjzdg0prfmflm5p")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) - ("go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c" - ,go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c) - ("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d" - ,go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d) - ("go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642" - ,go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-cloud-google-com-go-0.62.0" ,go-cloud-google-com-go-0.62.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.24.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200825200019-8632dd797987") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8s1mz8pbdiwmv2g61afa7f05zin3m6mdy2fmny6wcidz4w2i3k")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20191209042840-269d4d468f6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.31.0 - (package - (name "go-google-golang-org-grpc") - (version "1.31.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y3lilpipmaysjk4skbzw1qa6lv05vzixzw9lg9x73xfb01q4nyz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.65.0 - (package - (name "go-cloud-google-com-go") - (version "0.65.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xrcg39jrw90gq8vl8pfq63sp3bkak04wh392yj5rh4lc1a4lxjq")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) - ("go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987" - ,go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987) - ("go-google-golang-org-api-0.30.0" ,go-google-golang-org-api-0.30.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d" - ,go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" - ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) - ("go-github-com-google-martian-v3-3.0.0" - ,go-github-com-google-martian-v3-3.0.0) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200323222414-85ca7c5b95cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200822124328-c89045814202") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.6 - (package - (name "go-google-golang-org-appengine") - (version "1.6.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210402161424-2e8d93401602") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j1crxa78gip3hxrds5jngi034j4zm4q3z7r8bqs3rjxnwcki9ig")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20210220032951-036812b2e83c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210403161142-5e06dd20ab57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1acdn06771rxjg38ql9wl8dr1vf23nazjnvk6105z3hddnh14fgb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190603091049-60506f45cf65") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0827yz7irmnzcdhw8vg74819jaw5ahs4w4v5fvzgfvnxyb9f6zcc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.7 - (package - (name "go-google-golang-org-appengine") - (version "1.6.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.5.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qx8gvsdx1w27vamw6wn1jns2d8pz0g9sji3l0hvs4wl1jf7p32d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee - (package - (name "go-golang-org-x-mod") - (version "0.1.1-0.20191105210325-c90efee705ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200130002326-2f3ba24bd6e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" - ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20201208152925-83fdc39ff7b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210315160823-c6e025ad8005") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dy8j3gvbkng0vy2wgdiy48871j4vchgsks2ggfxcx4jg32d2qsr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210316092652-d523dce5a7f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01hhvh6msyg11adxhgjwzbv4jprq5ajzkxxb16ln3dqv4na9b2k1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005" - ,go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210320140829-1e4c9ba3b0c4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nrxjq5j058sba9s5g65l5rdw6b4f335lxa7hhcf57paklym1qgr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.5 - (package - (name "go-golang-org-x-text") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.2.1 - (package - (name "go-github-com-yuin-goldmark") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20190717185122-a985d3407aa7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191119224855-298f0cb1881e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191011141410-1b5146add898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.3.0 - (package - (name "go-golang-org-x-mod") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201021035429-f5854403a974") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201020160332-67f06af15bc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210119212857-b64e53b001e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20200804184101-5ec99f83aff1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.1.0 - (package - (name "go-golang-org-x-tools") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" - ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0-rc.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0-rc.1" - ,go-google-golang-org-protobuf-1.26.0-rc.1) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.5 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210402141018-6c239bbf2bb1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xih6y4dwjj939ilwc5s6w419kjnkn1hw33jsgml0nkjcnac74wc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" - ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) - ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" - ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-github-com-golang-protobuf-1.5.1" - ,go-github-com-golang-protobuf-1.5.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20201210154907-fd9021fe5dad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.36.1 - (package - (name "go-google-golang-org-grpc") - (version "1.36.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l3prxp18lb0pagqg4l6c9i0l6gakfxgf6vxcsv589i0xsxw8ivm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.44.0 - (package - (name "go-google-golang-org-api") - (version "0.44.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sh6qzc3pnyliy10afrmzpfbbbm2mwcyc6mp5422xhgp3p2x370x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" - ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57" - ,go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602" - ,go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.81.0" ,go-cloud-google-com-go-0.81.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.25.1 - (package - (name "go-google-golang-org-grpc") - (version "1.25.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.0" - ,go-github-com-envoyproxy-go-control-plane-0.9.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20201120205902-5459f2c99403") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.5.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20210217033140-668b12f5399d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vmhc8ii081x1k2qw4kji7wjyg6l25zp1y6qxi27wq8m341i4rzb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-uuid-1.1.2 - (package - (name "go-github-com-google-uuid") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.22.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.22.0" - ,go-google-golang-org-protobuf-1.22.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 - (package - (name "go-github-com-census-instrumentation-opencensus-proto") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/census-instrumentation/opencensus-proto")) - (home-page "https://github.com/census-instrumentation/opencensus-proto") - (synopsis - "OpenCensus Proto - Language Independent Interface Types For OpenCensus") - (description - "Census provides a framework to define and collect stats against metrics and to -break those stats down across user-defined dimensions.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190812154241-14fe0d1b01d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190311212946-11955173bddd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190313153728-d0100b6bd8b3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190524140312-2c0ae7006135") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.23.0 - (package - (name "go-google-golang-org-grpc") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.1-0.20191026205805-5f8ba28d4473") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 - (package - (name "go-github-com-envoyproxy-protoc-gen-validate") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/protoc-gen-validate") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) - (home-page "https://github.com/envoyproxy/protoc-gen-validate") - (synopsis "protoc-gen-validate (PGV)") - (description - "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.2.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 - (package - (name "go-golang-org-x-exp") - (version "0.0.0-20190121172915-509febef88a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/exp") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/exp")) - (home-page "https://golang.org/x/exp") - (synopsis "exp") - (description - "This subrepository holds experimental and deprecated (in the @code{old} -directory) packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190227174305-5b3e6a55c961") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190213061140-3a22650c66bd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181108010431-42b317875d0f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180724234803-3673e40ba225") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.4.0 - (package - (name "go-google-golang-org-appengine") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190226205152-f727befe758c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.26.0 - (package - (name "go-cloud-google-com-go") - (version "0.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-client9-misspell-0.3.4 - (package - (name "go-github-com-client9-misspell") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/client9/misspell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/client9/misspell")) - (home-page "https://github.com/client9/misspell") - (synopsis "Install") - (description - "Package misspell corrects commonly misspelled English words in source files. -") - (license license:expat))) - -(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b - (package - (name "go-github-com-golang-glog") - (version "0.0.0-20160126235308-23def4e6c14b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/glog")) - (home-page "https://github.com/golang/glog") - (synopsis "glog") - (description - "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.1.1 - (package - (name "go-github-com-golang-mock") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20181026193005-c67002cb31c3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180826012351-8a410e7b638d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20180821212333-d2e6202438be") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180830151530-49385e6e1522") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190114222345-bf090417da8b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.1.0 - (package - (name "go-google-golang-org-appengine") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20180817151627-c66870c02cf8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.19.0 - (package - (name "go-google-golang-org-grpc") - (version "1.19.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" - ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" - ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" - ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) - ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" - ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190102054323-c2f93a96b099") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190819201941-24fa4b261c55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.0 - (package - (name "go-google-golang-org-grpc") - (version "1.27.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc - (package - (name "go-google-golang-org-protobuf") - (version "1.23.1-0.20200526195155-81db48ad09cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190523083050-ea95bdfd59fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200526211855-cb27e3aa2013") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" - ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.25.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.25.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.38.0 - (package - (name "go-google-golang-org-grpc") - (version "1.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08lgqdvbd0i4qwsv1y37qmf8mhsy9ywzx73ixiwih7xhnalrf7xl")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-bketelsen-crypt-0.0.4 - (package - (name "go-github-com-bketelsen-crypt") - (version "0.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bketelsen/crypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fyfcvy73zskd1p1mv0cn03anxkkr5gvlawsc87znqk60hdypq3v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bketelsen/crypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) - ("go-google-golang-org-api-0.44.0" ,go-google-golang-org-api-0.44.0) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9) - ("go-go-etcd-io-etcd-client-v2-2.305.0" - ,go-go-etcd-io-etcd-client-v2-2.305.0) - ("go-github-com-hashicorp-consul-api-1.1.0" - ,go-github-com-hashicorp-consul-api-1.1.0) - ("go-cloud-google-com-go-firestore-1.1.0" - ,go-cloud-google-com-go-firestore-1.1.0))) - (home-page "https://github.com/bketelsen/crypt") - (synopsis "crypt") - (description - "You can use crypt as a command line tool or as a configuration library:") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191005200804-aed5e4c7ecf9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.9 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" - ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-hcl-1.0.0 - (package - (name "go-github-com-hashicorp-hcl") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/hcl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/hcl")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/hashicorp/hcl") - (synopsis "HCL") - (description "Package hcl decodes HCL into usable Go structures. -") - (license license:mpl2.0))) - -(define-public go-github-com-magiconair-properties-1.8.5 - (package - (name "go-github-com-magiconair-properties") - (version "1.8.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magiconair/properties") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/magiconair/properties")) - (home-page "https://github.com/magiconair/properties") - (synopsis "Overview") - (description - "Package properties provides functions for reading and writing -ISO-8859-1 and UTF-8 encoded .properties files and has -support for recursive property expansion. -") - (license license:bsd-2))) - -(define-public go-github-com-mitchellh-mapstructure-1.4.1 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m98wiadb6kdnzv21m8p7nk1jb30zpjh47fkb1dg251r3m7bj47v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pelletier-go-toml-1.9.3 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 - (package - (name "go-github-com-gopherjs-gopherjs") - (version "0.0.0-20181017120253-0766667cb4d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gopherjs/gopherjs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gopherjs/gopherjs")) - (home-page "https://github.com/gopherjs/gopherjs") - (synopsis "GopherJS - A compiler from Go to JavaScript") - (description - "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") - (license license:bsd-2))) - -(define-public go-github-com-jtolds-gls-4.20.0+incompatible - (package - (name "go-github-com-jtolds-gls") - (version "4.20.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jtolio/gls") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jtolds/gls")) - (home-page "https://github.com/jtolds/gls") - (synopsis "gls") - (description "Package gls implements goroutine-local storage. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d - (package - (name "go-github-com-smartystreets-assertions") - (version "0.0.0-20180927180507-b2de0cb4f26d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190328211700-ab21143f2384") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-goconvey-1.6.4 - (package - (name "go-github-com-smartystreets-goconvey") - (version "1.6.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/goconvey") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/goconvey")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" - ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) - ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" - ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) - ("go-github-com-jtolds-gls-4.20.0+incompatible" - ,go-github-com-jtolds-gls-4.20.0+incompatible) - ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" - ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) - (home-page "https://github.com/smartystreets/goconvey") - (synopsis "GoConvey is awesome Go testing") - (description - "This executable provides an HTTP server that watches for file system changes -to .go files within the working directory (and all nested go packages). -Navigating to the configured host and port in a web browser will display the -latest results of running `go test` in each go package. -") - (license license:expat))) - -(define-public go-github-com-kr-fs-0.1.0 - (package - (name "go-github-com-kr-fs") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/fs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/fs")) - (home-page "https://github.com/kr/fs") - (synopsis #f) - (description "Package fs provides filesystem-related functions. -") - (license license:bsd-3))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.4.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-pkg-sftp-1.10.1 - (package - (name "go-github-com-pkg-sftp") - (version "1.10.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/sftp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iw6lijdljwh5xw5hsy0b578cr52h6vvm7hbnzlrvciwhh4sfhhp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/sftp")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" - ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-kr-fs-0.1.0" ,go-github-com-kr-fs-0.1.0))) - (home-page "https://github.com/pkg/sftp") - (synopsis "sftp") - (description - "Package sftp implements the SSH File Transfer Protocol as described in -@url{https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02,https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02} -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190820162420-60c769a6c586") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wy2pg38dz29vf1h48yfqf8m3jqvwnbdw8vkk3ldlj5d8fbbbmv8")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-spf13-afero-1.6.0 - (package - (name "go-github-com-spf13-afero") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" - ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) - ("go-github-com-pkg-sftp-1.10.1" ,go-github-com-pkg-sftp-1.10.1))) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cast-1.3.1 - (package - (name "go-github-com-spf13-cast") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cast") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cast")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/cast") - (synopsis "cast") - (description "Package cast provides easy and safe casting in Go. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-spf13-jwalterweatherman-1.1.0 - (package - (name "go-github-com-spf13-jwalterweatherman") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/jwalterweatherman") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/jwalterweatherman") - (synopsis "jWalterWeatherman") - (description - "Seamless printing to the terminal (stdout) and logging to a io.Writer -(file) thatâ\x80\x99s as easy to use as fmt.Println.") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.7.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-subosito-gotenv-1.2.0 - (package - (name "go-github-com-subosito-gotenv") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/subosito/gotenv") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/subosito/gotenv")) - (home-page "https://github.com/subosito/gotenv") - (synopsis "gotenv") - (description - "Package gotenv provides functionality to dynamically load the environment variables -") - (license license:expat))) - -(define-public go-gopkg-in-ini-v1-1.62.0 - (package - (name "go-gopkg-in-ini-v1") - (version "1.62.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/ini.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/ini.v1" #:unpack-path "gopkg.in/ini.v1")) - (home-page "https://gopkg.in/ini.v1") - (synopsis "INI") - (description - "Package ini provides INI file read and write functionality in Go. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-viper-1.8.1 - (package - (name "go-github-com-spf13-viper") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/viper") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/viper")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-ini-v1-1.62.0" ,go-gopkg-in-ini-v1-1.62.0) - ("go-github-com-subosito-gotenv-1.2.0" - ,go-github-com-subosito-gotenv-1.2.0) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-spf13-jwalterweatherman-1.1.0" - ,go-github-com-spf13-jwalterweatherman-1.1.0) - ("go-github-com-spf13-cast-1.3.1" ,go-github-com-spf13-cast-1.3.1) - ("go-github-com-spf13-afero-1.6.0" ,go-github-com-spf13-afero-1.6.0) - ("go-github-com-smartystreets-goconvey-1.6.4" - ,go-github-com-smartystreets-goconvey-1.6.4) - ("go-github-com-pelletier-go-toml-1.9.3" - ,go-github-com-pelletier-go-toml-1.9.3) - ("go-github-com-mitchellh-mapstructure-1.4.1" - ,go-github-com-mitchellh-mapstructure-1.4.1) - ("go-github-com-magiconair-properties-1.8.5" - ,go-github-com-magiconair-properties-1.8.5) - ("go-github-com-hashicorp-hcl-1.0.0" - ,go-github-com-hashicorp-hcl-1.0.0) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-bketelsen-crypt-0.0.4" - ,go-github-com-bketelsen-crypt-0.0.4))) - (home-page "https://github.com/spf13/viper") - (synopsis "Install") - (description "Many Go projects are built using Viper including:") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.4.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cobra-1.2.1 - (package - (name "go-github-com-spf13-cobra") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "091kz3xnlsgpqb90fc5nhjr4yfr8b8sjnyl0zd4wm1fgzkpw09jh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-github-com-spf13-viper-1.8.1" ,go-github-com-spf13-viper-1.8.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210226172049-e18ecbb05110") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210615035016-665e8c7367d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20210711020723-a769d52b0f97 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20210711020723-a769d52b0f97") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qdv4yfdl5fbsdgvxkki1yjwwn3whns381c0za74syxdvzhhgiaf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" - ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-inconshreveable-mousetrap-1.0.0 - (package - (name "go-github-com-inconshreveable-mousetrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/inconshreveable/mousetrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) - (home-page "https://github.com/inconshreveable/mousetrap") - (synopsis "mousetrap") - (description "mousetrap is a tiny library that answers a single question.") - (license license:asl2.0))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-sergi-go-diff-1.0.0 - (package - (name "go-github-com-sergi-go-diff") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sergi/go-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sergi/go-diff")) - (home-page "https://github.com/sergi/go-diff") - (synopsis "go-diff") - (description - "go-diff offers algorithms to perform operations required for synchronizing plain text:") - (license license:expat))) - -(define-public go-github-com-spf13-pflag-1.0.5 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-hpcng-sif-1.6.0 - (package - (name "go-github-com-hpcng-sif") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/apptainer/sif") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fz6h5zcaxk6v8vfx9lxny2bmwnmflvvx9jkyxydz6zlgrbn2qbb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcng/sif")) - (propagated-inputs - `(("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sergi-go-diff-1.0.0" - ,go-github-com-sergi-go-diff-1.0.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-golang-org-x-crypto-0.0.0-20210711020723-a769d52b0f97" - ,go-golang-org-x-crypto-0.0.0-20210711020723-a769d52b0f97) - ("go-github-com-spf13-cobra-1.2.1" ,go-github-com-spf13-cobra-1.2.1) - ("go-github-com-sebdah-goldie-v2-2.5.3" - ,go-github-com-sebdah-goldie-v2-2.5.3) - ("go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76" - ,go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76))) - (home-page "https://github.com/hpcng/sif") - (synopsis "The Singularity Image Format (SIF)") - (description - "This module contains an open source implementation of the Singularity Image Format (SIF) that makes it easy to create complete and encapsulated container environments stored in a single file.") - (license license:bsd-3))) - -(define-public go-github-com-kardianos-osext-0.0.0-20190222173326-2bc1f35cddc0 - (package - (name "go-github-com-kardianos-osext") - (version "0.0.0-20190222173326-2bc1f35cddc0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kardianos/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kardianos/osext")) - (home-page "https://github.com/kardianos/osext") - (synopsis "Extensions to the \"os\" package.") - (description "Extensions to the standard \"os\" package. -") - (license license:bsd-3))) - -(define-public go-github-com-creack-pty-1.1.7 - (package - (name "go-github-com-creack-pty") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/creack/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/creack/pty")) - (home-page "https://github.com/creack/pty") - (synopsis "pty") - (description - "Package pty provides functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.8 - (package - (name "go-github-com-kr-pty") - (version "1.1.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vcl6f90n0f8s8b4fyh0832ilybjqcypqyj233lqj1hx62fvgdbk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (propagated-inputs - `(("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7))) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.2 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wcw1z39wjx338406ga86a41f5ird0yc4ab3c70nfhkpkvjjzhkm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20210326190908-1c3f411f0417") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-tools-0.9.1-0.20210326182921-59cdde06764b - (package - (name "go-github-com-opencontainers-runtime-tools") - (version "0.9.1-0.20210326182921-59cdde06764b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f4zy6x1rrrg10bphwijic30m3r4mq934zbavnci6jyi41l1w2r0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) - (home-page "https://github.com/opencontainers/runtime-tools") - (synopsis "oci-runtime-tool") - (description - "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. -To build from source code, runtime-tools requires Go 1.10.x or above.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191115151921-52ab43148777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.10.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118q1d9py9zhym4jmyiivasmllkdnkp1zyx4brc6n2cfmxfph6gc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210312213058-32f4d319f0d2 - (package - (name "go-github-com-adamkorcz-go-fuzz-headers") - (version "0.0.0-20210312213058-32f4d319f0d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/AdamKorcz/go-fuzz-headers") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r14xxw8c7pkmln0n5vlrahf1785mr7mlyklmfpa11p9kk9pmq5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/AdamKorcz/go-fuzz-headers")) - (home-page "https://github.com/AdamKorcz/go-fuzz-headers") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-apex-logs-0.0.7 - (package - (name "go-github-com-apex-logs") - (version "0.0.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/apex/logs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h12q9sb7f4yjizajfxvjllzqab1s8scgqj22prwyfbbqg1ilchv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/apex/logs")) - (propagated-inputs - `(("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0" - ,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0))) - (home-page "https://github.com/apex/logs") - (synopsis "Example") - (description "Go client for @url{https://apex.sh/logs/,Apex Logs}.") - (license license:expat))) - -(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a - (package - (name "go-github-com-aphistic-golf") - (version "0.0.0-20180712155816-02c07f170c5a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aphistic/golf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aphistic/golf")) - (home-page "https://github.com/aphistic/golf") - (synopsis "golf") - (description - "This package provides logging capabilities using the GELF (@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/}) log format -") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.5 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "114d5xm8rfxplzd7nxz97gfngb4bhqy102szl084d1afcxsvm4aa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" - ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.1.1 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.5" - ,go-github-com-mattn-go-isatty-0.0.5))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b - (package - (name "go-github-com-mgutz-ansi") - (version "0.0.0-20170206155736-9520e82c474b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mgutz/ansi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00bz22314j26736w1f0q4jy9d9dfaml17vn890n5zqy3cmvmww1j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mgutz/ansi")) - (home-page "https://github.com/mgutz/ansi") - (synopsis "ansi") - (description - "Package ansi is a small, fast library to create ANSI colored strings and codes. -") - (license license:expat))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.7 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-hpcloud-tail-1.0.0 - (package - (name "go-github-com-hpcloud-tail") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcloud/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcloud/tail")) - (home-page "https://github.com/hpcloud/tail") - (synopsis "Go package for tail-ing files") - (description - "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") - (license license:expat))) - -(define-public go-github-com-onsi-ginkgo-1.6.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180906233101-161cd47e91fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180909124046-d0be0721c37e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-fsnotify-v1-1.4.7 - (package - (name "go-gopkg-in-fsnotify-v1") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/fsnotify.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/fsnotify.v1" - #:unpack-path - "gopkg.in/fsnotify.v1")) - (home-page "https://gopkg.in/fsnotify.v1") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 - (package - (name "go-gopkg-in-tomb-v1") - (version "1.0.0-20141024135613-dd632973f1e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/tomb.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) - (home-page "https://gopkg.in/tomb.v1") - (synopsis "Installation and usage") - (description - "The tomb package offers a conventional API for clean goroutine termination. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.1 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-onsi-gomega-1.5.0 - (package - (name "go-github-com-onsi-gomega") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n7i4hksdgv410m43v2sw14bl5vy59dkp6nlw5l76nibbh37syr9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-sergi-go-diff-1.0.0 - (package - (name "go-github-com-sergi-go-diff") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sergi/go-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sergi/go-diff")) - (home-page "https://github.com/sergi/go-diff") - (synopsis "go-diff") - (description - "go-diff offers algorithms to perform operations required for synchronizing plain text:") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190426145343-a29dc8fdc734") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07f0jj4haqs0ywc1akk1qjwn5msl2j0pry1rxjkkbfcq4r6ihc1p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-aphistic-sweet-0.2.0 - (package - (name "go-github-com-aphistic-sweet") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aphistic/sweet") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb4qagfxf6byqn2yx0vq24xfvisz3ah4w6bvqclc8cklvfngw43")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aphistic/sweet")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734" - ,go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734) - ("go-github-com-sergi-go-diff-1.0.0" - ,go-github-com-sergi-go-diff-1.0.0) - ("go-github-com-onsi-gomega-1.5.0" ,go-github-com-onsi-gomega-1.5.0) - ("go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b" - ,go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b) - ("go-github-com-mattn-go-colorable-0.1.1" - ,go-github-com-mattn-go-colorable-0.1.1))) - (home-page "https://github.com/aphistic/sweet") - (synopsis "sweet") - (description - "Sweet is a pluggable test runner capable of hooking into standard Go tests. It attempts to provide access to the standard Go test tool as close as possible while adding support for test suites and plugins that can hook into test results to add additional functionality.") - (license license:expat))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20180206201540-c2b33e8439af") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r6w7ydx8ydryxk3sfhzsk8m6f1nsik9jg3i1zhi69v4kfl4d5cz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-aws-aws-sdk-go-1.20.6 - (package - (name "go-github-com-aws-aws-sdk-go") - (version "1.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aws/aws-sdk-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "016vy5s9finyfgh08j7rvn2pnwymdgj2ydr59w57pysnri87mdwx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aws/aws-sdk-go")) - (propagated-inputs - `(("go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af" - ,go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af))) - (home-page "https://github.com/aws/aws-sdk-go") - (synopsis "AWS SDK for Go") - (description - "Package sdk is the official AWS SDK for the Go programming language. -") - (license license:asl2.0))) - -(define-public go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59 - (package - (name "go-github-com-aybabtme-rgbterm") - (version "0.0.0-20170906152045-cc83f3b3ce59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aybabtme/rgbterm") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wvmxvjn64968ikvnxrflb1x8rlcwzpfl53fzbxff2axbx9lq50q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aybabtme/rgbterm")) - (home-page "https://github.com/aybabtme/rgbterm") - (synopsis "RGB terminal") - (description - "Package rgbterm colorizes bytes and strings using RGB colors, for a -full range of pretty terminal strings. -") - (license #f))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 - (package - (name "go-github-com-kr-logfmt") - (version "0.0.0-20140226030751-b84e30acd515") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/logfmt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/logfmt")) - (home-page "https://github.com/kr/logfmt") - (synopsis #f) - (description - "Package implements the decoding of logfmt key-value pairs. -") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.4.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (propagated-inputs - `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-uuid-1.1.1 - (package - (name "go-github-com-google-uuid") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7 - (package - (name "go-github-com-jpillora-backoff") - (version "0.0.0-20180909062703-3050d21c67d7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jpillora/backoff") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nxapdx9xg5gwiscfhq7m0w14hj4gaxb4avmgf1mx9zd3jnw9jxv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jpillora/backoff")) - (home-page "https://github.com/jpillora/backoff") - (synopsis "Backoff") - (description - "Package backoff provides an exponential-backoff implementation. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.2.0 - (package - (name "go-github-com-kr-pretty") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.1.2 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.8" - ,go-github-com-mattn-go-isatty-0.0.8))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-rogpeppe-fastuuid-1.1.0 - (package - (name "go-github-com-rogpeppe-fastuuid") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/fastuuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jlif5pxyz3md02ij93kd2y2j1zz0ajc9k8azvn83vv6l3r5c1zg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) - (home-page "https://github.com/rogpeppe/fastuuid") - (synopsis "fastuuid") - (description - "Package fastuuid provides fast UUID generation of 192 bit -universally unique identifiers. -") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9 - (package - (name "go-github-com-smartystreets-go-aws-auth") - (version "0.0.0-20180515143844-0c1422d1fdb9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets-archives/go-aws-auth") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0krfdpgn3gfii1z9fi8ydfw0wwfqyvp6w3rji7w92m528zkjl93d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/go-aws-auth")) - (home-page "https://github.com/smartystreets/go-aws-auth") - (synopsis "go-aws-auth") - (description - "Package awsauth implements AWS request signing using Signed Signature Version 2, -Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and STS. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-1.0.0 - (package - (name "go-github-com-smartystreets-assertions") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1188hs39zvil41sdnxs83h1hp319lfyc5n2rvd1xnhz1dh5qjjh4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-gunit-1.0.0 - (package - (name "go-github-com-smartystreets-gunit") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/gunit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d09rl5qqpj36a311pjj8w5jkj83d5b8gdcsx8f1zn4j924sm5d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/gunit")) - (propagated-inputs - `(("go-github-com-smartystreets-assertions-1.0.0" - ,go-github-com-smartystreets-assertions-1.0.0))) - (home-page "https://github.com/smartystreets/gunit") - (synopsis "gunit") - (description - "Package gunit provides \"testing\" package hooks and convenience -functions for writing tests in an xUnit style. -See the README file and the examples folder for examples. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.4.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0 - (package - (name "go-github-com-tj-assert") - (version "0.0.0-20171129193455-018094318fb0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/assert") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15ika7izp5hkd10dm30apwfvpm0d1yl2rnxs6896q0svz9zvi2z3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/assert")) - (home-page "https://github.com/tj/assert") - (synopsis "assert") - (description - "Package assert implements the same assertions as the `assert` package but -stops test execution when a test fails. -") - (license license:expat))) - -(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2 - (package - (name "go-github-com-tj-go-elastic") - (version "0.0.0-20171221160941-36157cbbebc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-elastic") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-elastic")) - (home-page "https://github.com/tj/go-elastic") - (synopsis "go-elastic") - (description - "Package elastic provides an Elasticsearch client with AWS sigv4 support. -") - (license license:expat))) - -(define-public go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b - (package - (name "go-github-com-tj-go-kinesis") - (version "0.0.0-20171128231115-08b17f58cb1b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-kinesis") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "108c6p5j6rhhc2cnc2v5368yfsw73y6lzlvz02vpvvjph8rhmld4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-kinesis")) - (home-page "https://github.com/tj/go-kinesis") - (synopsis "go-kinesis") - (description - "Package kinesis implements a batch producer built on top of the official AWS SDK. -") - (license license:expat))) - -(define-public go-github-com-tj-go-spin-1.1.0 - (package - (name "go-github-com-tj-go-spin") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/go-spin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/go-spin")) - (home-page "https://github.com/tj/go-spin") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20190902080502-41f04d3bba15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-github-com-apex-log-1.4.0 - (package - (name "go-github-com-apex-log") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/apex/log") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0711096f04dyjk2vgj5b50491fl36wciwbq80xwvns5wwkqdg2z5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/apex/log")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-tj-go-spin-1.1.0" ,go-github-com-tj-go-spin-1.1.0) - ("go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b" - ,go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b) - ("go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2" - ,go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2) - ("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0" - ,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-smartystreets-gunit-1.0.0" - ,go-github-com-smartystreets-gunit-1.0.0) - ("go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9" - ,go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9) - ("go-github-com-rogpeppe-fastuuid-1.1.0" - ,go-github-com-rogpeppe-fastuuid-1.1.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-mattn-go-colorable-0.1.2" - ,go-github-com-mattn-go-colorable-0.1.2) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7" - ,go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59" - ,go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59) - ("go-github-com-aws-aws-sdk-go-1.20.6" - ,go-github-com-aws-aws-sdk-go-1.20.6) - ("go-github-com-aphistic-sweet-0.2.0" - ,go-github-com-aphistic-sweet-0.2.0) - ("go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a" - ,go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a) - ("go-github-com-apex-logs-0.0.7" ,go-github-com-apex-logs-0.0.7))) - (home-page "https://github.com/apex/log") - (synopsis "Handlers") - (description - "Package log implements a simple structured logging API designed with few assumptions. Designed for -centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out -to handlers. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 - (package - (name "go-github-com-cyphar-filepath-securejoin") - (version "0.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cyphar/filepath-securejoin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) - (home-page "https://github.com/cyphar/filepath-securejoin") - (synopsis #f) - (description - "Package securejoin is an implementation of the hopefully-soon-to-be-included -SecureJoin helper that is meant to be part of the \"path/filepath\" package. -The purpose of this project is to provide a PoC implementation to make the -SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more -tangible. -") - (license license:bsd-3))) - -(define-public go-github-com-docker-go-units-0.4.0 - (package - (name "go-github-com-docker-go-units") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-units") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-units")) - (home-page "https://github.com/docker/go-units") - (synopsis "Introduction") - (description - "Package units provides helper function to parse and print size and time units -in human-readable format. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-klauspost-compress-1.11.3 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-klauspost-pgzip-1.2.4 - (package - (name "go-github-com-klauspost-pgzip") - (version "1.2.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/pgzip") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mnhfdn0isbkra455jynqjbmrwymx09shlbzbyvgfycih3nbrif0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/pgzip")) - (home-page "https://github.com/klauspost/pgzip") - (synopsis "pgzip") - (description - "Package pgzip implements reading and writing of gzip format compressed files, -as specified in @url{https://rfc-editor.org/rfc/rfc1952.html,RFC 1952}. -") - (license license:expat))) - -(define-public go-github-com-creack-pty-1.1.9 - (package - (name "go-github-com-creack-pty") - (version "1.1.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/creack/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v52599qq76dwq742mffakzj6mxqqccv2szn3hjicjld56nmd2d3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/creack/pty")) - (home-page "https://github.com/creack/pty") - (synopsis "pty") - (description - "Package pty provides functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.2.0 - (package - (name "go-github-com-kr-text") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-creack-pty-1.1.9" ,go-github-com-creack-pty-1.1.9))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200116001909-b77594299b42") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0isfm6kmh4fjhh6m7mrb3zvdjka2y31c5habr5kydl7rg0lwkabv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mattn-go-isatty-0.0.12 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dfsh27d52wmz0nmmzm2382pfrs2fcijvh6cgir7jbb4pnigr5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42" - ,go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200223170610-d5e6a3e2c0ae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lz7vm5dz2p14fzq2j4m1l9p392cl0fa73aaf45gln07ylfajk4n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mattn-go-colorable-0.1.6 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zv9ix7g0qf71jdhv7gbab9hjfkgbxl22kwhpz9ck1y6m4g1zxaw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae" - ,go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae) - ("go-github-com-mattn-go-isatty-0.0.12" - ,go-github-com-mattn-go-isatty-0.0.12))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mohae-deepcopy-0.0.0-20170929034955-c48cc78d4826 - (package - (name "go-github-com-mohae-deepcopy") - (version "0.0.0-20170929034955-c48cc78d4826") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mohae/deepcopy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jdhsz0hsbn0k45rmvm39knbvs024j24ay2q65k5ih8ql8m2c0sd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mohae/deepcopy")) - (home-page "https://github.com/mohae/deepcopy") - (synopsis "deepCopy") - (description - "deepcopy makes deep copies of things. A standard copy will copy the -pointers: deep copy copies the values pointed to. Unexported field -values are not copied. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-niemeyer-pretty-0.0.0-20200227124842-a10e7caefd8e - (package - (name "go-github-com-niemeyer-pretty") - (version "0.0.0-20200227124842-a10e7caefd8e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/niemeyer/pretty") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jmazh4xzaa3v6g46hz60q2z7nmqs9l9cxdzmmscn3kbcs2znq4v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/niemeyer/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/niemeyer/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.1 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc90 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc90") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pi3rvj585997m4z9ljkxz2z9yxf9p2jr0pmqbqrc7bc95f5hagk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-rootless-containers-proto-0.1.0 - (package - (name "go-github-com-rootless-containers-proto") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rootless-containers/proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yik3b2fxpdkhplni8saabpvf43wnnz4wh6fapak29mkj3lx3mfh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rootless-containers/proto")) - (home-page "https://github.com/rootless-containers/proto") - (synopsis #f) - (description - "This project contains the @url{https://developers.google.com/protocol-buffers/,protobuf} definition of the -@code{user.rootlesscontainers} extended attribute. The main purpose of this -attribute is to allow for a interoperable and standardised way of emulating -persistent syscalls in a @url{https://rootlesscontaine.rs/,rootless container} (syscalls -such as @code{chown(2)} which would ordinarily fail).") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190422165155-953cdadca894") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.6.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200605160147-a5ece683394c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03cm7c3p5fh0aa8vnxv5010dgqqr268ivb480ix1salxx3396w68")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-tj-assert-0.0.3 - (package - (name "go-github-com-tj-assert") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tj/assert") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tj/assert")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c" - ,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/tj/assert") - (synopsis "assert") - (description - "Package assert implements the same assertions as the `assert` package but -stops test execution when a test fails. -") - (license license:expat))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0-20190314233015-f79a8a8ca69d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.4 - (package - (name "go-github-com-urfave-cli") - (version "1.22.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s7frsmiih4wh8vpx9z3ck4667c6vpjrmba7b9ymnv1p9khyg8wc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190222072716-a9d3bda3a223") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1w45zc13xrjzl19s1sx74r5mg3lf2z2nm13wygcdq5r5pyjlhdz9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mattn-go-isatty-0.0.8 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rqfh1rj6f5wm8p2ky7inm8g10152p7w6n2cli17kf9gad797i8h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" - ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-colorable-0.1.4 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yxcz08kminqr1221zxpibnbzfcgs3fafin0z9zqb3gqvf74jywz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.8" - ,go-github-com-mattn-go-isatty-0.0.8))) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.11 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h671sv7hfprja495kavazkalkx7xzaqksjh13brcnwq67ijrali")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037))) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.9.0 - (package - (name "go-github-com-fatih-color") - (version "1.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "086z8ssmr1fn9ba4mqnw7pnccfpys6l5yfhvycv1gdrsk7n27mvs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (propagated-inputs - `(("go-github-com-mattn-go-isatty-0.0.11" - ,go-github-com-mattn-go-isatty-0.0.11) - ("go-github-com-mattn-go-colorable-0.1.4" - ,go-github-com-mattn-go-colorable-0.1.4))) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.1 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20180904163835-0709b304e793") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180905080454-ebe1bf3edb33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.3.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ib7k8cwxn53dyxd3af1g81z018n77n6q64pm4miznirf7c2c9gk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" - ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191026070338-33540a1f6037") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vbatts-go-mtree-0.5.0 - (package - (name "go-github-com-vbatts-go-mtree") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vbatts/go-mtree") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p42aliw6ngp7zgg5y9mi18z1ka9n0vblbrp5flp93i7qfmc5y0k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vbatts/go-mtree")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550) - ("go-github-com-sirupsen-logrus-1.3.0" - ,go-github-com-sirupsen-logrus-1.3.0) - ("go-github-com-fatih-color-1.9.0" ,go-github-com-fatih-color-1.9.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/vbatts/go-mtree") - (synopsis "go-mtree") - (description - "@code{mtree} is a filesystem hierarchy validation tooling and format. -This is a library and simple cli tool for @url{https://www.freebsd.org/cgi/man.cgi?mtree%288%29=,mtree(8)} support.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200604202706-70a84ac30bf9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200604202706-70a84ac30bf9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zr8np92g3qx7cdgaz4b2z5wnlym9lqyhrvs3xvv1fbsapd2z6i3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200622214017-ed371f2e16b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.22.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.22.0" - ,go-google-golang-org-protobuf-1.22.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 - (package - (name "go-github-com-census-instrumentation-opencensus-proto") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/census-instrumentation/opencensus-proto")) - (home-page "https://github.com/census-instrumentation/opencensus-proto") - (synopsis - "OpenCensus Proto - Language Independent Interface Types For OpenCensus") - (description - "Census provides a framework to define and collect stats against metrics and to -break those stats down across user-defined dimensions.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190812154241-14fe0d1b01d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190311212946-11955173bddd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190313153728-d0100b6bd8b3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190524140312-2c0ae7006135") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.23.0 - (package - (name "go-google-golang-org-grpc") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.1-0.20191026205805-5f8ba28d4473") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 - (package - (name "go-github-com-envoyproxy-protoc-gen-validate") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/protoc-gen-validate") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) - (home-page "https://github.com/envoyproxy/protoc-gen-validate") - (synopsis "protoc-gen-validate (PGV)") - (description - "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.2.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 - (package - (name "go-golang-org-x-exp") - (version "0.0.0-20190121172915-509febef88a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/exp") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/exp")) - (home-page "https://golang.org/x/exp") - (synopsis "exp") - (description - "This subrepository holds experimental and deprecated (in the @code{old} -directory) packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190227174305-5b3e6a55c961") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190213061140-3a22650c66bd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181108010431-42b317875d0f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180724234803-3673e40ba225") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.4.0 - (package - (name "go-google-golang-org-appengine") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190226205152-f727befe758c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.26.0 - (package - (name "go-cloud-google-com-go") - (version "0.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-client9-misspell-0.3.4 - (package - (name "go-github-com-client9-misspell") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/client9/misspell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/client9/misspell")) - (home-page "https://github.com/client9/misspell") - (synopsis "Install") - (description - "Package misspell corrects commonly misspelled English words in source files. -") - (license license:expat))) - -(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b - (package - (name "go-github-com-golang-glog") - (version "0.0.0-20160126235308-23def4e6c14b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/glog")) - (home-page "https://github.com/golang/glog") - (synopsis "glog") - (description - "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.1.1 - (package - (name "go-github-com-golang-mock") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20181026193005-c67002cb31c3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180826012351-8a410e7b638d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20180821212333-d2e6202438be") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180830151530-49385e6e1522") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190114222345-bf090417da8b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.1.0 - (package - (name "go-google-golang-org-appengine") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20180817151627-c66870c02cf8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.19.0 - (package - (name "go-google-golang-org-grpc") - (version "1.19.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" - ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" - ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" - ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) - ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" - ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190102054323-c2f93a96b099") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190819201941-24fa4b261c55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.0 - (package - (name "go-google-golang-org-grpc") - (version "1.27.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc - (package - (name "go-google-golang-org-protobuf") - (version "1.23.1-0.20200526195155-81db48ad09cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190523083050-ea95bdfd59fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200526211855-cb27e3aa2013") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" - ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.24.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20200227125254-8fa46927fb4f - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20200227125254-8fa46927fb4f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fx03x0nx9mjwnqphnx852q9p76qg7cazrachvgr1bj357lplrcw")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200615113413-eeeca48fe776 - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200615113413-eeeca48fe776") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06m3kx5mp6vwfcpjl04c39r1dpbakg2la9ql1jw3zvpi6jk7iwbk")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-opencontainers-umoci-0.4.7 - (package - (name "go-github-com-opencontainers-umoci") - (version "0.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/umoci") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0in8kyi4jprvbm3zsl3risbjj8b0ma62yl3rq8rcvcgypx0mn7d4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/umoci")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200615113413-eeeca48fe776" - ,go-gopkg-in-yaml-v3-3.0.0-20200615113413-eeeca48fe776) - ("go-gopkg-in-check-v1-1.0.0-20200227125254-8fa46927fb4f" - ,go-gopkg-in-check-v1-1.0.0-20200227125254-8fa46927fb4f) - ("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" - ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) - ("go-golang-org-x-crypto-0.0.0-20200604202706-70a84ac30bf9" - ,go-golang-org-x-crypto-0.0.0-20200604202706-70a84ac30bf9) - ("go-github-com-vbatts-go-mtree-0.5.0" - ,go-github-com-vbatts-go-mtree-0.5.0) - ("go-github-com-urfave-cli-1.22.4" ,go-github-com-urfave-cli-1.22.4) - ("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-rootless-containers-proto-0.1.0" - ,go-github-com-rootless-containers-proto-0.1.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-opencontainers-runc-1.0.0-rc90" - ,go-github-com-opencontainers-runc-1.0.0-rc90) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-niemeyer-pretty-0.0.0-20200227124842-a10e7caefd8e" - ,go-github-com-niemeyer-pretty-0.0.0-20200227124842-a10e7caefd8e) - ("go-github-com-mohae-deepcopy-0.0.0-20170929034955-c48cc78d4826" - ,go-github-com-mohae-deepcopy-0.0.0-20170929034955-c48cc78d4826) - ("go-github-com-mattn-go-colorable-0.1.6" - ,go-github-com-mattn-go-colorable-0.1.6) - ("go-github-com-kr-text-0.2.0" ,go-github-com-kr-text-0.2.0) - ("go-github-com-klauspost-pgzip-1.2.4" - ,go-github-com-klauspost-pgzip-1.2.4) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-apex-log-1.4.0" ,go-github-com-apex-log-1.4.0) - ("go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210312213058-32f4d319f0d2" - ,go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210312213058-32f4d319f0d2))) - (home-page "https://github.com/opencontainers/umoci") - (synopsis "Install") - (description - "@strong{u}moci @strong{m}odifies @strong{O}pen @strong{C}ontainer @strong{i}mages.") - (license license:asl2.0))) - -(define-public go-github-com-pelletier-go-toml-1.9.3 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-russross-blackfriday-v2-2.1.0 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d1rg1drrfmabilqjjayklsz5d0n3hkf979sr3wsrw92bfbkivs7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76 - (package - (name "go-github-com-satori-go-uuid") - (version "1.2.1-0.20180404165556-75cca531ea76") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/satori/go.uuid") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fi1rc2zl0vyyah6iy8cvsjyxipp6pnzb19x40qkq3j1qlra20qy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/satori/go.uuid")) - (home-page "https://github.com/satori/go.uuid") - (synopsis "UUID package for Go language") - (description - "Package uuid provides implementation of Universally Unique Identifier (UUID). -Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and -version 2 (as specified in DCE 1.1). -") - (license license:expat))) - -(define-public go-github-com-blang-semver-3.5.1+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.5.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-hashicorp-errwrap-1.0.0 - (package - (name "go-github-com-hashicorp-errwrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-1.1.0 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pmjpzpra7lqgikxzwlcp5mh01b46j2vhyxkixz0v86fr9kf0k3k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200710190001-3e4195d92445 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20200710190001-3e4195d92445") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04kfdbap80r89rn7f7xcmkyy0qbpd18dgk65bzapy0x0calpgrlk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-tools-0.9.0 - (package - (name "go-github-com-opencontainers-runtime-tools") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pli3jb1rq9lkzzz83f7jw788vijg7x6ly3vgasdlwri7kiph1sa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) - (home-page "https://github.com/opencontainers/runtime-tools") - (synopsis "oci-runtime-tool") - (description - "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. -To build from source code, runtime-tools requires Go 1.10.x or above.") - (license license:asl2.0))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11-0.20200630133818-d5bec3311243") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191115151921-52ab43148777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.6.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" - ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 - (package - (name "go-github-com-seccomp-libseccomp-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/seccomp/libseccomp-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) - (home-page "https://github.com/seccomp/libseccomp-golang") - (synopsis #f) - (description - "Package seccomp provides bindings for libseccomp, a library wrapping the Linux -seccomp syscall. Seccomp enables an application to restrict system call use -for itself and its children. -") - (license license:bsd-2))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190422165155-953cdadca894") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.6.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20180916011248-d98352740cb2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f - (package - (name "go-github-com-xeipuuv-gojsonpointer") - (version "0.0.0-20180127040702-4e3ac2762d5f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonpointer") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) - (home-page "https://github.com/xeipuuv/gojsonpointer") - (synopsis "gojsonpointer") - (description "An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 - (package - (name "go-github-com-xeipuuv-gojsonreference") - (version "0.0.0-20180127040603-bd5ef7bd5415") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonreference") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) - (home-page "https://github.com/xeipuuv/gojsonreference") - (synopsis "gojsonreference") - (description "An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonschema-1.2.0 - (package - (name "go-github-com-xeipuuv-gojsonschema") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonschema") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mqiq0r8qw4qlfp3ls8073r6514rmzwrmdn4j33rppk3zh942i6l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) - (propagated-inputs - `(("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0))) - (home-page "https://github.com/xeipuuv/gojsonschema") - (synopsis "gojsonschema") - (description - "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200720211630-cb9d2d5c5666 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200720211630-cb9d2d5c5666") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18b1179cvv3rfn3hhysiqwcn2c15a1kzff74q4494rz69k0j7w4q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-seccomp-containers-golang-0.6.0 - (package - (name "go-github-com-seccomp-containers-golang") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/seccomp/containers-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0clrwdnmr131a65h66br57bsnr17i1s3kq9cc7ljrdaym57y6cfz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/seccomp/containers-golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200720211630-cb9d2d5c5666" - ,go-golang-org-x-sys-0.0.0-20200720211630-cb9d2d5c5666) - ("go-github-com-xeipuuv-gojsonschema-1.2.0" - ,go-github-com-xeipuuv-gojsonschema-1.2.0) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-opencontainers-selinux-1.6.0" - ,go-github-com-opencontainers-selinux-1.6.0) - ("go-github-com-opencontainers-runtime-tools-0.9.0" - ,go-github-com-opencontainers-runtime-tools-0.9.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200710190001-3e4195d92445" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200710190001-3e4195d92445) - ("go-github-com-hashicorp-go-multierror-1.1.0" - ,go-github-com-hashicorp-go-multierror-1.1.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://github.com/seccomp/containers-golang") - (synopsis "containers-golang") - (description - "@code{containers-golang} is a set of Go libraries used by container runtimes to generate and load seccomp mappings into the kernel.") - (license license:asl2.0))) - -(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 - (package - (name "go-github-com-seccomp-libseccomp-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/seccomp/libseccomp-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) - (home-page "https://github.com/seccomp/libseccomp-golang") - (synopsis #f) - (description - "Package seccomp provides bindings for libseccomp, a library wrapping the Linux -seccomp syscall. Seccomp enables an application to restrict system call use -for itself and its children. -") - (license license:bsd-2))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-inconshreveable-mousetrap-1.0.0 - (package - (name "go-github-com-inconshreveable-mousetrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/inconshreveable/mousetrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) - (home-page "https://github.com/inconshreveable/mousetrap") - (synopsis "mousetrap") - (description "mousetrap is a tiny library that answers a single question.") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-go-cleanhttp-0.5.1 - (package - (name "go-github-com-hashicorp-go-cleanhttp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-cleanhttp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07kx3fhryqmaw3czacmm11qwx63js2q8cfq967vphk7xg9q377kk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-cleanhttp")) - (home-page "https://github.com/hashicorp/go-cleanhttp") - (synopsis "cleanhttp") - (description - "Package cleanhttp offers convenience utilities for acquiring \"clean\" -http.Transport and http.Client structs. -") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-go-homedir-1.0.0 - (package - (name "go-github-com-mitchellh-go-homedir") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/go-homedir") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/go-homedir")) - (home-page "https://github.com/mitchellh/go-homedir") - (synopsis "go-homedir") - (description - "This is a Go library for detecting the user's home directory without -the use of cgo, so the library can be used in cross-compilation environments.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-rootcerts-1.0.0 - (package - (name "go-github-com-hashicorp-go-rootcerts") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-rootcerts") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wply5zhj1rcybr932zbwm1i18q5wr7kgkhnz6bw6mk1n9yr8lfj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-rootcerts")) - (propagated-inputs - `(("go-github-com-mitchellh-go-homedir-1.0.0" - ,go-github-com-mitchellh-go-homedir-1.0.0))) - (home-page "https://github.com/hashicorp/go-rootcerts") - (synopsis "rootcerts") - (description - "Package rootcerts contains functions to aid in loading CA certificates for -TLS connections. -") - (license license:mpl2.0))) - -(define-public go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e - (package - (name "go-github-com-armon-circbuf") - (version "0.0.0-20150827004946-bbbad097214e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/circbuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1idpr0lzb2px2p3wgfq2276yl7jpaz43df6n91kf790404s4zmk3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/circbuf")) - (home-page "https://github.com/armon/circbuf") - (synopsis "circbuf") - (description - "This repository provides the @code{circbuf} package. This provides a @code{Buffer} object -which is a circular (or ring) buffer. It has a fixed size, but can be written -to infinitely. Only the last @code{size} bytes are ever retained. The buffer implements -the @code{io.Writer} interface.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-syslog-1.0.0 - (package - (name "go-github-com-hashicorp-go-syslog") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-syslog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-syslog")) - (home-page "https://github.com/hashicorp/go-syslog") - (synopsis "go-syslog") - (description - "This repository provides a very simple @code{gsyslog} package. The point of this -package is to allow safe importing of syslog without introducing cross-compilation -issues. The stdlib @code{log/syslog} cannot be imported on Windows systems, and without -conditional compilation this adds complications.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-uuid-1.0.1 - (package - (name "go-github-com-hashicorp-go-uuid") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jvb88m0rq41bwgirsadgw7mnayl27av3gd2vqa3xvxp3fy0hp5k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-uuid")) - (home-page "https://github.com/hashicorp/go-uuid") - (synopsis "uuid") - (description - "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-logutils-1.0.0 - (package - (name "go-github-com-hashicorp-logutils") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/logutils") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "076wf4sh5p3f953ndqk1cc0x7jhmlqrxak9953rz79rcdw77rjvv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/logutils")) - (home-page "https://github.com/hashicorp/logutils") - (synopsis "logutils") - (description - "Package logutils augments the standard log package with levels. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-net-0.0.1 - (package - (name "go-github-com-hashicorp-go-net") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go.net") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06arwi95xp5rxyz7rndvhc3wlwg0jn9a5z6djf3yyg5h9zfab9i4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go.net")) - (home-page "https://github.com/hashicorp/go.net") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-mdns-1.0.0 - (package - (name "go-github-com-hashicorp-mdns") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/mdns") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qr4l91hhi97s8a1isnrw3s4q8pjzacqiks870vnwh15v7ig3axd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/mdns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" - ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" - ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) - ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" - ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) - ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) - ("go-github-com-hashicorp-go-net-0.0.1" - ,go-github-com-hashicorp-go-net-0.0.1))) - (home-page "https://github.com/hashicorp/mdns") - (synopsis "mdns") - (description - "Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be -used to discover services on the local network without the use of an authoritative -DNS server. This enables peer-to-peer discovery. It is important to note that many -networks restrict the use of multicasting, which prevents mDNS from functioning. -Notably, multicast cannot be used in any sort of cloud, or shared infrastructure -environment. However it works well in most office, home, or private infrastructure -environments.") - (license license:expat))) - -(define-public go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da - (package - (name "go-github-com-armon-go-metrics") - (version "0.0.0-20180917152333-f0300d1749da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13l7c35ps0r27vxfil2w0xhhc7w5rh00awvlmn4cz0a937b9ffpv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/go-metrics")) - (home-page "https://github.com/armon/go-metrics") - (synopsis "go-metrics") - (description - "This library provides a @code{metrics} package which can be used to instrument code, -expose application metrics, and profile runtime performance in a flexible manner.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-uuid-1.0.0 - (package - (name "go-github-com-hashicorp-go-uuid") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jflywlani7583qm4ysph40hsgx3n66n5zr2k84i057fmwa1ypfy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-uuid")) - (home-page "https://github.com/hashicorp/go-uuid") - (synopsis "uuid") - (description - "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-immutable-radix-1.0.0 - (package - (name "go-github-com-hashicorp-go-immutable-radix") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-immutable-radix") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v3nmsnk1s8bzpclrhirz7iq0g5xxbw9q5gvrg9ss6w9crs72qr6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-immutable-radix")) - (propagated-inputs - `(("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-hashicorp-go-uuid-1.0.0" - ,go-github-com-hashicorp-go-uuid-1.0.0))) - (home-page "https://github.com/hashicorp/go-immutable-radix") - (synopsis "go-immutable-radix") - (description - "This package provides the @code{iradix} package that implements an immutable @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. -The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-msgpack-0.5.3 - (package - (name "go-github-com-hashicorp-go-msgpack") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-msgpack") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00jv0ajqd58pkb2yyhlrjp0rv1mvb1ijx3yqjyikcmzvk9jb4h5m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-msgpack")) - (home-page "https://github.com/hashicorp/go-msgpack") - (synopsis "go-codec") - (description "This repository contains the @code{go-codec} library.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-sockaddr-1.0.0 - (package - (name "go-github-com-hashicorp-go-sockaddr") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-sockaddr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yn1xq8ysn0lszmkygz3a9lgpswbz1p91jv7q8l20s4749a22xgi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-sockaddr")) - (home-page "https://github.com/hashicorp/go-sockaddr") - (synopsis "go-sockaddr") - (description - "Package sockaddr is a Go implementation of the UNIX socket family data types and -related helper functions. -") - (license license:mpl2.0))) - -(define-public go-github-com-miekg-dns-1.0.14 - (package - (name "go-github-com-miekg-dns") - (version "1.0.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/miekg/dns") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qgli6yp59bv6vc6zag84cwxmcxgnyxm1q2f301yyijk3wy5b2ak")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/miekg/dns")) - (home-page "https://github.com/miekg/dns") - (synopsis "Alternative (more granular) approach to a DNS library") - (description - "Package dns implements a full featured interface to the Domain Name System. -Both server- and client-side programming is supported. The package allows -complete control over what is sent out to the DNS. The API follows the -less-is-more principle, by presenting a small, clean interface. -") - (license license:bsd-3))) - -(define-public go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529 - (package - (name "go-github-com-sean--seed") - (version "0.0.0-20170313163322-e2103e2c3529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sean-/seed") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sean-/seed")) - (home-page "https://github.com/sean-/seed") - (synopsis "- Quickly Seed Go's Random Number Generator") - (description - "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,seed} Go's -random number generator (if possible). This library isn't anything fancy, it's -just a canonical way of seeding Go's random number generator. Cribbed from -@url{https://github.com/hashicorp/nomad/commit/f89a993ec6b91636a3384dd568898245fbc273a1,(code Nomad)} -before it was moved into -@url{https://github.com/hashicorp/consul/commit/d695bcaae6e31ee307c11fdf55bb0bf46ea9fcf4,(code Consul)} -and made into a helper function, and now further modularized to be a super -lightweight and reusable library.") - (license #f))) - -(define-public go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20181029021203-45a5f77698d3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0636jjj89wkzqchajwwzgcn4aafc334p70nawh9jzavg2mkx0ch4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181023162649-9b4f9f5ad519") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06hvxy113h76f31gv1mq6vdr6xja1zv0fdig686l2b4y2b6swych")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181026203630-95b1ffbd15a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06c3lf93wzf5kkfmzmgn75x4c0a7159vrwjrqh6zh9zxzqq5whpq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-memberlist-0.1.3 - (package - (name "go-github-com-hashicorp-memberlist") - (version "0.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/memberlist") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1spq7dagvqj3baqw2dhxx1zxrb02y6m3apzr3a7gyirii890g3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/memberlist")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" - ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" - ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) - ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" - ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529" - ,go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" - ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) - ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) - ("go-github-com-hashicorp-go-sockaddr-1.0.0" - ,go-github-com-hashicorp-go-sockaddr-1.0.0) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-hashicorp-go-msgpack-0.5.3" - ,go-github-com-hashicorp-go-msgpack-0.5.3) - ("go-github-com-hashicorp-go-immutable-radix-1.0.0" - ,go-github-com-hashicorp-go-immutable-radix-1.0.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" - ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da))) - (home-page "https://github.com/hashicorp/memberlist") - (synopsis "memberlist") - (description - "memberlist is a library that manages cluster -membership and member failure detection using a gossip based protocol. -") - (license license:mpl2.0))) - -(define-public go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310 - (package - (name "go-github-com-armon-go-radix") - (version "0.0.0-20180808171621-7fddfc383310") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/go-radix") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y8chspn14n9xpsfb9gxnnf819rfpriaz64v81p7873a42kkhxb4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/go-radix")) - (home-page "https://github.com/armon/go-radix") - (synopsis "go-radix") - (description - "This package provides the @code{radix} package that implements a @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. -The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") - (license license:expat))) - -(define-public go-github-com-bgentry-speakeasy-0.1.0 - (package - (name "go-github-com-bgentry-speakeasy") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bgentry/speakeasy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bgentry/speakeasy")) - (home-page "https://github.com/bgentry/speakeasy") - (synopsis "Speakeasy") - (description - "This package provides cross-platform Go (#golang) helpers for taking user input -from the terminal while not echoing the input back (similar to @code{getpasswd}). The -package uses syscalls to avoid any dependence on cgo, and is therefore -compatible with cross-compiling.") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-hashicorp-errwrap-1.0.0 - (package - (name "go-github-com-hashicorp-errwrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-1.0.0 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-mattn-go-colorable-0.0.9 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.3 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-posener-complete-1.1.1 - (package - (name "go-github-com-posener-complete") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/posener/complete") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbdiybjizbaxbf5q0xwbq0cjqw4bl6jggvsjzrpif0w86fcjda2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/posener/complete")) - (home-page "https://github.com/posener/complete") - (synopsis "complete") - (description - "Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180823144017-11551d06cbcc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j34525b9smcyjqmxvvqgcfn87kkx3b2izidmjp2cmhjxzjrgpwm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mitchellh-cli-1.0.0 - (package - (name "go-github-com-mitchellh-cli") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i9kmr7rcf10d2hji8h4247hmc0nbairv7a0q51393aw2h1bnwg2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/cli")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc" - ,go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc) - ("go-github-com-posener-complete-1.1.1" - ,go-github-com-posener-complete-1.1.1) - ("go-github-com-mattn-go-isatty-0.0.3" - ,go-github-com-mattn-go-isatty-0.0.3) - ("go-github-com-mattn-go-colorable-0.0.9" - ,go-github-com-mattn-go-colorable-0.0.9) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-bgentry-speakeasy-0.1.0" - ,go-github-com-bgentry-speakeasy-0.1.0) - ("go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310" - ,go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310))) - (home-page "https://github.com/mitchellh/cli") - (synopsis "Go CLI Library") - (description - "cli is a library for implementing powerful command-line interfaces in Go. -cli is the library that powers the CLI for -@url{https://github.com/mitchellh/packer,Packer}, -@url{https://github.com/hashicorp/serf,Serf}, -@url{https://github.com/hashicorp/consul,Consul}, -@url{https://github.com/hashicorp/vault,Vault}, -@url{https://github.com/hashicorp/terraform,Terraform}, and -@url{https://github.com/hashicorp/nomad,Nomad}.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-gox-0.4.0 - (package - (name "go-github-com-mitchellh-gox") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/gox") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/gox")) - (home-page "https://github.com/mitchellh/gox") - (synopsis "Gox - Simple Go Cross Compilation") - (description - "Gox is a simple, no-frills tool for Go cross compilation that behaves a -lot like standard @code{go build}. Gox will parallelize builds for multiple -platforms. Gox will also build the cross-compilation toolchain for you.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-iochan-1.0.0 - (package - (name "go-github-com-mitchellh-iochan") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/iochan") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "058n9bbf536f2nw3pbs7pysrg9cqvgkb28z2zf5wjyrzrknyk53g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/iochan")) - (home-page "https://github.com/mitchellh/iochan") - (synopsis "iochan") - (description - "iochan is a Go library for treating @code{io} readers and writers like channels. -This is useful when sometimes you wish to use @code{io.Reader} and such in @code{select} -statements.") - (license license:expat))) - -(define-public go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee - (package - (name "go-github-com-mitchellh-mapstructure") - (version "0.0.0-20160808181253-ca63d7c062ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjwhgi57l5fxlmpdchipdd4jasdn1sa8ccl2f2486v06rv6z7gr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f - (package - (name "go-github-com-ryanuber-columnize") - (version "0.0.0-20160712163229-9b3edd62028f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ryanuber/columnize") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ya1idkbb0a9fjlhkcnh5a9yvpwzwfmbyg7d56lpplwr9rqi1da4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ryanuber/columnize")) - (home-page "https://github.com/ryanuber/columnize") - (synopsis "Columnize") - (description "Easy column-formatted output for golang") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181201002055-351d144fa1fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-serf-0.8.2 - (package - (name "go-github-com-hashicorp-serf") - (version "0.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/serf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nrslghvdjhaczr2xp9mn8xgcx1dxl4jgpbk0l61ssmxahpx4iyc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/serf")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc" - ,go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f" - ,go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f) - ("go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee" - ,go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee) - ("go-github-com-mitchellh-iochan-1.0.0" - ,go-github-com-mitchellh-iochan-1.0.0) - ("go-github-com-mitchellh-gox-0.4.0" - ,go-github-com-mitchellh-gox-0.4.0) - ("go-github-com-mitchellh-cli-1.0.0" - ,go-github-com-mitchellh-cli-1.0.0) - ("go-github-com-hashicorp-memberlist-0.1.3" - ,go-github-com-hashicorp-memberlist-0.1.3) - ("go-github-com-hashicorp-mdns-1.0.0" - ,go-github-com-hashicorp-mdns-1.0.0) - ("go-github-com-hashicorp-logutils-1.0.0" - ,go-github-com-hashicorp-logutils-1.0.0) - ("go-github-com-hashicorp-go-uuid-1.0.1" - ,go-github-com-hashicorp-go-uuid-1.0.1) - ("go-github-com-hashicorp-go-syslog-1.0.0" - ,go-github-com-hashicorp-go-syslog-1.0.0) - ("go-github-com-hashicorp-go-msgpack-0.5.3" - ,go-github-com-hashicorp-go-msgpack-0.5.3) - ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" - ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da) - ("go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e" - ,go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e))) - (home-page "https://github.com/hashicorp/serf") - (synopsis "Serf") - (description - "Serf is a decentralized solution for service discovery and orchestration -that is lightweight, highly available, and fault tolerant.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-mapstructure-1.1.2 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c - (package - (name "go-github-com-pascaldekloe-goe") - (version "0.0.0-20180627143212-57f6aae5913c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pascaldekloe/goe") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dqd3mfb4z2vmv6pg6fhgvfc53vhndk24wcl9lj1rz02n6m279fq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pascaldekloe/goe")) - (home-page "https://github.com/pascaldekloe/goe") - (synopsis "Go Enterprise") - (description - "Common enterprise features for the Go programming language (golang).") - (license license:cc0))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-hashicorp-consul-api-1.1.0 - (package - (name "go-github-com-hashicorp-consul-api") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/consul") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xm3gl8i7pgsbsc2397bwh9hp2dwnk4cmw5y05acqn3zpyp84sbv")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/hashicorp/consul/api" - #:unpack-path - "github.com/hashicorp/consul")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" - ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-hashicorp-serf-0.8.2" - ,go-github-com-hashicorp-serf-0.8.2) - ("go-github-com-hashicorp-go-uuid-1.0.1" - ,go-github-com-hashicorp-go-uuid-1.0.1) - ("go-github-com-hashicorp-go-rootcerts-1.0.0" - ,go-github-com-hashicorp-go-rootcerts-1.0.0) - ("go-github-com-hashicorp-go-cleanhttp-0.5.1" - ,go-github-com-hashicorp-go-cleanhttp-0.5.1))) - (home-page "https://github.com/hashicorp/consul") - (synopsis "Consul API client") - (description - "This package provides the @code{api} package which attempts to -provide programmatic access to the full Consul API.") - (license license:mpl2.0))) - -(define-public go-github-com-golang-mock-1.5.0 - (package - (name "go-github-com-golang-mock") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12l7p08pwwk3xn70w7rlm28nz6jf4szlzgjxjfmbssyirxxxy8v1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20210226084205-cbba55b83ad5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0drr44nqq0s3jillcrl8qa7sklxybs083lvashdh2ad62hrs31l7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210226172049-e18ecbb05110") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20210122040257-d980be63207e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vg5z6rp5kfd324w8j12hlx9zv049vxljpc6dyqkj2k9vzzzqkw8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.4.1 - (package - (name "go-golang-org-x-mod") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q4p41223d1xh4jmw9vmywjfi0jzn56gbidrwv5x1bzmx2qmj01n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210119194325-5f4716e94777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xh4hk0fhkzq096z9qbzqfswmmgg4kvb44qvazpandvlpwm4jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210218202405-ba52d332ba99") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fdm3fljk3k4xbpzaywccayrhgqdfl79vl18k4z1zw2pl654bqbg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210220050731-9a76102bfb43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20201203190320-1bf35d6f28c2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "140n5hjk2faanrf6v5h1559g755rgavynz1r99s1n15bmgibysvp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.4.0 - (package - (name "go-golang-org-x-mod") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201209123823-ac852fbbde11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zmp2fxgf7792xx15qhzcsfs8k0qv7q3m6jlcj6qvdngfzyvna64")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201208233053-a543418bbed2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r87p89pm2h75yajsz0g2vvy2q3z9gknc0fmsdm5rh427f1qazfr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-google-martian-v3-3.1.0 - (package - (name "go-github-com-google-martian-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian/v3")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" - ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20200824232613-28f6c0f3b639") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20201023163331-3e6fc7fc9c4c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xmy4579gx45lqsy1cgddnc7nmaqfpiwd2kc5dhf8i0wjjvf18hq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201031054903-ff519b6c9102") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "162ssgcc0kgj42ajaki0q3j5lwmixqqwkdqcmz41xg1k8wjm7riw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.4 - (package - (name "go-golang-org-x-text") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201110124207-079ba7bd75cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g4d7cx480rbnpg16qqc4yycd50lpp2mi2qzvzr6hdny91v7sa05")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.2 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200902213428-5d25da1a8d43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14jx8sxshbvnx4fggn12mlmz000zcrd1a73n1455b1wgg1xfzq3n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200905004654-be1d3432aa8f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kd3szjsazhpgidv5xjv0s26fm4wvv2cr7j4zk8nblnqkic58as2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200904185747-39188db58858 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200904185747-39188db58858") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ydyylwqzjwijy4rdp2fmvnfh3s27896dx6g74r2wa6vbhisszvk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200904004341-0bd0a958aa1d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xp4ic4jvdv7n984cjgrgqbpbi9m4bj2xnfrs1s1zn1adx0jivs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.31.1 - (package - (name "go-google-golang-org-grpc") - (version "1.31.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18565vf9i2zc69znd9b8a2iz0kgv5cms0g0ppj93hnhri8rjqagk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.35.0 - (package - (name "go-google-golang-org-api") - (version "0.35.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fgn21lmrlkw44sl0ivjicygwksibb1pclzp3zyh3ivn7ylvk2jd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.1" ,go-google-golang-org-grpc-1.31.1) - ("go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d" - ,go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d) - ("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-tools-0.0.0-20200904185747-39188db58858" - ,go-golang-org-x-tools-0.0.0-20200904185747-39188db58858) - ("go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f" - ,go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" - ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201109203340-2640f1f9cdfb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00mwybjbdpvmlkvmwsjvdb2z8lzzx2a340y4pf3bxqamalhdka0w")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.72.0 - (package - (name "go-cloud-google-com-go") - (version "0.72.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x4gy466jrzab9l02dwd3lvy2dwy84j34zpjkm5xnxh45za6hpxn")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb" - ,go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb) - ("go-google-golang-org-api-0.35.0" ,go-google-golang-org-api-0.35.0) - ("go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd" - ,go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" - ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) - ("go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102" - ,go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c" - ,go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20201109201403-9fd604954f58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06dj14f6jrgpqmf3v3z74zhcin3yj7yp8mzxljm3a3ihq984kz8v")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201201145000-ef89a241ccb3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201201161351-ac6f37ff4c2a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0akq0z86x51rh556fs7icjmmmgdyaa7rq7cmqlngrmvjb79wnwpl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201201144952-b05cb90ed32e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n9jlhnn5fg7a41ahdril7wgfli43kxplnpxbdbhrkknjra7xdjd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.36.0 - (package - (name "go-google-golang-org-api") - (version "0.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e" - ,go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a" - ,go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a) - ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58" - ,go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-cloud-google-com-go-0.72.0" ,go-cloud-google-com-go-0.72.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201210142538-e3217bee35cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bzfa58dw7jmkrp46hikbsq1yyk2r29a1gn51sqlilbvf7lq96p9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.74.0 - (package - (name "go-cloud-google-com-go") - (version "0.74.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09j1qppf2gf14bn06hsyrj9jaxz9vlbs9d7yrxrdvh2234qsbggy")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) - ("go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc" - ,go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc) - ("go-google-golang-org-api-0.36.0" ,go-google-golang-org-api-0.36.0) - ("go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2" - ,go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" - ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) - ("go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11" - ,go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11) - ("go-golang-org-x-mod-0.4.0" ,go-golang-org-x-mod-0.4.0) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2" - ,go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.4 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-go-opencensus-io-0.22.5 - (package - (name "go-go-opencensus-io") - (version "0.22.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20201208152858-08078c50e5b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201207232520-09787c993a3a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210104204734-6f8348627aad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pmz8dwjf4gxr1gwnp4iahh3yh09apcf40kvvybycsx4rfjc2gbl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210105154028-b0ab187a4818") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "157w706lz7j4s7cwgh7j7mf8v1sah5hm4dlmp8isf6vhnqpixdp7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201214200347-8c77b98c765d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bdpss5xmla0gjz66mdk8bqpsdb5i1xz65g30k9cs2h7vrqlwzn4")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20200629203442-efcf912fb354") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18b1v01h3id5d7v5gqabc4qsaja17r45rn3fvv38nrfx9l4smv0x")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.7 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nx5ybyadkjqr29hndn6amhbcqpi1rkfv12bxp0rk3ay045zxsh8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" - ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.34.0 - (package - (name "go-google-golang-org-grpc") - (version "1.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s8y19qvv0zfy2irq8vv12h65v7pw18k6yqfix1j2370yxmsajgm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.7" - ,go-github-com-envoyproxy-go-control-plane-0.9.7) - ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" - ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.40.0 - (package - (name "go-google-golang-org-api") - (version "0.40.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vs0bnzljg5iib8x01sy49ndgsz3cl1sq53pvy3h6kzp7may0bpc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) - ("go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d" - ,go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818" - ,go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818) - ("go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad" - ,go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" - ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-cloud-google-com-go-0.74.0" ,go-cloud-google-com-go-0.74.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210222152913-aa3ee6e6a81c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06wa7v3s558rwxsqd1kqz5xy10kigzx50ciqh3zdxsbvxqvjwxrx")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.35.0 - (package - (name "go-google-golang-org-grpc") - (version "1.35.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15ij5acp9h8dxq0brc0jljj98badri23zpm4yvmsn6gnnxaykl72")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.78.0 - (package - (name "go-cloud-google-com-go") - (version "0.78.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11wldladkcz41ivsfnbrqy2hg5wp55d72hnr2wki0zvnhbzsj376")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.35.0" ,go-google-golang-org-grpc-1.35.0) - ("go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c" - ,go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c) - ("go-google-golang-org-api-0.40.0" ,go-google-golang-org-api-0.40.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43" - ,go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43) - ("go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99" - ,go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99) - ("go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777" - ,go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777) - ("go-golang-org-x-mod-0.4.1" ,go-golang-org-x-mod-0.4.1) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e" - ,go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210220000619-9bb904979d93") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rhndpvpvfy5bsaxi974cznlq4hbamhmy6l06ppp9phh12pvn11p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210305230114-8fe3ee5dd75b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x7fn66vplxkac6lbwqv649wwnx7kz0bqdzgr98z7yx7cfdxd7rj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210303154014-9728d6b83eeb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1abic7gjp07d1s6imjfn00s316xdirss3zvcric74gr9varr02xn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.41.0 - (package - (name "go-google-golang-org-api") - (version "0.41.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yzz534xzl2km3vxr18h204yvnrzqlss02fagg2ign0sy3qnlkhx")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb" - ,go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b" - ,go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" - ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.78.0" ,go-cloud-google-com-go-0.78.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210310155132-4ce2db91004e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r5f024c4piqna27pvc28m0h44ms9rhcbihf1zn5l8prf4vvrdw9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.79.0 - (package - (name "go-cloud-google-com-go") - (version "0.79.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "031jrfgyys0slh154593d4swj6iqrjvs9dxwmab99dl6zfws77jv")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e" - ,go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e) - ("go-google-golang-org-api-0.41.0" ,go-google-golang-org-api-0.41.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" - ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" - ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210313182246-cd4f82c27b84") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jf68sh1957ji1lv1zrrhsbm6jr3508pw159pfzgyw6hbzsg5amv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210319143718-93e7006c17a6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l143m8rn7zmbfb2rpdawhxs8qjbdpn61hqynf47j5hwsbjci2xs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.36.0 - (package - (name "go-google-golang-org-grpc") - (version "1.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.43.0 - (package - (name "go-google-golang-org-api") - (version "0.43.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wxxbihigjn49warampi7gqfslbnp9nrj5zmk8p3ssq429jpvsib")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6" - ,go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" - ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" - ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.79.0" ,go-cloud-google-com-go-0.79.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.81.0 - (package - (name "go-cloud-google-com-go") - (version "0.81.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15jgynqb5pbxqbj3a7ii970yn4srsw1dbxzxnhpkfkmplalpgyh3")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" - ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) - ("go-google-golang-org-api-0.43.0" ,go-google-golang-org-api-0.43.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" - ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) - ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" - ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" - ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.1" - ,go-github-com-golang-protobuf-1.5.1) - ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20200121045136-8c9f03a8e57e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.4.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.3 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201110031124-69a78807bb2b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.33.2 - (package - (name "go-google-golang-org-grpc") - (version "1.33.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.23.0 - (package - (name "go-go-opencensus-io") - (version "0.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-google-go-cmp-0.5.3" - ,go-github-com-google-go-cmp-0.5.3) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.4.4 - (package - (name "go-github-com-golang-mock") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200825202427-b303f430e36d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zzf6ifzjvkwin6m97jp2dndbfac0sbdr84ki79j9srhpqdigl75")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190628185345-da137c7871d7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qsiyr3irmb6ii06hivm9p2c7wqyxczms1a9v1ss5698yjr3fg47")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-google-martian-v3-3.0.0 - (package - (name "go-github-com-google-martian-v3") - (version "3.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ngvs4l6a06s8scnliq9i5pwvwpzfpa5wf9skg0gcvysli1rm3fm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian/v3")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" - ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200708004538-1a94d8640e99") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0isfwwan9vimwsfjml0phwrqv6kb83mkmk063dcb81k09gzzs3wy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200707034311-ab3426394381") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200729194436-6467de6f59a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14zpkr5idlx2zbm5dp7gk4afppy7k3j4y68s1qvpgi70yazaxzkd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190425150028-36563e24a262") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c - (package - (name "go-golang-org-x-text") - (version "0.0.0-20170915032832-14c0d48ead0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-rsc-io-sampler-1.3.0 - (package - (name "go-rsc-io-sampler") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/sampler") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) - (build-system go-build-system) - (arguments '(#:import-path "rsc.io/sampler")) - (propagated-inputs - `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" - ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) - (home-page "https://rsc.io/sampler") - (synopsis #f) - (description "Package sampler shows simple texts. -") - (license license:bsd-3))) - -(define-public go-rsc-io-quote-v3-3.1.0 - (package - (name "go-rsc-io-quote-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/quote") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) - (build-system go-build-system) - (arguments - '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) - (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) - (home-page "https://rsc.io/quote/v3") - (synopsis #f) - (description "Package quote collects pithy sayings. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.4.3 - (package - (name "go-github-com-golang-mock") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) - ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.5 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-chzyer-logex-1.1.10 - (package - (name "go-github-com-chzyer-logex") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/logex") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/logex")) - (home-page "https://github.com/chzyer/logex") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e - (package - (name "go-github-com-chzyer-readline") - (version "0.0.0-20180603132655-2972be24d48e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/readline") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/readline")) - (home-page "https://github.com/chzyer/readline") - (synopsis "Guide") - (description - "Readline is a pure go implementation for GNU-Readline kind library. -") - (license license:expat))) - -(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 - (package - (name "go-github-com-chzyer-test") - (version "0.0.0-20180213035817-a1ea475d72b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/test") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/test")) - (home-page "https://github.com/chzyer/test") - (synopsis "test") - (description #f) - (license license:expat))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20181102032728-5e5cf60278f6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191204072324-ce4227a45e2e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200229191704-1ebb73c60ed3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-jstemmer-go-junit-report-0.9.1 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200324143707-d3edc9973b7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.2.0 - (package - (name "go-github-com-golang-mock") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c - (package - (name "go-github-com-google-btree") - (version "0.0.0-20180813153112-4030bb1f1f0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-martian-2.1.0+incompatible - (package - (name "go-github-com-google-martian") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian")) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20181206194817-3ea8567a2e57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.4 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.0.0-20190106144839-af01ea7f8024") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 - (package - (name "go-golang-org-x-text") - (version "0.3.1-0.20180807135948-17ff2d5776d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c - (package - (name "go-golang-org-x-time") - (version "0.0.0-20181108054448-85acf8d2951c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190301231843-5614ed5bae6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190226205417-e64efc72b421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190312170243-e65039ee4138") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.4.0 - (package - (name "go-google-golang-org-api") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190418145605-e7d98fc518a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190106161140-3f1c8253044a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.38.0 - (package - (name "go-cloud-google-com-go") - (version "0.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" - ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" - ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) - ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" - ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) - ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" - ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" - ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) - ("go-github-com-googleapis-gax-go-v2-2.0.4" - ,go-github-com-googleapis-gax-go-v2-2.0.4) - ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" - ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.1 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.0 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190307195333-5fe7a883aa19") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.21.0 - (package - (name "go-go-opencensus-io") - (version "0.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190409202823-959b441ac422") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190503192946-f4e77d36d62c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190604053449-0f29369cfe45") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190507160741-ecd444e8653b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.5.0 - (package - (name "go-google-golang-org-appengine") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.20.0 - (package - (name "go-google-golang-org-api") - (version "0.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-google-golang-org-appengine-1.5.0" - ,go-google-golang-org-appengine-1.5.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" - ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-github-com-google-renameio-0.1.0 - (package - (name "go-github-com-google-renameio") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/renameio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/renameio")) - (home-page "https://github.com/google/renameio") - (synopsis "Atomicity vs durability") - (description - "Package renameio provides a way to atomically create or replace a file or -symbolic link. -") - (license license:asl2.0))) - -(define-public go-github-com-kisielk-gotool-1.0.0 - (package - (name "go-github-com-kisielk-gotool") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/gotool") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/gotool")) - (home-page "https://github.com/kisielk/gotool") - (synopsis "gotool") - (description - "Package gotool contains utility functions used to implement the standard -\"cmd/go\" tool, provided as a convenience to developers who want to write -tools with similar semantics. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.1.0 - (package - (name "go-github-com-kr-pretty") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20180628173108-788fd7840127") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-errgo-v2-2.1.0 - (package - (name "go-gopkg-in-errgo-v2") - (version "2.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/errgo.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) - (home-page "https://gopkg.in/errgo.v2") - (synopsis #f) - (description - "Package errgo provides some primitives for error creation and handling.") - (license license:bsd-3))) - -(define-public go-github-com-rogpeppe-go-internal-1.3.0 - (package - (name "go-github-com-rogpeppe-go-internal") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/go-internal") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/go-internal")) - (propagated-inputs - `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) - (home-page "https://github.com/rogpeppe/go-internal") - (synopsis #f) - (description - "This repository factors out an opinionated selection of internal packages and functionality from the Go standard -library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190510104115-cbcb75029529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e - (package - (name "go-golang-org-x-mod") - (version "0.0.0-20190513183733-4bf6d317e70e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" - ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191130070609-6e064ea0cf2d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 - (package - (name "go-honnef-co-go-tools") - (version "0.0.1-2020.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" - ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) - ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" - ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) - ("go-github-com-rogpeppe-go-internal-1.3.0" - ,go-github-com-rogpeppe-go-internal-1.3.0) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-google-renameio-0.1.0" - ,go-github-com-google-renameio-0.1.0) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.56.0 - (package - (name "go-cloud-google-com-go") - (version "0.56.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpx84q7byxr5rp197qcg3pl56acs8v1q555frxgcqygxwjacszf")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.1-2020.1.3" - ,go-honnef-co-go-tools-0.0.1-2020.1.3) - ("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) - ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" - ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) - ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) - ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" - ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" - ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) - ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" - ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" - ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) - ("go-cloud-google-com-go-storage-1.6.0" - ,go-cloud-google-com-go-storage-1.6.0) - ("go-cloud-google-com-go-pubsub-1.2.0" - ,go-cloud-google-com-go-pubsub-1.2.0) - ("go-cloud-google-com-go-datastore-1.1.0" - ,go-cloud-google-com-go-datastore-1.1.0) - ("go-cloud-google-com-go-bigquery-1.4.0" - ,go-cloud-google-com-go-bigquery-1.4.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.3 - (package - (name "go-go-opencensus-io") - (version "0.22.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200317015054-43a5402ce75a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200331124033-c3d80250170d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nswjhkg7yixla0b3d8xwzf94rawwyjrxipay3ffdvm426n0ld42")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.1.25 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.25") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cr3mk8pr7vsyisgrvln5ailnnn9xhardcy8mkshybk5c3n1kw5k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.2.0 - (package - (name "go-golang-org-x-mod") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200226121028-0de0cce0169b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190911185100-cd5d95a43a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200331025713-a30bf2db82d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rb488ydwi24zmd1zvsv8k8srs3q6xnqqfdar538hssqgljyvp7l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.25" - ,go-github-com-yuin-goldmark-1.1.25))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.5 - (package - (name "go-google-golang-org-appengine") - (version "1.6.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200331122359-1ee6d9798940") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zsp55d7xjc0b3yw5jjpvbsc0gkji1c1j2vxmcwm89dh26rz4jwd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.28.0 - (package - (name "go-google-golang-org-grpc") - (version "1.28.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m36rg3w2mf4r3383yf0r1pjrz890mdw506h1lpm6bkc8w3kyqz3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.29.0 - (package - (name "go-google-golang-org-api") - (version "0.29.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y6izqcc6krill33pb57fbgbs7ni3jxyf3knm5jkl4qydsj9303h")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) - ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" - ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) - ("go-google-golang-org-appengine-1.6.5" - ,go-google-golang-org-appengine-1.6.5) - ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" - ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) - ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" - ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) - ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-cloud-google-com-go-0.56.0" ,go-cloud-google-com-go-0.56.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200729003335-053ba62fc06f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h34qgr4lqy1l0niay3gzqh6pc63y2xh1mmp8757y8jsrdz1s5fv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.30.0 - (package - (name "go-google-golang-org-grpc") - (version "1.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.62.0 - (package - (name "go-cloud-google-com-go") - (version "0.62.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00x1nlq4fvvxrwx24firscav511qwck3zl6ghs9p6zzzixla8r5h")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f" - ,go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f) - ("go-google-golang-org-api-0.29.0" ,go-google-golang-org-api-0.29.0) - ("go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7" - ,go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" - ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" - ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) - ("go-github-com-google-martian-v3-3.0.0" - ,go-github-com-google-martian-v3-3.0.0) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.5 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190702054246-869f871628b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190502145724-3ef323f4f1fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190227155943-e225da77a7e6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190425155659-357c62f0e4bb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.20.1 - (package - (name "go-google-golang-org-grpc") - (version "1.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.4 - (package - (name "go-go-opencensus-io") - (version "0.22.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10skbvs4yxjm3z10yfg5cj2mdzjsna87qk1icp9xv0iwp8wzq6h0")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20200302205851-738671d3881b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.34.0 - (package - (name "go-cloud-google-com-go") - (version "0.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190108225652-1e06a53dbb7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181221193216-37e7f081c4d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200107190931-bf48bf16ab8d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200803210538-64077c9b5642") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pdrkim9v0wbxipl586d29vz4ci9xib0f02g6yv7c0nang627pag")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.1.32 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.32") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03i9yq6n3yvn5v70xi6x3pn49ndy8zm4217ihwwhlw2nkwhny7a5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20200625001655-4c5254603344 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200625001655-4c5254603344") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1da0a1m488d95vggpi52dkag98n5671ml6sn80nwv6lgbmdx8qbq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200625203802-6e8e738ad208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200804011535-6c149bb5ef0d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l244hp5n0qff7nmvcffggjv7jm4061g63g76z967zvdqcxh23i2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200804131852-c06518451d9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wl9bhr94yf0b8lc947zr0iwm3l20irzy869xczfd6z0a1g54gsa")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.30.0 - (package - (name "go-google-golang-org-api") - (version "0.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vh5rrc6hvzh1rqawrwr4nyilnr3dgqx1pr2njjzdg0prfmflm5p")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) - ("go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c" - ,go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c) - ("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d" - ,go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d) - ("go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642" - ,go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-cloud-google-com-go-0.62.0" ,go-cloud-google-com-go-0.62.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.24.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200825200019-8632dd797987") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8s1mz8pbdiwmv2g61afa7f05zin3m6mdy2fmny6wcidz4w2i3k")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20191209042840-269d4d468f6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.31.0 - (package - (name "go-google-golang-org-grpc") - (version "1.31.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y3lilpipmaysjk4skbzw1qa6lv05vzixzw9lg9x73xfb01q4nyz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.65.0 - (package - (name "go-cloud-google-com-go") - (version "0.65.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xrcg39jrw90gq8vl8pfq63sp3bkak04wh392yj5rh4lc1a4lxjq")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) - ("go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987" - ,go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987) - ("go-google-golang-org-api-0.30.0" ,go-google-golang-org-api-0.30.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d" - ,go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" - ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) - ("go-github-com-google-martian-v3-3.0.0" - ,go-github-com-google-martian-v3-3.0.0) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200323222414-85ca7c5b95cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200822124328-c89045814202") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.6 - (package - (name "go-google-golang-org-appengine") - (version "1.6.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210402161424-2e8d93401602") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j1crxa78gip3hxrds5jngi034j4zm4q3z7r8bqs3rjxnwcki9ig")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20210220032951-036812b2e83c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210403161142-5e06dd20ab57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1acdn06771rxjg38ql9wl8dr1vf23nazjnvk6105z3hddnh14fgb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190603091049-60506f45cf65") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0827yz7irmnzcdhw8vg74819jaw5ahs4w4v5fvzgfvnxyb9f6zcc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.7 - (package - (name "go-google-golang-org-appengine") - (version "1.6.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.5.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qx8gvsdx1w27vamw6wn1jns2d8pz0g9sji3l0hvs4wl1jf7p32d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee - (package - (name "go-golang-org-x-mod") - (version "0.1.1-0.20191105210325-c90efee705ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200130002326-2f3ba24bd6e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" - ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20201208152925-83fdc39ff7b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210315160823-c6e025ad8005") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dy8j3gvbkng0vy2wgdiy48871j4vchgsks2ggfxcx4jg32d2qsr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210316092652-d523dce5a7f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01hhvh6msyg11adxhgjwzbv4jprq5ajzkxxb16ln3dqv4na9b2k1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005" - ,go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210320140829-1e4c9ba3b0c4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nrxjq5j058sba9s5g65l5rdw6b4f335lxa7hhcf57paklym1qgr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.5 - (package - (name "go-golang-org-x-text") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.2.1 - (package - (name "go-github-com-yuin-goldmark") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20190717185122-a985d3407aa7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191119224855-298f0cb1881e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191011141410-1b5146add898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.3.0 - (package - (name "go-golang-org-x-mod") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201021035429-f5854403a974") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201020160332-67f06af15bc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210119212857-b64e53b001e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20200804184101-5ec99f83aff1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.1.0 - (package - (name "go-golang-org-x-tools") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" - ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0-rc.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0-rc.1" - ,go-google-golang-org-protobuf-1.26.0-rc.1) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.5 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210402141018-6c239bbf2bb1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xih6y4dwjj939ilwc5s6w419kjnkn1hw33jsgml0nkjcnac74wc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" - ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) - ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" - ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-github-com-golang-protobuf-1.5.1" - ,go-github-com-golang-protobuf-1.5.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20201210154907-fd9021fe5dad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.36.1 - (package - (name "go-google-golang-org-grpc") - (version "1.36.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l3prxp18lb0pagqg4l6c9i0l6gakfxgf6vxcsv589i0xsxw8ivm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.44.0 - (package - (name "go-google-golang-org-api") - (version "0.44.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sh6qzc3pnyliy10afrmzpfbbbm2mwcyc6mp5422xhgp3p2x370x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" - ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57" - ,go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602" - ,go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.81.0" ,go-cloud-google-com-go-0.81.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.25.1 - (package - (name "go-google-golang-org-grpc") - (version "1.25.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.0" - ,go-github-com-envoyproxy-go-control-plane-0.9.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20201120205902-5459f2c99403") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.5.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20210217033140-668b12f5399d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vmhc8ii081x1k2qw4kji7wjyg6l25zp1y6qxi27wq8m341i4rzb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-uuid-1.1.2 - (package - (name "go-github-com-google-uuid") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.22.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.22.0" - ,go-google-golang-org-protobuf-1.22.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 - (package - (name "go-github-com-census-instrumentation-opencensus-proto") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/census-instrumentation/opencensus-proto")) - (home-page "https://github.com/census-instrumentation/opencensus-proto") - (synopsis - "OpenCensus Proto - Language Independent Interface Types For OpenCensus") - (description - "Census provides a framework to define and collect stats against metrics and to -break those stats down across user-defined dimensions.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190812154241-14fe0d1b01d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190311212946-11955173bddd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190313153728-d0100b6bd8b3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190524140312-2c0ae7006135") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.23.0 - (package - (name "go-google-golang-org-grpc") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.1-0.20191026205805-5f8ba28d4473") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 - (package - (name "go-github-com-envoyproxy-protoc-gen-validate") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/protoc-gen-validate") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) - (home-page "https://github.com/envoyproxy/protoc-gen-validate") - (synopsis "protoc-gen-validate (PGV)") - (description - "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.2.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 - (package - (name "go-golang-org-x-exp") - (version "0.0.0-20190121172915-509febef88a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/exp") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/exp")) - (home-page "https://golang.org/x/exp") - (synopsis "exp") - (description - "This subrepository holds experimental and deprecated (in the @code{old} -directory) packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190227174305-5b3e6a55c961") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190213061140-3a22650c66bd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181108010431-42b317875d0f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180724234803-3673e40ba225") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.4.0 - (package - (name "go-google-golang-org-appengine") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190226205152-f727befe758c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.26.0 - (package - (name "go-cloud-google-com-go") - (version "0.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-client9-misspell-0.3.4 - (package - (name "go-github-com-client9-misspell") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/client9/misspell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/client9/misspell")) - (home-page "https://github.com/client9/misspell") - (synopsis "Install") - (description - "Package misspell corrects commonly misspelled English words in source files. -") - (license license:expat))) - -(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b - (package - (name "go-github-com-golang-glog") - (version "0.0.0-20160126235308-23def4e6c14b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/glog")) - (home-page "https://github.com/golang/glog") - (synopsis "glog") - (description - "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.1.1 - (package - (name "go-github-com-golang-mock") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20181026193005-c67002cb31c3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180826012351-8a410e7b638d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20180821212333-d2e6202438be") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180830151530-49385e6e1522") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190114222345-bf090417da8b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.1.0 - (package - (name "go-google-golang-org-appengine") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20180817151627-c66870c02cf8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.19.0 - (package - (name "go-google-golang-org-grpc") - (version "1.19.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" - ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" - ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" - ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) - ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" - ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190102054323-c2f93a96b099") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190819201941-24fa4b261c55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.0 - (package - (name "go-google-golang-org-grpc") - (version "1.27.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc - (package - (name "go-google-golang-org-protobuf") - (version "1.23.1-0.20200526195155-81db48ad09cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190523083050-ea95bdfd59fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200526211855-cb27e3aa2013") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" - ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.25.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.25.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.38.0 - (package - (name "go-google-golang-org-grpc") - (version "1.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08lgqdvbd0i4qwsv1y37qmf8mhsy9ywzx73ixiwih7xhnalrf7xl")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-bketelsen-crypt-0.0.4 - (package - (name "go-github-com-bketelsen-crypt") - (version "0.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bketelsen/crypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fyfcvy73zskd1p1mv0cn03anxkkr5gvlawsc87znqk60hdypq3v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bketelsen/crypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) - ("go-google-golang-org-api-0.44.0" ,go-google-golang-org-api-0.44.0) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9) - ("go-go-etcd-io-etcd-client-v2-2.305.0" - ,go-go-etcd-io-etcd-client-v2-2.305.0) - ("go-github-com-hashicorp-consul-api-1.1.0" - ,go-github-com-hashicorp-consul-api-1.1.0) - ("go-cloud-google-com-go-firestore-1.1.0" - ,go-cloud-google-com-go-firestore-1.1.0))) - (home-page "https://github.com/bketelsen/crypt") - (synopsis "crypt") - (description - "You can use crypt as a command line tool or as a configuration library:") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191005200804-aed5e4c7ecf9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.9 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" - ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-hcl-1.0.0 - (package - (name "go-github-com-hashicorp-hcl") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/hcl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/hcl")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/hashicorp/hcl") - (synopsis "HCL") - (description "Package hcl decodes HCL into usable Go structures. -") - (license license:mpl2.0))) - -(define-public go-github-com-magiconair-properties-1.8.5 - (package - (name "go-github-com-magiconair-properties") - (version "1.8.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magiconair/properties") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/magiconair/properties")) - (home-page "https://github.com/magiconair/properties") - (synopsis "Overview") - (description - "Package properties provides functions for reading and writing -ISO-8859-1 and UTF-8 encoded .properties files and has -support for recursive property expansion. -") - (license license:bsd-2))) - -(define-public go-github-com-mitchellh-mapstructure-1.4.1 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m98wiadb6kdnzv21m8p7nk1jb30zpjh47fkb1dg251r3m7bj47v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pelletier-go-toml-1.9.3 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 - (package - (name "go-github-com-gopherjs-gopherjs") - (version "0.0.0-20181017120253-0766667cb4d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gopherjs/gopherjs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gopherjs/gopherjs")) - (home-page "https://github.com/gopherjs/gopherjs") - (synopsis "GopherJS - A compiler from Go to JavaScript") - (description - "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") - (license license:bsd-2))) - -(define-public go-github-com-jtolds-gls-4.20.0+incompatible - (package - (name "go-github-com-jtolds-gls") - (version "4.20.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jtolio/gls") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jtolds/gls")) - (home-page "https://github.com/jtolds/gls") - (synopsis "gls") - (description "Package gls implements goroutine-local storage. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d - (package - (name "go-github-com-smartystreets-assertions") - (version "0.0.0-20180927180507-b2de0cb4f26d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190328211700-ab21143f2384") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-goconvey-1.6.4 - (package - (name "go-github-com-smartystreets-goconvey") - (version "1.6.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/goconvey") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/goconvey")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" - ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) - ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" - ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) - ("go-github-com-jtolds-gls-4.20.0+incompatible" - ,go-github-com-jtolds-gls-4.20.0+incompatible) - ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" - ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) - (home-page "https://github.com/smartystreets/goconvey") - (synopsis "GoConvey is awesome Go testing") - (description - "This executable provides an HTTP server that watches for file system changes -to .go files within the working directory (and all nested go packages). -Navigating to the configured host and port in a web browser will display the -latest results of running `go test` in each go package. -") - (license license:expat))) - -(define-public go-github-com-kr-fs-0.1.0 - (package - (name "go-github-com-kr-fs") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/fs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/fs")) - (home-page "https://github.com/kr/fs") - (synopsis #f) - (description "Package fs provides filesystem-related functions. -") - (license license:bsd-3))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.4.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-pkg-sftp-1.10.1 - (package - (name "go-github-com-pkg-sftp") - (version "1.10.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/sftp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iw6lijdljwh5xw5hsy0b578cr52h6vvm7hbnzlrvciwhh4sfhhp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/sftp")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" - ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-kr-fs-0.1.0" ,go-github-com-kr-fs-0.1.0))) - (home-page "https://github.com/pkg/sftp") - (synopsis "sftp") - (description - "Package sftp implements the SSH File Transfer Protocol as described in -@url{https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02,https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02} -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190820162420-60c769a6c586") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wy2pg38dz29vf1h48yfqf8m3jqvwnbdw8vkk3ldlj5d8fbbbmv8")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-spf13-afero-1.6.0 - (package - (name "go-github-com-spf13-afero") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" - ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) - ("go-github-com-pkg-sftp-1.10.1" ,go-github-com-pkg-sftp-1.10.1))) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cast-1.3.1 - (package - (name "go-github-com-spf13-cast") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cast") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cast")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/cast") - (synopsis "cast") - (description "Package cast provides easy and safe casting in Go. -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-spf13-jwalterweatherman-1.1.0 - (package - (name "go-github-com-spf13-jwalterweatherman") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/jwalterweatherman") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/jwalterweatherman") - (synopsis "jWalterWeatherman") - (description - "Seamless printing to the terminal (stdout) and logging to a io.Writer -(file) thatâ\x80\x99s as easy to use as fmt.Println.") - (license license:expat))) - -(define-public go-github-com-spf13-pflag-1.0.5 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.7.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-subosito-gotenv-1.2.0 - (package - (name "go-github-com-subosito-gotenv") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/subosito/gotenv") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/subosito/gotenv")) - (home-page "https://github.com/subosito/gotenv") - (synopsis "gotenv") - (description - "Package gotenv provides functionality to dynamically load the environment variables -") - (license license:expat))) - -(define-public go-gopkg-in-ini-v1-1.62.0 - (package - (name "go-gopkg-in-ini-v1") - (version "1.62.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/ini.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/ini.v1" #:unpack-path "gopkg.in/ini.v1")) - (home-page "https://gopkg.in/ini.v1") - (synopsis "INI") - (description - "Package ini provides INI file read and write functionality in Go. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-viper-1.8.1 - (package - (name "go-github-com-spf13-viper") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/viper") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/viper")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-ini-v1-1.62.0" ,go-gopkg-in-ini-v1-1.62.0) - ("go-github-com-subosito-gotenv-1.2.0" - ,go-github-com-subosito-gotenv-1.2.0) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-spf13-jwalterweatherman-1.1.0" - ,go-github-com-spf13-jwalterweatherman-1.1.0) - ("go-github-com-spf13-cast-1.3.1" ,go-github-com-spf13-cast-1.3.1) - ("go-github-com-spf13-afero-1.6.0" ,go-github-com-spf13-afero-1.6.0) - ("go-github-com-smartystreets-goconvey-1.6.4" - ,go-github-com-smartystreets-goconvey-1.6.4) - ("go-github-com-pelletier-go-toml-1.9.3" - ,go-github-com-pelletier-go-toml-1.9.3) - ("go-github-com-mitchellh-mapstructure-1.4.1" - ,go-github-com-mitchellh-mapstructure-1.4.1) - ("go-github-com-magiconair-properties-1.8.5" - ,go-github-com-magiconair-properties-1.8.5) - ("go-github-com-hashicorp-hcl-1.0.0" - ,go-github-com-hashicorp-hcl-1.0.0) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-bketelsen-crypt-0.0.4" - ,go-github-com-bketelsen-crypt-0.0.4))) - (home-page "https://github.com/spf13/viper") - (synopsis "Install") - (description "Many Go projects are built using Viper including:") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.4.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cobra-1.2.1 - (package - (name "go-github-com-spf13-cobra") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "091kz3xnlsgpqb90fc5nhjr4yfr8b8sjnyl0zd4wm1fgzkpw09jh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-github-com-spf13-viper-1.8.1" ,go-github-com-spf13-viper-1.8.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.5 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-sylabs-json-resp-0.8.0 - (package - (name "go-github-com-sylabs-json-resp") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/json-resp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ygr4mavaj1pp78hkkphhn3ydd923n3klwnx8x7v4ajqzx4cx4id")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/json-resp")) - (home-page "https://github.com/sylabs/json-resp") - (synopsis "JSON Response") - (description - "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") - (license license:bsd-3))) - -(define-public go-github-com-go-log-log-0.2.0 - (package - (name "go-github-com-go-log-log") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-log/log") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1idnqv4yvkmdh3wcsgvhcpak9z6ix8dsifdjq5kfbbnskdq5rmvg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-log/log")) - (home-page "https://github.com/go-log/log") - (synopsis "Log") - (description "Package log provides a log interface -") - (license license:expat))) - -(define-public go-github-com-gorilla-websocket-1.4.2 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-sylabs-json-resp-0.8.0 - (package - (name "go-github-com-sylabs-json-resp") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/json-resp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ygr4mavaj1pp78hkkphhn3ydd923n3klwnx8x7v4ajqzx4cx4id")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/json-resp")) - (home-page "https://github.com/sylabs/json-resp") - (synopsis "JSON Response") - (description - "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") - (license license:bsd-3))) - -(define-public go-github-com-sylabs-scs-build-client-0.2.1 - (package - (name "go-github-com-sylabs-scs-build-client") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/scs-build-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1brn8w73978hvgrzqm0lsxflb5vp7g5b32bmgfb1diymd2ajlqhv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/scs-build-client")) - (propagated-inputs - `(("go-github-com-sylabs-json-resp-0.8.0" - ,go-github-com-sylabs-json-resp-0.8.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-go-log-log-0.2.0" ,go-github-com-go-log-log-0.2.0))) - (home-page "https://github.com/sylabs/scs-build-client") - (synopsis "SCS Build Client") - (description - "This project provides a Go client for the Singularity Container Services (SCS) Build Service.") - (license license:bsd-3))) - -(define-public go-github-com-sylabs-json-resp-0.7.1 - (package - (name "go-github-com-sylabs-json-resp") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/json-resp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fj07wgc9s8xmy04hdgmb87r4fl968y6kxgxyh0lx3b1mf9xa2dw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/json-resp")) - (home-page "https://github.com/sylabs/json-resp") - (synopsis "JSON Response") - (description - "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") - (license license:bsd-3))) - -(define-public go-github-com-sylabs-scs-key-client-0.6.2 - (package - (name "go-github-com-sylabs-scs-key-client") - (version "0.6.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/scs-key-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18giffs0ybfr5zw64xlqf9isr3apgh2r3s2fwf0n8d7n21yjg151")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/scs-key-client")) - (propagated-inputs - `(("go-github-com-sylabs-json-resp-0.7.1" - ,go-github-com-sylabs-json-resp-0.7.1))) - (home-page "https://github.com/sylabs/scs-key-client") - (synopsis "SCS Key Client") - (description - "This project provides a Go client for the Singularity Container Services (SCS) Key Service.") - (license license:bsd-3))) - -(define-public go-github-com-blang-semver-v4-4.0.0 - (package - (name "go-github-com-blang-semver-v4") - (version "4.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14h9ys4n4kx9cbj42lkdf4i5k3nkll6sd62jcvl7cs565v6fiknz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver/v4")) - (home-page "https://github.com/blang/semver") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-go-log-log-0.2.0 - (package - (name "go-github-com-go-log-log") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-log/log") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1idnqv4yvkmdh3wcsgvhcpak9z6ix8dsifdjq5kfbbnskdq5rmvg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-log/log")) - (home-page "https://github.com/go-log/log") - (synopsis "Log") - (description "Package log provides a log interface -") - (license license:expat))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.7.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-sylabs-json-resp-0.7.1 - (package - (name "go-github-com-sylabs-json-resp") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/json-resp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fj07wgc9s8xmy04hdgmb87r4fl968y6kxgxyh0lx3b1mf9xa2dw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/json-resp")) - (home-page "https://github.com/sylabs/json-resp") - (synopsis "JSON Response") - (description - "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200317015054-43a5402ce75a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-github-com-sylabs-scs-library-client-1.0.5 - (package - (name "go-github-com-sylabs-scs-library-client") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sylabs/scs-library-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dr8x33gaqm7a6q2hha2v2dyqlnhjig9kmmgarrr0a16z2rpdv0l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sylabs/scs-library-client")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-github-com-sylabs-json-resp-0.7.1" - ,go-github-com-sylabs-json-resp-0.7.1) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-go-log-log-0.2.0" ,go-github-com-go-log-log-0.2.0) - ("go-github-com-blang-semver-v4-4.0.0" - ,go-github-com-blang-semver-v4-4.0.0))) - (home-page "https://github.com/sylabs/scs-library-client") - (synopsis "SCS Library Client") - (description - "This project provides a Go client for the Singularity Container Services (SCS) Library Service.") - (license license:bsd-3))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0-20190314233015-f79a8a8ca69d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.5 - (package - (name "go-github-com-urfave-cli") - (version "1.22.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n8lk58j7bdsp47yh5bcpsw38lhkbyzcy3203ffkawc2rvkf1pp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-vividcortex-ewma-1.1.1 - (package - (name "go-github-com-vividcortex-ewma") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/VividCortex/ewma") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14v2dy5gqchjn7k0sd6cx59ms42v681r6xz7cb1kspp4b28a74rw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/VividCortex/ewma")) - (home-page "https://github.com/VividCortex/ewma") - (synopsis "EWMA") - (description - "Package ewma implements exponentially weighted moving averages. -") - (license license:expat))) - -(define-public go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d - (package - (name "go-github-com-acarl005-stripansi") - (version "0.0.0-20180116102854-5a71ef0e047d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/acarl005/stripansi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02sxiishdixm791jqbkmhdcvc712l0fb8rqmibxzgc61h0qs6rs3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/acarl005/stripansi")) - (home-page "https://github.com/acarl005/stripansi") - (synopsis "Strip ANSI") - (description "This Go package removes ANSI escape codes from strings.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200214034016-1d94cc7ab1c6 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200214034016-1d94cc7ab1c6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mkd0gc2p16nddr5b8a5rqkalnhik3cymnqy4wy53zvd7isg6r3x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200217220822-9197077df867") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vbauerster-mpb-v4-4.12.2 - (package - (name "go-github-com-vbauerster-mpb-v4") - (version "4.12.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vbauerster/mpb") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13zq6zs5pv1gay3zzkwzc310rvsy1rf43lgq2l23nsyfkw1fx8fp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vbauerster/mpb/v4")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" - ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867) - ("go-golang-org-x-crypto-0.0.0-20200214034016-1d94cc7ab1c6" - ,go-golang-org-x-crypto-0.0.0-20200214034016-1d94cc7ab1c6) - ("go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d" - ,go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d) - ("go-github-com-vividcortex-ewma-1.1.1" - ,go-github-com-vividcortex-ewma-1.1.1))) - (home-page "https://github.com/vbauerster/mpb") - (synopsis "Multi Progress Bar") - (description - "Package mpb is a library for rendering progress bars in terminal applications. -") - (license license:unlicense))) - -(define-public go-github-com-vividcortex-ewma-1.2.0 - (package - (name "go-github-com-vividcortex-ewma") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/VividCortex/ewma") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/VividCortex/ewma")) - (home-page "https://github.com/VividCortex/ewma") - (synopsis "EWMA") - (description - "Package ewma implements exponentially weighted moving averages. -") - (license license:expat))) - -(define-public go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d - (package - (name "go-github-com-acarl005-stripansi") - (version "0.0.0-20180116102854-5a71ef0e047d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/acarl005/stripansi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02sxiishdixm791jqbkmhdcvc712l0fb8rqmibxzgc61h0qs6rs3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/acarl005/stripansi")) - (home-page "https://github.com/acarl005/stripansi") - (synopsis "Strip ANSI") - (description "This Go package removes ANSI escape codes from strings.") - (license license:expat))) - -(define-public go-github-com-rivo-uniseg-0.1.0 - (package - (name "go-github-com-rivo-uniseg") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rivo/uniseg") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flpc1px1l6b1lxzhdxi0mvpkkjchppvgxshxxnlmm40s76i9ww5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rivo/uniseg")) - (home-page "https://github.com/rivo/uniseg") - (synopsis "Unicode Text Segmentation for Go") - (description - "Package uniseg implements Unicode Text Segmentation according to Unicode -Standard Annex #29 (@url{http://unicode.org/reports/tr29/,http://unicode.org/reports/tr29/}). -") - (license license:expat))) - -(define-public go-github-com-mattn-go-runewidth-0.0.12 - (package - (name "go-github-com-mattn-go-runewidth") - (version "0.0.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-runewidth") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10m8k25anr79mirr9azap3c3a7wxn67qk774xd8hhqa1ffbicxib")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-runewidth")) - (propagated-inputs - `(("go-github-com-rivo-uniseg-0.1.0" ,go-github-com-rivo-uniseg-0.1.0))) - (home-page "https://github.com/mattn/go-runewidth") - (synopsis "go-runewidth") - (description - "This package provides functions to get fixed width of the character or string.") - (license license:expat))) - -(define-public go-github-com-rivo-uniseg-0.2.0 - (package - (name "go-github-com-rivo-uniseg") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rivo/uniseg") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j7h22vfmjj562vr8gpsyrkrwp1pq9ayh5fylv24skxb467g9f0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rivo/uniseg")) - (home-page "https://github.com/rivo/uniseg") - (synopsis "Unicode Text Segmentation for Go") - (description - "Package uniseg implements Unicode Text Segmentation according to Unicode -Standard Annex #29 (@url{http://unicode.org/reports/tr29/,http://unicode.org/reports/tr29/}). -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210514084401-e8d321eab015 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210514084401-e8d321eab015") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r4kz2mdfrr0853qmbaiqpj5mqscfjy6za6kqmrw7lv9h7xwqbc4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vbauerster-mpb-v6-6.0.4 - (package - (name "go-github-com-vbauerster-mpb-v6") - (version "6.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vbauerster/mpb") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b3p380pbhlp9qiv794ppwjwsl2k37hzp6k5ic4jx4wmdqlxzbyp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vbauerster/mpb/v6")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210514084401-e8d321eab015" - ,go-golang-org-x-sys-0.0.0-20210514084401-e8d321eab015) - ("go-github-com-rivo-uniseg-0.2.0" ,go-github-com-rivo-uniseg-0.2.0) - ("go-github-com-mattn-go-runewidth-0.0.12" - ,go-github-com-mattn-go-runewidth-0.0.12) - ("go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d" - ,go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d) - ("go-github-com-vividcortex-ewma-1.2.0" - ,go-github-com-vividcortex-ewma-1.2.0))) - (home-page "https://github.com/vbauerster/mpb") - (synopsis "Multi Progress Bar") - (description - "Package mpb is a library for rendering progress bars in terminal applications. -") - (license license:unlicense))) - -(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20190905194746-02993c407bfb - (package - (name "go-github-com-xeipuuv-gojsonpointer") - (version "0.0.0-20190905194746-02993c407bfb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonpointer") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y7gmpgsm8c12ax4a0ij9srmd9d424iq224n172ckwfqf37amvzy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) - (home-page "https://github.com/xeipuuv/gojsonpointer") - (synopsis "gojsonpointer") - (description "An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20150112132944-c25f46c4b940 - (package - (name "go-github-com-yvasiyarov-go-metrics") - (version "0.0.0-20150112132944-c25f46c4b940") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p1hx4ml4gzgyj8n0fg5lv8bq092zwg00n59lq8v8sphjc1h8i8d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) - (home-page "https://github.com/yvasiyarov/go-metrics") - (synopsis "go-metrics") - (description "Go port of Coda Hale's Metrics library -") - (license #f))) - -(define-public go-github-com-yvasiyarov-gorelic-0.0.6 - (package - (name "go-github-com-yvasiyarov-gorelic") - (version "0.0.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/gorelic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0210d8z7l945611b5ynzjhnypqfdyr490ndrap13s4k5z1jgqjnb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) - (home-page "https://github.com/yvasiyarov/gorelic") - (synopsis "GoRelic is deprecated in favour of") - (description - "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. -") - (license license:bsd-2))) - -(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20160601141957-9c099fbc30e9 - (package - (name "go-github-com-yvasiyarov-newrelic-platform-go") - (version "0.0.0-20160601141957-9c099fbc30e9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/newrelic_platform_go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n6jap27qc7b7c37ck1gv9biq5nfl7y06jk0cqgc517yfnb4f07x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) - (home-page "https://github.com/yvasiyarov/newrelic_platform_go") - (synopsis "New Relic Platform Agent SDK for Go(golang)") - (description - "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210423082822-04245dca01da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11is2c5cpxk0gf2mxza2wpzfcf71fxb9b3in77f6w2q0pr68ykzx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20211112202133-69e39bad7dc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yvg72fb037yh4xvjyfgrr8nsbz7nfiiksvq0a5922z255anamy6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da" - ,go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210615035016-665e8c7367d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.6 - (package - (name "go-golang-org-x-text") - (version "0.3.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wzhvdb059vrp2cczqw422ajrb9sbs4l3qd020hlngj33qfhxah0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20211117183948-ae814b36b871") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01d5llpsijgbgm8px6mhaknqwh8g707zc5i5744gcndr8w0649sk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" - ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) - ("go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2" - ,go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20211004093028-2c5d950f24ef") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ac9v54zgxrya9n2dvbmyafhd0rbmnkfb5zrcp96z8vzd9q8zfz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.4.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-spf13-pflag-1.0.3 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190624222133-a101b041ded4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-gotest-tools-v3-3.0.3 - (package - (name "go-gotest-tools-v3") - (version "3.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.17 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-cenkalti-backoff-v4-4.1.1 - (package - (name "go-github-com-cenkalti-backoff-v4") - (version "4.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cenkalti/backoff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08c28226q612i1pv83161y57qh16631vpc51ai9f76qfrzsy946z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cenkalti/backoff/v4")) - (home-page "https://github.com/cenkalti/backoff") - (synopsis "Exponential Backoff") - (description - "Package backoff implements backoff algorithms for retrying operations. -") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.9 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ykikks6ihgg899ibk9m9m0hqrbss0cx7l7z4yjb873b10bacj52")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.23 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.23") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19gmwvq72vrlw6wvnmz4rjmg6r34c1nbqk71mj4bqq08rpi3i89r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.1.0" - ,go-github-com-containerd-ttrpc-1.1.0) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-containerd-1.4.9" - ,go-github-com-containerd-containerd-1.4.9) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-cenkalti-backoff-v4-4.1.1" - ,go-github-com-cenkalti-backoff-v4-4.1.1) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-aufs-1.0.0 - (package - (name "go-github-com-containerd-aufs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-1.0.0 - (package - (name "go-github-com-containerd-btrfs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-cilium-ebpf-0.4.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-1.0.1 - (package - (name "go-github-com-containerd-cgroups") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-mitchellh-go-homedir-1.1.0 - (package - (name "go-github-com-mitchellh-go-homedir") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/go-homedir") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/go-homedir")) - (home-page "https://github.com/mitchellh/go-homedir") - (synopsis "go-homedir") - (description - "This is a Go library for detecting the user's home directory without -the use of cgo, so the library can be used in cross-compilation environments.") - (license license:expat))) - -(define-public go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6 - (package - (name "go-github-com-armon-consul-api") - (version "0.0.0-20180202201655-eb2c6b5be1b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/consul-api") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/consul-api")) - (home-page "https://github.com/armon/consul-api") - (synopsis "consul-api") - (description - " Please use @url{https://github.com/hashicorp/consul/tree/master/api,consul api package} instead. -Godocs for that package @url{http://godoc.org/github.com/hashicorp/consul/api,are here}.") - (license license:mpl2.0))) - -(define-public go-github-com-coreos-bbolt-1.3.2 - (package - (name "go-github-com-coreos-bbolt") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/bbolt")) - (home-page "https://github.com/coreos/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-coreos-etcd-3.3.10+incompatible - (package - (name "go-github-com-coreos-etcd") - (version "3.3.10+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/etcd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/etcd")) - (home-page "https://github.com/coreos/etcd") - (synopsis "etcd") - (description - "Package main is a simple wrapper of the real etcd entrypoint package -(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still -\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and -builds a binary in $GOBIN/etcd -") - (license license:asl2.0))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190129154638-5b532d6fd5ef") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ls2i4ixyd4r2556j7c5jmlligjb35gfvxknrdn2abjmcahgqd6h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-websocket-1.4.0 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-middleware") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-middleware") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") - (synopsis "Go gRPC Middleware") - (description - "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.0 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" - ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) - ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) - ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" - ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-github-com-magiconair-properties-1.8.0 - (package - (name "go-github-com-magiconair-properties") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magiconair/properties") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/magiconair/properties")) - (home-page "https://github.com/magiconair/properties") - (synopsis "Overview") - (description - "Package properties provides functions for reading and writing -ISO-8859-1 and UTF-8 encoded .properties files and has -support for recursive property expansion. -") - (license license:bsd-2))) - -(define-public go-github-com-pelletier-go-toml-1.2.0 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-prometheus-common-0.4.0 - (package - (name "go-github-com-prometheus-common") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" - ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20190507164030-5867b95ac084") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-oneofone-xxhash-1.2.2 - (package - (name "go-github-com-oneofone-xxhash") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/OneOfOne/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/OneOfOne/xxhash")) - (home-page "https://github.com/OneOfOne/xxhash") - (synopsis "xxhash") - (description - "This is a native Go implementation of the excellent @url{https://github.com/Cyan4973/xxHash,xxhash}* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.") - (license license:asl2.0))) - -(define-public go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72 - (package - (name "go-github-com-spaolacci-murmur3") - (version "0.0.0-20180118202830-f09979ecbc72") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spaolacci/murmur3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spaolacci/murmur3")) - (home-page "https://github.com/spaolacci/murmur3") - (synopsis "murmur3") - (description - "Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3. -") - (license license:bsd-3))) - -(define-public go-github-com-cespare-xxhash-1.1.0 - (package - (name "go-github-com-cespare-xxhash") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cespare/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cespare/xxhash")) - (propagated-inputs - `(("go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72" - ,go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72) - ("go-github-com-oneofone-xxhash-1.2.2" - ,go-github-com-oneofone-xxhash-1.2.2))) - (home-page "https://github.com/cespare/xxhash") - (synopsis "xxhash") - (description - "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described -at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. -") - (license license:expat))) - -(define-public go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954 - (package - (name "go-github-com-dgryski-go-sip13") - (version "0.0.0-20181026042036-e10d5fee7954") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgryski/go-sip13") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgryski/go-sip13")) - (home-page "https://github.com/dgryski/go-sip13") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-oklog-ulid-1.3.1 - (package - (name "go-github-com-oklog-ulid") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/oklog/ulid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/oklog/ulid")) - (home-page "https://github.com/oklog/ulid") - (synopsis "Universally Unique Lexicographically Sortable Identifier") - (description - "This package provides a Go port of @url{https://github.com/alizain/ulid,alizain/ulid} with binary format implemented.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce - (package - (name "go-github-com-prometheus-common") - (version "0.0.0-20181113130724-41aa239b4cce") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spy10lwanqa5ynks9cagphkq74zz4b3jm4w59vvizdcw4fhd7s6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-tsdb-0.7.1 - (package - (name "go-github-com-prometheus-tsdb") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus-junkyard/tsdb") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/tsdb")) - (propagated-inputs - `(("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce" - ,go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-oklog-ulid-1.3.1" ,go-github-com-oklog-ulid-1.3.1) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954" - ,go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-cespare-xxhash-1.1.0" - ,go-github-com-cespare-xxhash-1.1.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/tsdb") - (synopsis "TSDB") - (description - "Package tsdb implements a time series storage for float64 sample data. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-0.9.3 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-github-com-prometheus-tsdb-0.7.1" - ,go-github-com-prometheus-tsdb-0.7.1) - ("go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084" - ,go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084) - ("go-github-com-prometheus-common-0.4.0" - ,go-github-com-prometheus-common-0.4.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-beorn7-perks-1.0.0" - ,go-github-com-beorn7-perks-1.0.0))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-spf13-afero-1.1.2 - (package - (name "go-github-com-spf13-afero") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cast-1.3.0 - (package - (name "go-github-com-spf13-cast") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cast") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cast")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/cast") - (synopsis "cast") - (description "Package cast provides easy and safe casting in Go. -") - (license license:expat))) - -(define-public go-github-com-spf13-jwalterweatherman-1.0.0 - (package - (name "go-github-com-spf13-jwalterweatherman") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/jwalterweatherman") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) - (home-page "https://github.com/spf13/jwalterweatherman") - (synopsis "jWalterWeatherman") - (description - "Seamless printing to the terminal (stdout) and logging to a io.Writer -(file) thatâ\x80\x99s as easy to use as fmt.Println.") - (license license:expat))) - -(define-public go-github-com-ugorji-go-1.1.4 - (package - (name "go-github-com-ugorji-go") - (version "1.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ugorji/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ugorji/go")) - (home-page "https://github.com/ugorji/go") - (synopsis "go-codec") - (description - "This repository contains the @code{go-codec} library, the @code{codecgen} tool and -benchmarks for comparing against other libraries.") - (license license:expat))) - -(define-public go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77 - (package - (name "go-github-com-xordataexchange-crypt") - (version "0.0.3-0.20170626215501-b2862e3d0a77") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xordataexchange/crypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xordataexchange/crypt")) - (home-page "https://github.com/xordataexchange/crypt") - (synopsis "crypt") - (description - "You can use crypt as a command line tool or as a configuration library:") - (license license:expat))) - -(define-public go-go-etcd-io-bbolt-1.3.2 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4 - (package - (name "go-golang-org-x-time") - (version "0.0.0-20190308202827-9d24e82272b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-github-com-spf13-viper-1.4.0 - (package - (name "go-github-com-spf13-viper") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/viper") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/viper")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) - ("go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4" - ,go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4) - ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" - ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-go-etcd-io-bbolt-1.3.2" ,go-go-etcd-io-bbolt-1.3.2) - ("go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77" - ,go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77) - ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" - ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) - ("go-github-com-ugorji-go-1.1.4" ,go-github-com-ugorji-go-1.1.4) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-jwalterweatherman-1.0.0" - ,go-github-com-spf13-jwalterweatherman-1.0.0) - ("go-github-com-spf13-cast-1.3.0" ,go-github-com-spf13-cast-1.3.0) - ("go-github-com-spf13-afero-1.1.2" ,go-github-com-spf13-afero-1.1.2) - ("go-github-com-soheilhy-cmux-0.1.4" - ,go-github-com-soheilhy-cmux-0.1.4) - ("go-github-com-prometheus-client-golang-0.9.3" - ,go-github-com-prometheus-client-golang-0.9.3) - ("go-github-com-pelletier-go-toml-1.2.0" - ,go-github-com-pelletier-go-toml-1.2.0) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-magiconair-properties-1.8.0" - ,go-github-com-magiconair-properties-1.8.0) - ("go-github-com-jonboulle-clockwork-0.1.0" - ,go-github-com-jonboulle-clockwork-0.1.0) - ("go-github-com-hashicorp-hcl-1.0.0" - ,go-github-com-hashicorp-hcl-1.0.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.0" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0" - ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0) - ("go-github-com-gorilla-websocket-1.4.0" - ,go-github-com-gorilla-websocket-1.4.0) - ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) - ("go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef" - ,go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7) - ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" - ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.2.0" - ,go-github-com-coreos-go-semver-0.2.0) - ("go-github-com-coreos-etcd-3.3.10+incompatible" - ,go-github-com-coreos-etcd-3.3.10+incompatible) - ("go-github-com-coreos-bbolt-1.3.2" ,go-github-com-coreos-bbolt-1.3.2) - ("go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6" - ,go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6))) - (home-page "https://github.com/spf13/viper") - (synopsis "Install") - (description "Many Go projects are built using Viper including:") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-1.0.0 - (package - (name "go-github-com-spf13-cobra") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-spf13-viper-1.4.0" ,go-github-com-spf13-viper-1.4.0) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-mitchellh-go-homedir-1.1.0" - ,go-github-com-mitchellh-go-homedir-1.1.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.1.0 - (package - (name "go-github-com-containerd-continuity") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h756l1xc31sc4zc1d3hmh64kl9qm5vpbbw0c93hrasn51ki96yz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-spf13-cobra-1.0.0" ,go-github-com-spf13-cobra-1.0.0) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-1.0.0 - (package - (name "go-github-com-containerd-fifo") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l6jy9b4mjcj7pbz1n79zmipni1dz60rf5n66vn5p2ggavbq7h1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-cni-1.0.2 - (package - (name "go-github-com-containerd-go-cni") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hqwy402qy04slz2vj05s517mhdbmmkdjs6nhfnk184a730whgv6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-cni")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-containernetworking-cni-0.8.0" - ,go-github-com-containernetworking-cni-0.8.0))) - (home-page "https://github.com/containerd/go-cni") - (synopsis "go-cni") - (description - "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-1.0.0 - (package - (name "go-github-com-containerd-go-runc") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210315114300-dde8f0fda960") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ag5p2vqzdavq66wb1z42yw5jzrncsi97g8qk2x9nq51z1nj8rdi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.4 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "039c26mjq8qs1s4kbx76fc99wnmnx165bqn16b2b9gyvxcphs7iv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960" - ,go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" - ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) - ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" - ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" - ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" - ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) - ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" - ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210324051608-47abb6519492") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19g0pa8lazad5kcq396ggg9x1d6sx39rw9brz3hklx71gg1jd3ja")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-microsoft-hcsshim-0.8.16 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.16") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15bxkqq4zavwspx3ga8j3vx9jrc7l0jazsa6cs6im9liy6xhkbd6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" - ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-containerd-1.5.0-beta.4" - ,go-github-com-containerd-containerd-1.5.0-beta.4) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17-0.20210324224401-5516f17a5958") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20210316121734-20793ff83c97") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ipr8pafb2xpkchfvnxjcfx9pb48mjr9k8krj9gnagssxhynbkd5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676 - (package - (name "go-github-com-containerd-btrfs") - (version "0.0.0-20210316141732-918d888fb676") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20210316144830-115abcc95a1d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hqna43p8r6g3xv8g8n985hq1nzipsvjiwm70xpbzbgynh4ym6z5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20201020171139-16b287bc67d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.1.1-0.20210312161619-7ed62a527887") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16pgcc0w8m2cxhfjzmmd2h3n6mxzc1nlghrhgjlx0lf4q96hv904")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.0" - ,go-github-com-containers-ocicrypt-1.1.0) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14 - (package - (name "go-github-com-containerd-nri") - (version "0.0.0-20210316161719-dbaa18c31c14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kyrvagbga6yib7il0m4zvqz977a4wsv5lgjd3ix53xmr4h7fgm7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210324211415-d5c4544f0433") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wsqwqv2pyn05asgpm9clgpwq9b8b0fjk4khzkjvscrf5j4v1rx4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.4 - (package - (name "go-k8s-io-apiserver") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gffl7z6bvi46v0fvphbak4waddsgf4pd5w16khgrzl1sv9skn61")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) - ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-api-0.20.4 - (package - (name "go-k8s-io-api") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hjckd94vpsr690kwx7dad8qlb8xjg2bz5ms315s9h6wc5cqwvgy")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-apimachinery-0.20.4 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.4 - (package - (name "go-k8s-io-client-go") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g8x2d59qm6068rql63c0mdhcjz9jsyyf7a5fdg1hyf88dvigfcx")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.4 - (package - (name "go-k8s-io-component-base") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02b782p63h8z3pg64i1kfgkmxwslxpyl6afkhd1agbig9zd6g7w8")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.4 - (package - (name "go-k8s-io-cri-api") - (version "0.20.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-rc.0 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-rc.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "148z6782bj0vy3vzbhg2xf53g14llvxfsmdsqkz6x5n49rm6xr4i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.4" ,go-k8s-io-cri-api-0.20.4) - ("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) - ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) - ("go-k8s-io-apiserver-0.20.4" ,go-k8s-io-apiserver-0.20.4) - ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) - ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433" - ,go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" - ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) - ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" - ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) - ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" - ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" - ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" - ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) - ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" - ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20210322153248-0c34fe9e7dc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containers-ocicrypt-1.1.1 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l0bfk244sxnakg3my529jsw532pffkmiyk5y1iqblz4mkjfphc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" - ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.1.1 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "177fs3p2xzwjsffcxqqllx6wi6ghfyqbvfgn95v3q7a2993yqk4k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.1" - ,go-github-com-containers-ocicrypt-1.1.1) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-rc.0" - ,go-github-com-containerd-containerd-1.5.0-rc.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-microsoft-hcsshim-0.8.16" - ,go-github-com-microsoft-hcsshim-0.8.16) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-nri-0.1.0 - (package - (name "go-github-com-containerd-nri") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hqji5qa0n0fdyv9sjdl7mv3bb4fnq9i79pdzlw6m1nigrnb18qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200224152610-e50cd9704f63") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1392q1dfg4kkfg86w05gsszdlkd0hf424rvich1xzjqbm3ad3lin")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.1.0 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13grp3ivmkdyhwpzhnva2w4lv035c4i1m0a2bdci4z44mif86gns")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.27.1" - ,go-google-golang-org-protobuf-1.27.1) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63" - ,go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-1.0.2 - (package - (name "go-github-com-containerd-typeurl") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wvfxlxgkln11d9s6rxay965c715bnpk203klbsq8m8qpjqrz620")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.15 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1119qf7nklpnn9li61m8jrd5wvifhiz7qh7sfjjy04rfvbvlsi6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" - ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k6dqaidnldf7kpxdszf0wn6xb8m6vaizm2aza81fri1q0051213")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200622214017-ed371f2e16b4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20201003224125-76a6863f2989") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nsiyqjrgf3vvv6hpiljknpbkzlla1czpkq69i607f7p5jd8bgaq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" - ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.1" - ,go-github-com-containerd-ttrpc-1.0.1) - ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" - ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) - ("go-github-com-containerd-containerd-1.4.1" - ,go-github-com-containerd-containerd-1.4.1) - ("go-github-com-microsoft-hcsshim-0.8.9" - ,go-github-com-microsoft-hcsshim-0.8.9))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20210114181951-8a68de567b68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v70kxazvsizx33w9nz341hg14acg2vnbfcpx9yknmsjqdwgqnhs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.17-0.20210211115548-6eac466e5fa3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w8fmybsl0v5azwi66qa299gwh0mlp907mrg4yaiya7s0cjmjx0d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3 - (package - (name "go-github-com-microsoft-hcsshim-test") - (version "0.0.0-20210227013316-43a75bb4edd3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j899w4hdw1mk6rfyy9qsm902iavgc49ykbjdsb02m6wszq1z0wy")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/Microsoft/hcsshim/test" - #:unpack-path - "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-microsoft-go-winio-0.4.16 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.16") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible - (package - (name "go-github-com-azure-azure-sdk-for-go") - (version "16.2.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/azure-sdk-for-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hwrspsyfs003h4f8zl8b41g3a6jpkqawqrykd1mjw9p6hs1c6k8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) - (home-page "https://github.com/Azure/azure-sdk-for-go") - (synopsis "Azure SDK for Go") - (description - "Package sdk provides Go packages for managing and using Azure services. -") - (license license:expat))) - -(define-public go-github-com-azure-go-autorest-10.8.1+incompatible - (package - (name "go-github-com-azure-go-autorest") - (version "10.8.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/go-autorest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "122zfifj93vkix8ggkdh0dz5rmzxh4bql4nry1hws2czmzgxlkdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/go-autorest")) - (home-page "https://github.com/Azure/go-autorest") - (synopsis "go-autorest") - (description - "Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages. -") - (license license:asl2.0))) - -(define-public go-github-com-go-ini-ini-1.25.4 - (package - (name "go-github-com-go-ini-ini") - (version "1.25.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-ini/ini") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b6cql5ripbiyrm18d6bfd1rfjnwcbskppw3d0vb80l0wy72d0c6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-ini/ini")) - (home-page "https://github.com/go-ini/ini") - (synopsis "INI") - (description - "Package ini provides INI file read and write functionality in Go. -") - (license license:asl2.0))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20160202185014-0b12d6b521d8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-aws-aws-sdk-go-1.15.11 - (package - (name "go-github-com-aws-aws-sdk-go") - (version "1.15.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aws/aws-sdk-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w960w39k3nyc17p1lvd41cls39qwg7kzfm57vfbdb4h1m5sck99")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aws/aws-sdk-go")) - (propagated-inputs - `(("go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8" - ,go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8) - ("go-github-com-go-ini-ini-1.25.4" ,go-github-com-go-ini-ini-1.25.4))) - (home-page "https://github.com/aws/aws-sdk-go") - (synopsis "AWS SDK for Go") - (description - "Package sdk is the official AWS SDK for the Go programming language. -") - (license license:asl2.0))) - -(define-public go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a - (package - (name "go-github-com-beorn7-perks") - (version "0.0.0-20160804104726-4c0e84591b9a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869 - (package - (name "go-github-com-bmizerany-assert") - (version "0.0.0-20160611221934-b7ed37b82869") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bmizerany/assert") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bmizerany/assert")) - (home-page "https://github.com/bmizerany/assert") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1 - (package - (name "go-github-com-bshuster-repo-logrus-logstash-hook") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bshuster-repo/logrus-logstash-hook") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kkjzav4i3l2ahgpirysr0cqh60vdq517lpj00cc9z32zfrsw87k")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) - (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") - (synopsis "Logstash hook for logrus") - (description - "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") - (license license:expat))) - -(define-public go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c - (package - (name "go-github-com-dgrijalva-jwt-go") - (version "0.0.0-20170104182250-a601269ab70c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgrijalva/jwt-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c2dhmj95wh9cs099cr43qghgmp6bqx0mq44vha2dqq5jkbazwfv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) - (home-page "https://github.com/dgrijalva/jwt-go") - (synopsis "jwt-go") - (description - "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} -") - (license license:expat))) - -(define-public go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916 - (package - (name "go-github-com-docker-go-metrics") - (version "0.0.0-20180209012529-399ea8c73916") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-metrics")) - (home-page "https://github.com/docker/go-metrics") - (synopsis "go-metrics") - (description - "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7 - (package - (name "go-github-com-garyburd-redigo") - (version "0.0.0-20150301180006-535138d7bcd7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/garyburd/redigo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/garyburd/redigo")) - (home-page "https://github.com/garyburd/redigo") - (synopsis #f) - (description - "Future development of Redigo is at -@url{https://github.com/gomodule/redigo,github.com/gomodule/redigo}. Please submit -issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a -read-only snapshot.") - (license license:asl2.0))) - -(define-public go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33 - (package - (name "go-github-com-gorilla-handlers") - (version "0.0.0-20150720190736-60c7bfde3e33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/handlers") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zvpxvybdn8yqpk2cxs134ip9wxmw6c1s0kw9nahf7qw1kfyzycm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/handlers")) - (home-page "https://github.com/gorilla/handlers") - (synopsis "gorilla/handlers") - (description - "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use -with Go's net/http package (or any framework supporting http.Handler). -") - (license license:bsd-2))) - -(define-public go-github-com-gorilla-mux-1.7.2 - (package - (name "go-github-com-gorilla-mux") - (version "1.7.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/mux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gjcbgpdl3snc38i8sj8k6sqbv3inyrxqyggbqvr4jfx2phv2zy6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/mux")) - (home-page "https://github.com/gorilla/mux") - (synopsis "gorilla/mux") - (description "Package mux implements a request router and dispatcher. -") - (license license:bsd-3))) - -(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.0.0-20160803190731-bd40a432e4c7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kgzwiyqn24ba9kgpjxlq1h746gnyby0psbjj9mp2yx0h1i0kc4z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-github-com-marstr-guid-1.1.0 - (package - (name "go-github-com-marstr-guid") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/marstr/guid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/marstr/guid")) - (home-page "https://github.com/marstr/guid") - (synopsis "Guid") - (description - "Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, @url{http://ietf.org/rfc/rfc4122.txt,RFC 4122} governs the desired behavior.") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420 - (package - (name "go-github-com-opencontainers-go-digest") - (version "0.0.0-20170106003457-a6d0ee40d420") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.0 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04ax2pylpwzsa5pw6wk94shdpdmfyqf70ys0idhpxsygzc2m5l23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.0.0-20180209125602-c332b6f63c06") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "068r759wnh1lxcjhj89z4bqbpl7ydcx2drn2967ygw80nyab30pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20171117100541-99fa1f4be8e5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083 - (package - (name "go-github-com-prometheus-common") - (version "0.0.0-20180110214958-89604d197083") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "169rdlaf2mk9z4fydz7ajmngyhmf3q1lk96yhvx46bn986x5xkyn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a - (package - (name "go-github-com-smartystreets-goconvey") - (version "0.0.0-20190330032615-68dc04aab96a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/goconvey") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kas5v95fzhr88hg4rjy0vp03y4pzvy3pwwgkfz2yhn5nlj29nk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/goconvey")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" - ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) - ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" - ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) - ("go-github-com-jtolds-gls-4.20.0+incompatible" - ,go-github-com-jtolds-gls-4.20.0+incompatible) - ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" - ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) - (home-page "https://github.com/smartystreets/goconvey") - (synopsis "GoConvey is awesome Go testing") - (description - "This executable provides an HTTP server that watches for file system changes -to .go files within the working directory (and all nested go packages). -Navigating to the configured host and port in a web browser will display the -latest results of running `go test` in each go package. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190619014844-b5b0513f8c1b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sr4gbiq09izkmm6hcmfnia6lz6ngzzqjbwlrzh7jifbzyck53wz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190602015325-4c4f7f33c9ed") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191001bxqyc3xfs46nnqmm7jdk0r73vk7a4zqngfl7zwjv9smwsq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c - (package - (name "go-github-com-docker-distribution") - (version "0.0.0-20190905152932-14b96e55d84c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jd7ccjy7ahznsh6hf9dhqbgn9glwc0db9g5nv8n6sys5d1jdni9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" - ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) - ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" - ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) - ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" - ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) - ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" - ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) - ("go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed" - ,go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b" - ,go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) - ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" - ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) - ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" - ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) - ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" - ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a" - ,go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083" - ,go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083) - ("go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5" - ,go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5) - ("go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06" - ,go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06) - ("go-github-com-opencontainers-image-spec-1.0.0" - ,go-github-com-opencontainers-image-spec-1.0.0) - ("go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420" - ,go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420) - ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) - ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" - ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-marstr-guid-1.1.0" ,go-github-com-marstr-guid-1.1.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7" - ,go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-gorilla-mux-1.7.2" ,go-github-com-gorilla-mux-1.7.2) - ("go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33" - ,go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33) - ("go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7" - ,go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7) - ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" - ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) - ("go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916" - ,go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916) - ("go-github-com-dnaeon-go-vcr-1.0.1" - ,go-github-com-dnaeon-go-vcr-1.0.1) - ("go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c" - ,go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c) - ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" - ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) - ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" - ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) - ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" - ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) - ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" - ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) - ("go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1" - ,go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1) - ("go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869" - ,go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869) - ("go-github-com-bitly-go-simplejson-0.5.0" - ,go-github-com-bitly-go-simplejson-0.5.0) - ("go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a" - ,go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a) - ("go-github-com-aws-aws-sdk-go-1.15.11" - ,go-github-com-aws-aws-sdk-go-1.15.11) - ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" - ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) - ("go-github-com-azure-go-autorest-10.8.1+incompatible" - ,go-github-com-azure-go-autorest-10.8.1+incompatible) - ("go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible" - ,go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible))) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d - (package - (name "go-github-com-gogo-protobuf") - (version "1.2.2-0.20190723190241-65acae22fc9d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0700alky9z0g9akhrzn20wf4jr1600d0clhs32sm8chnlbvidy46")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190813064441-fde4db37ae7a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16k4w4pzziq1kln18k5fg01qgk4hpzb5xsm7175kaky6d6gwyhg3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-k8s-io-cri-api-0.17.3 - (package - (name "go-k8s-io-cri-api") - (version "0.17.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "047wg80q4cb9qikpj0zp2kzcgp599cdqwiqlravfy86bga4r3fgf")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a" - ,go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d" - ,go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da - (package - (name "go-github-com-microsoft-hcsshim-test") - (version "0.0.0-20201218223536-d3e5debf77da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/Microsoft/hcsshim/test" - #:unpack-path - "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-cri-api-0.17.3" ,go-k8s-io-cri-api-0.17.3) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" - ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) - ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" - ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-imdario-mergo-0.3.8" - ,go-github-com-imdario-mergo-0.3.8) - ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" - ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) - ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" - ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-gogo-googleapis-1.2.0" - ,go-github-com-gogo-googleapis-1.2.0) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c" - ,go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-blang-semver-3.1.0+incompatible" - ,go-github-com-blang-semver-3.1.0+incompatible) - ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" - ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis #f) - (description #f) - (license license:expat))) - -(define-public go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4 - (package - (name "go-github-com-containerd-aufs") - (version "0.0.0-20200908144142-dab0cbea06f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/aufs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "060iqypyrdmww0ykip1zqi5f2fl1il55vndgdn5aq5zj6530mgsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/aufs")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" - ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) - ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" - ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) - ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" - ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) - ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" - ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) - ("go-github-com-microsoft-hcsshim-0.8.7" - ,go-github-com-microsoft-hcsshim-0.8.7))) - (home-page "https://github.com/containerd/aufs") - (synopsis "aufs snapshotter") - (description - "AUFS implementation of the snapshot interface for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e - (package - (name "go-github-com-containerd-btrfs") - (version "0.0.0-20201111183144-404b9149801e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/btrfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10aakvy9njaly2mfwi1cvys8dxjn27mnd7wnpnmxh8pxb7g2svag")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/btrfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/btrfs") - (synopsis "go-btrfs") - (description - "Package btrfs provides bindings for working with btrfs partitions from Go. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200824123100-0b889c03f102") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zjmphy2df9y20hzrmwxfpyyvz8vb5lazr4pjyx3c5a5x0j4rv8d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" - ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7 - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20201208142359-180525291bb7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1di4pspqfwfafdni0in84kzyn8h1fhqb6vh4i0g5skqmrc4sxf4h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20201026212402-0724c46b320c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d9j0isblnnqf78ygvwjyijjxn6zdzf7p803v0jv2py4d0pkvj8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.8.0 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16i59dhiq7pc7qs32cdk4yv4w9rjx4vvlw7fb6a6jhq6hxxjrgiw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-1.10.3 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00a40by9f5ylycnar8h3p9b4z5rcsvfvg4j3v5s5mchdqrqjv1pc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f - (package - (name "go-github-com-stretchr-objx") - (version "0.0.0-20180129172003-8a3f7159479f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rbz4x4jbq9vp3zxmv0c2wh1vbg48lmc8ncdgz7zxk7241fc31ki")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d - (package - (name "go-github-com-stretchr-testify") - (version "0.0.0-20180303142811-b89eecf5ca5d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g946ii8qjaynvidj648z8izl91i6yhy0ir6g3qsrn136im3r8wk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-containerd-go-cni-1.0.1 - (package - (name "go-github-com-containerd-go-cni") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sdlwa4d0kzpm3vg9jy6fxqqcfjq8innv1zjcyp8n9qy8vj9b24y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-cni")) - (propagated-inputs - `(("go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d" - ,go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d) - ("go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f" - ,go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-containernetworking-cni-0.8.0" - ,go-github-com-containernetworking-cni-0.8.0))) - (home-page "https://github.com/containerd/go-cni") - (synopsis "go-cni") - (description - "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20191206165004-02ecf6a7291e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1b3yq446gv8da4fajknbjxr5syz1ypz0nii9sqw066hx8kmqzgqh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.1 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00qb0q7ndxsll12ilp5a8pqfi4i1jqrlqzv0yf7sn52lkrdrw5f4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20200220073739-7016d3ce2328") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-1.0.1" - ,go-github-com-opencontainers-runtime-spec-1.0.1) - ("go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e" - ,go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e))) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.14 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n34wi9l9ks2z3cz97j30ljfmqppwf1zxr16hwbnswyrk54fcxm3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.7-0.20190325164909-8abdbb8205e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0029085clghvprb3bs2m9q7xk4njx5fg2gr5wm3a0y8kqx0awv45")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20190717030353-c4b9ac5c7601") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fpai6nsm7qd5zfd8ykq8j4ngbqcy5v2isw16j086j0qabyw2iiw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50 - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20181022165439-0650fd9eeb50") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cs11g3gjan15rnbgryf60725sw2hf83fb6y2hwn1rgcm0jab1b8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.3.0 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05mr33l0rhkj49n6wf9lk95ijqvqwhp68ll879rpad1ypfv2f8as")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02 - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20190815185530-f2a389ac0a02") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8a7npx46sjak0dyypkgg0h5dkq6dqpa4gx1v22ik62rmw0jy8r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260 - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20180307165137-3d5202aec260") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jp12vgfj0xg9m2w5cfay72fwrxb6w8za7rkcqw8yy8hypiqqxq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20190911050354-e029b79d8cda") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zwb6bfnfmj09rnz1z3xx1y2pm4wrhyp2ls7vmf7p62j5zyvdpkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8 - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20190828172938-92c8520ef9f8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.2.10 - (package - (name "go-github-com-containerd-containerd") - (version "1.2.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kddhkd93wkrimk0yjcqiavdrqc818nd39rf3wrgxyilx1mfnrwb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa - (package - (name "go-github-com-fullsailor-pkcs7") - (version "0.0.0-20190404230743-d7302db945fa") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fullsailor/pkcs7") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13d7dpj85j36pxwg1kn7b23rm54va5p9v3vdcx27pma2jjlsxsm1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fullsailor/pkcs7")) - (home-page "https://github.com/fullsailor/pkcs7") - (synopsis "pkcs7") - (description - "Package pkcs7 implements parsing and generation of some PKCS#7 structures. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190701094942-4def268fd1a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-square-go-jose-v2-2.3.1 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11r93g9xrcjqj7qvq8sbd5hy5rnbpmim0vdsp6rbav8gl7wimaa3")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.0.1 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q27vzgdsimypkpi7iv0rl1xz571554adphyl0j8b5qa8wrf0n7v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-square-go-jose-v2-2.3.1" - ,go-gopkg-in-square-go-jose-v2-2.3.1) - ("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) - ("go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4" - ,go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa" - ,go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa) - ("go-github-com-containerd-containerd-1.2.10" - ,go-github-com-containerd-containerd-1.2.10))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20161114122254-48702e0da86b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zl9ns4j3lpjykf32rv5cb6sj9x5ci8yi90vab1bl27vnqjgdkh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1-0.20190205005809-0d3efadf0154+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad - (package - (name "go-github-com-docker-go-events") - (version "0.0.0-20170721190031-9461782956ad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-events") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vn0kd0w253jwdk86gv1h6s8p6bzxiyif74xdzlb39zr6fdrr145")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-events")) - (home-page "https://github.com/docker/go-events") - (synopsis "Docker Events Package") - (description - "The Docker @code{events} package implements a composable event distribution package -for Go.") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55 - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20151105175453-c7fdd8b5cd55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09zazkiny2im24xaiac5kbyhhnbqdbhwi9z9n7fj6rhpg8msiq9n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-gogo-googleapis-1.2.0 - (package - (name "go-github-com-gogo-googleapis") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a82n0xp0v8lgjxzl3aa595r0rmy7afgyn2l3kv6z9kzw339i0jp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.8 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15xwyrnwng11ib0fxi7clwick2r0njwn0gs3va2g5m1ad418ry57")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0-rc1.0.20180430190053-c9281466c8b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc8.0.20190926000215-3e425f80a8c9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18psc830b2rkwml1x6vxngam5b5wi3pj14mw817rshpzy87prspj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2-0.20190207185410-29686dbc5559") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i8q3520jk4yl9rsxs8mn5vsi9i0gd3drysbhciaqwm5l8c30h65")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.8 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "076wblhz8fjdc73fmz1lg0hafbwg1xv8hszm78lbg9anjpfgacvq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190522155817-f3200d17e092") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mskh7p80dd8j1ffy16917d3cyy7lfh1gb56n4rq9g1bwckz4lwy")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190812073006-9eafafc0a87e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5wcpiafz47066993mgz77gka9qzww6w6crxpnyir0459j7z07r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.24.0 - (package - (name "go-google-golang-org-grpc") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.0.1 - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0gbnp8imckw6rv3sjf3sycp8rc9lyhv0pp0x3q3yksvqmbqh5v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) - ("go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e" - ,go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" - ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.8" - ,go-github-com-prometheus-procfs-0.0.8) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559" - ,go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559) - ("go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9" - ,go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2) - ("go-github-com-imdario-mergo-0.3.8" - ,go-github-com-imdario-mergo-0.3.8) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-gogo-googleapis-1.2.0" - ,go-github-com-gogo-googleapis-1.2.0) - ("go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55" - ,go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad" - ,go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad) - ("go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible" - ,go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible) - ("go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b" - ,go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b) - ("go-github-com-containers-ocicrypt-1.0.1" - ,go-github-com-containers-ocicrypt-1.0.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8" - ,go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8) - ("go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda" - ,go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda) - ("go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260" - ,go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260) - ("go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02" - ,go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02) - ("go-github-com-containerd-containerd-1.3.0" - ,go-github-com-containerd-containerd-1.3.0) - ("go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50" - ,go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50) - ("go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601" - ,go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601) - ("go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4" - ,go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4) - ("go-github-com-microsoft-go-winio-0.4.14" - ,go-github-com-microsoft-go-winio-0.4.14))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-blang-semver-3.1.0+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s80qlij6j6wrh0fhm0l11hbf3qjra67nca5bl7izyfjj4621fcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.0-beta.2.0.20190828155532-0293cbd26c69") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jhb4a7fczf817d9dwj0a02wfscv46hkymrqh1dcsgpdsp80igkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce - (package - (name "go-github-com-hashicorp-errwrap") - (version "0.0.0-20141028054710-7554cd9344ce") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "0.0.0-20161216184304-ed905158d874") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bldhx9dmx9q4gjsag3g1xswq1jsf394rs69fdbmgnkj75j3sp70")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39 - (package - (name "go-github-com-opencontainers-runtime-tools") - (version "0.0.0-20181011054405-1d69bd0f9c39") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wgisl2v8i1hvy3bf8f16v7rarx2ynyasb0jx4kffp5n5hz2hfcl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) - (home-page "https://github.com/opencontainers/runtime-tools") - (synopsis "oci-runtime-tool") - (description - "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. -To build from source code, runtime-tools requires Go 1.10.x or above.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.5 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqn8ip9f4f6kqrvand4lxhcxrkk19dwf8s3nh336i9wr2jfhbwa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20170704070218-db04d3cc01c8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jwica5kqax70rd4gbc2yjdz54401s4mr6clyn60gcmnxc0wynds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f - (package - (name "go-github-com-xeipuuv-gojsonpointer") - (version "0.0.0-20180127040702-4e3ac2762d5f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonpointer") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) - (home-page "https://github.com/xeipuuv/gojsonpointer") - (synopsis "gojsonpointer") - (description "An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 - (package - (name "go-github-com-xeipuuv-gojsonreference") - (version "0.0.0-20180127040603-bd5ef7bd5415") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonreference") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) - (home-page "https://github.com/xeipuuv/gojsonreference") - (synopsis "gojsonreference") - (description "An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f - (package - (name "go-github-com-xeipuuv-gojsonschema") - (version "0.0.0-20180618132009-1d523034197f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xeipuuv/gojsonschema") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) - (home-page "https://github.com/xeipuuv/gojsonschema") - (synopsis "gojsonschema") - (description - "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") - (license license:asl2.0))) - -(define-public go-k8s-io-kubernetes-1.13.0 - (package - (name "go-k8s-io-kubernetes") - (version "1.13.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/kubernetes") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12cvw8b7l319p8nc2imc2wck7zz7vzrwcjyxq5djqj7l5rbcwmzs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/kubernetes")) - (home-page "https://k8s.io/kubernetes") - (synopsis "Kubernetes (K8s)") - (description - "Kubernetes, also known as K8s, is an open source system for managing @url{https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/,containerized applications} -across multiple hosts. It provides basic mechanisms for deployment, maintenance, -and scaling of applications.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.7 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c6ix202ll48n7x00xxb7gzgm3srm9zwwbx2503l6vz3sqclh9xm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-k8s-io-kubernetes-1.13.0" ,go-k8s-io-kubernetes-1.13.0) - ("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" - ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) - ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" - ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) - ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" - ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) - ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" - ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) - ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" - ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-prometheus-procfs-0.0.5" - ,go-github-com-prometheus-procfs-0.0.5) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" - ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" - ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) - ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" - ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69" - ,go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" - ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) - ("go-github-com-blang-semver-3.1.0+incompatible" - ,go-github-com-blang-semver-3.1.0+incompatible) - ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" - ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.1-0.20191213020239-082f7e3aed57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1piaha1adhzhj150l7zhskn5fgl4r2cyvwhrrm8bbm3vnvhmgw7v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20191127005431-f65d91d395eb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15yh5idl3if8a982gsnq9q72021a7jcs9bdcrqaxbl4dwdqcszki")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190522044717-8097e1b27ff5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rgflfvh365x5lwdyqdd9qk8hh3ycr88a2488bgqgvfhp5ri5p6x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190522204451-c2c4e71fbf69") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y44pmyy92pg822fhw80pnciifx1ah0g73i2l0ixickd24wyznnm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.21.0 - (package - (name "go-google-golang-org-grpc") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20191028202541-4f1b8fe65a5c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fhm39jagk2sfgi9g5zdqx4rynziwxhaap03x4mdj8kczlz21x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) - ("go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69" - ,go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69) - ("go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5" - ,go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-gogo-protobuf-1.3.0 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfyrmbpdcppf0z3waar90bpszdhi2gv705ys1b0zx5x6ax8f1a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd - (package - (name "go-github-com-containerd-typeurl") - (version "0.0.0-20190911142611-5eb25027c9fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fyc2962b9sqgqycnlkxls6n0d701nszl84bayxrdv3r1491jn9v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-gogo-protobuf-1.3.0" - ,go-github-com-gogo-protobuf-1.3.0))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20200918131355-0a33824f23a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "112bj6mxc3r2ncybblf3w1fgqa6w0070f6a8vlqcml1g00ljhsz6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" - ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) - ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" - ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) - ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" - ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) - ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" - ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) - ("go-github-com-microsoft-hcsshim-0.8.7" - ,go-github-com-microsoft-hcsshim-0.8.7))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201202213521-69691e467435 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201202213521-69691e467435") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lndxdnazszfj1jl87cpz31vd12jrjm1wj0zw1c2p8yg64cfkhna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.1 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jki3jwmbfk4mp2qhz4ppd6vgnicalszzv5ffibasa4qj5v19wcd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-golang-org-x-sys-0.0.0-20201202213521-69691e467435" - ,go-golang-org-x-sys-0.0.0-20201202213521-69691e467435) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.10" - ,go-github-com-imdario-mergo-0.3.10) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2" - ,go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" - ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) - ("go-github-com-containerd-imgcrypt-1.0.1" - ,go-github-com-containerd-imgcrypt-1.0.1) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" - ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) - ("go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7" - ,go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" - ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) - ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" - ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) - ("go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4" - ,go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14) - ("go-github-com-microsoft-go-winio-0.4.16" - ,go-github-com-microsoft-go-winio-0.4.16) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-miekg-pkcs11-1.0.3 - (package - (name "go-github-com-miekg-pkcs11") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/miekg/pkcs11") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rmmgssb6y28x54si5h63gwbdsjjxf5n9xvm3zqdfsf9l10gx2m6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/miekg/pkcs11")) - (home-page "https://github.com/miekg/pkcs11") - (synopsis "PKCS#11") - (description - "Package pkcs11 is a wrapper around the PKCS#11 cryptographic library. -") - (license license:bsd-3))) - -(define-public go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980 - (package - (name "go-github-com-stefanberger-go-pkcs11uri") - (version "0.0.0-20201008174630-78d3cae3a980") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stefanberger/go-pkcs11uri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09bnd1fn2v5y5ngsxz751a0x9fsqn8idlfrwyymfv9l57wvmrd2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stefanberger/go-pkcs11uri")) - (home-page "https://github.com/stefanberger/go-pkcs11uri") - (synopsis "go-pkcs11uri") - (description - "Welcome to the go-pkcs11uri library. The implementation follows @url{https://tools.ietf.org/html/rfc7512,RFC 7512} and this @url{https://www.rfc-editor.org/errata/rfc7512,errata}.") - (license license:asl2.0))) - -(define-public go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1 - (package - (name "go-go-mozilla-org-pkcs7") - (version "0.0.0-20200128120323-432b2356ecb1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mozilla-services/pkcs7") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yncaq6i1x6apykvng92yyqkj5kmzl4c43lmcalr5lq7ks009p40")))) - (build-system go-build-system) - (arguments '(#:import-path "go.mozilla.org/pkcs7")) - (home-page "https://go.mozilla.org/pkcs7") - (synopsis "pkcs7") - (description - "Package pkcs7 implements parsing and generation of some PKCS#7 structures. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200728195943-123391ffb6de") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a3wnn8yjvckh3smyqzwd2k2gvl3i8dk68pvcap0wha8hmga1vf3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200817155316-9781c653f443") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fkwiydhhmn6cxmd9jb4rj2wp06yxmqc3903b7zawsxm9jpslicm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-square-go-jose-v2-2.5.1 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z0hbmb5yyvnjkyiyn259wkbqbjxs2pzx87jz472shn2bgggxa4n")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-github-com-containers-ocicrypt-1.1.0 - (package - (name "go-github-com-containers-ocicrypt") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containers/ocicrypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13avih8ml00idn6qy96ash3jxkimqxpkz4cy4kgryc8jx303nv6i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containers/ocicrypt")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-gopkg-in-square-go-jose-v2-2.5.1" - ,go-gopkg-in-square-go-jose-v2-2.5.1) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443" - ,go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443) - ("go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de" - ,go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de) - ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" - ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" - ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/containers/ocicrypt") - (synopsis "OCIcrypt Library") - (description - "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba - (package - (name "go-github-com-containerd-imgcrypt") - (version "1.0.4-0.20210301171431-0ae5c75f59ba") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/imgcrypt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vkwgcxh3mpsn6wp231c9ad3sx6gmnc9948nn3vvbw8bsmjd4i77")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/imgcrypt")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-containers-ocicrypt-1.1.0" - ,go-github-com-containers-ocicrypt-1.1.0) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-containerd-1.5.0-beta.1" - ,go-github-com-containerd-containerd-1.5.0-beta.1) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) - (home-page "https://github.com/containerd/imgcrypt") - (synopsis "imgcrypt image encryption library and command line tool") - (description - "Project @code{imgcrypt} is a non-core subproject of containerd.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.15-0.20190919025122-fc70bd9a86b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "015ra2h3qfaq436d0g7akahgz7bikyvljq48m0l2d2f4k3wki86p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20190422162347-ade71ed3457e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ga9izv32j1zjij1p9f2sdnxjy3v80lw964518dvzirxpvwfszn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190514135907-3a4b5fb9f71f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "122ry2lw2525mqlnw2zc006y1flvj3yhj8rnpxqdwxp71jc3kqii")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20190919134610-bf292b21730f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vvk1vrwm9spilyl4r1r8626sg0zvnx3s3zmzigzinpkzzvbdqpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f" - ,go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e" - ,go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "0.1.2-0.20190507144316-5b71a03e2700") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dx0bp4f885vx6l4b5b7h19j6sm0jn9s2qxarfd917f4wp8l0cpl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5 - (package - (name "go-github-com-urfave-cli") - (version "0.0.0-20171014202726-7bc6a0acffa5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13li8phkaznh81qxs9vg0r8294ph014rwca4cqf7gxhvyjlaigwp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.9 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1imyqhh51311fdmp81ffasf7z52rbqhblbhx6477d9w20p74866b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" - ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" - ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" - ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) - ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" - ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775 - (package - (name "go-github-com-cilium-ebpf") - (version "0.0.0-20200702112145-1c8d4c9ef775") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1la90b88a1li5hmlqxfx9lgxlyzqb2pd4c2dxmz4s5gg2gz8a5x5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200710171044-318312a37340") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kizbm55pmlnly2dggymp84a0d9pn4fh7jf31h6wqm385zrs14zp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" - ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.0-beta.2.0.20200729163537-40b22ef07410") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ky7ny5b0rvkr6a58pdlcm35kc9wls6jvl7cdk8py4a16y1f2lx9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-1.10.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.10.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "033a42h1wzmji57p86igg9whvsbp6nvfdsypskw738ys903n3z4d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0-rc1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1-0.20171018195549-f15c970de5b7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18jihrffhfsjvz3rkanlhq9xjcdxkqilmflnijc64s7y7lijlbfm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.4-0.20170822132746-89742aefa4b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20171113213409-9f005a07e0d3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20200710164510-efbc4488d8fe") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d638nj7z7y8z19zdwbysamqh5m3kiwvnqny7av6bxax9gg6c3h8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3" - ,go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2" - ,go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2) - ("go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7" - ,go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7) - ("go-github-com-opencontainers-go-digest-1.0.0-rc1" - ,go-github-com-opencontainers-go-digest-1.0.0-rc1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.10.1" ,go-github-com-onsi-ginkgo-1.10.1) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" - ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191210023423-ac6580df4449") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14gvx65w5lddi20s4wypbbvbg9ni3m8777jhp9nqxhixc61k3dyi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20200410184934-f15a3290365b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i3pylxr2a4b9gaifjrhfa21n147vvq2z9iqwzz9id532xv9mr48")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" - ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.0.1 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ilz14f1k9zip7caqfjwvfg2nwa7bs6880pi6fxbri1wy6ar45q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" - ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) - ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-gogo-googleapis-1.4.0 - (package - (name "go-github-com-gogo-googleapis") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.10 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runc-0.1.1 - (package - (name "go-github-com-opencontainers-runc") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11-0.20200630133818-d5bec3311243") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.6.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" - ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20180916011248-d98352740cb2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164 - (package - (name "go-github-com-containerd-nri") - (version "0.0.0-20201007170849-eb1350a75164") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/nri") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhrxl36fswgxv7ny3p9xi99jsbwyk920gmzkjyfyk6nqs0hqbkg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/nri")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" - ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" - ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.6.0" - ,go-github-com-opencontainers-selinux-1.6.0) - ("go-github-com-opencontainers-runc-0.1.1" - ,go-github-com-opencontainers-runc-0.1.1) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-imdario-mergo-0.3.10" - ,go-github-com-imdario-mergo-0.3.10) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-gogo-googleapis-1.4.0" - ,go-github-com-gogo-googleapis-1.4.0) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-distribution-2.7.1+incompatible" - ,go-github-com-docker-distribution-2.7.1+incompatible) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.1" - ,go-github-com-containerd-ttrpc-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b" - ,go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b) - ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" - ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) - ("go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410" - ,go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410) - ("go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340" - ,go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340) - ("go-github-com-microsoft-hcsshim-0.8.9" - ,go-github-com-microsoft-hcsshim-0.8.9))) - (home-page "https://github.com/containerd/nri") - (synopsis "nri - Node Resource Interface") - (description - "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.4.1 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7ny9jkb98cxqhsp13xa5hnqh1s9f25x04q6arsala4zswsw33c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190916202348-b4ddaad3f8a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pa68kqxhpjk71b4cbm8vyzh6527b3ig6war2jr1g4aj3b7f1ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.16-0.20201130162521-d1ffc52c7331") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" - ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) - ("go-github-com-sirupsen-logrus-1.4.1" - ,go-github-com-sirupsen-logrus-1.4.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191022100944-742c48ecaeb7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1saf59bplvvb753my15ijxcy4a1jwfg53cmkgb6wkln2x4fgnhkp")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3 - (package - (name "go-github-com-cilium-ebpf") - (version "0.0.0-20200110133405-4032b1d8aae3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "107x63zl8dlw2izn5xw8pnflgq19srpa46bgvjs8q4d61i02q1fr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7" - ,go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-coreos-go-systemd-v22-22.0.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p4sb2fxxm2j1xny2l4fkq4kwj74plvh600gih8nyniqzannhrdx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59 - (package - (name "go-github-com-containerd-cgroups") - (version "0.0.0-20200531161412-0dbf7f05ba59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/cgroups") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10abzkjf77s8pv4mpyvy2jbl8wckhk3j7ykgs01sclal21v8p251")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/cgroups")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) - ("go-github-com-coreos-go-systemd-v22-22.0.0" - ,go-github-com-coreos-go-systemd-v22-22.0.0) - ("go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3" - ,go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3))) - (home-page "https://github.com/containerd/cgroups") - (synopsis "cgroups") - (description - "Go package for creating, managing, inspecting, and destroying cgroups. -The resources format for settings on the cgroup uses the OCI runtime-spec found -@url{https://github.com/opencontainers/runtime-spec,here}.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1 - (package - (name "go-github-com-containerd-console") - (version "0.0.0-20180822173158-c12b1e7919c1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ylrnmdhn9a2f8w8fsdgsvwnz5j0whhyhppjnhqc4lh8h9p9dpi9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.3.2 - (package - (name "go-github-com-containerd-containerd") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qz6ss7a6f2r7gl7aar39pr5ry9l7nh7dn3kclr18nwdv01gmrvc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20190426062206-aaeac12a7ffc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05caqvxxb831xfvqnga692k98cy8xzkllqg1ibra0fb0ljnhbmca")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448 - (package - (name "go-github-com-containerd-fifo") - (version "0.0.0-20190226154929-a9fb20d87448") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/fifo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c0sgfnafjnws4jgziczs6wxh0adjdrp6yyd88b7xy0hv13fsnqa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/fifo")) - (home-page "https://github.com/containerd/fifo") - (synopsis "fifo") - (description "Go package for handling fifos in a sane way.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3 - (package - (name "go-github-com-containerd-go-runc") - (version "0.0.0-20180907222934-5a6d9f37cfa3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/go-runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07qpxcjy64m238igpmj8g9z7qhf06k5xy1jcgpgvf5n912g4k3vd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/go-runc")) - (home-page "https://github.com/containerd/go-runc") - (synopsis "go-runc") - (description - "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. -It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de - (package - (name "go-github-com-containerd-ttrpc") - (version "0.0.0-20190828154514-0e0f228740de") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd - (package - (name "go-github-com-containerd-typeurl") - (version "0.0.0-20180627222232-a93fcdb778cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0aqnf5rzc5pldln0czhxlr0fqaf5553ab7wzsq85p90lg1ryqnd6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2 - (package - (name "go-github-com-opencontainers-go-digest") - (version "0.0.0-20180430190053-c9281466c8b2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f - (package - (name "go-github-com-opencontainers-runc") - (version "0.0.0-20190115041553-12f6a991201f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lr4q440pliilq2njyj5glfpma89r9l1cl687niwkp2pzb32dm45")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.2 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20180125133057-cb4147076ac7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zhlrik0f9q1lj6cisgnxgbz4darbcix52hm5abi24l2ahchf5ca")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-urfave-cli-1.22.2 - (package - (name "go-github-com-urfave-cli") - (version "1.22.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190501004415-9ce7a6920f09") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kbs85jsqbv4v89ii2zam4b8dhmllhsrf46njmi09x0w6s0b9cbk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-go-opencensus-io-0.22.0 - (package - (name "go-go-opencensus-io") - (version "0.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05jr8gkr2w34i5wwki4zhl5ch0qrgi7cdgag5iy5gpxplhbrvbg9")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09" - ,go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20191004110552-13f9640d40b9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba2767lvklnmfvb9jkwvd4m7z6326gaiz3rgylh795g88hy34g1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190502173448-54afdca5d873") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vm1vggl874jd4wi6qyl7aggc6s6kdsazk4vj0cs2dfcw2xnw8ag")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.23.1 - (package - (name "go-google-golang-org-grpc") - (version "1.23.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d8gjjhrqbiq8pb56lb4x10hb752k7k06wspjvh7v0vpzmf25981")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-hcsshim-0.8.14 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (propagated-inputs - `(("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) - ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" - ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) - ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" - ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) - ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) - ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" - ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runtime-spec-1.0.2" - ,go-github-com-opencontainers-runtime-spec-1.0.2) - ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" - ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) - ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" - ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" - ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) - ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" - ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) - ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" - ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) - ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" - ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) - ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" - ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) - ("go-github-com-containerd-containerd-1.3.2" - ,go-github-com-containerd-containerd-1.3.2) - ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" - ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) - ("go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59" - ,go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59) - ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" - ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-containerd-containerd-1.4.3 - (package - (name "go-github-com-containerd-containerd") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09xvhjg5f8h90w1y94kqqnqzhbhd62dcdd9wb9sdqakisjk6zrl0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.2 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20190522114515-bc1a522cf7b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200120151820-655fe14d7479") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "133yxmdcny5b0r8775m52sj7zja36riv0x2437k7jccywqi8nx32")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200117163144-32f20d992d24") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kl696jd8fykykjjbngqpgqsngajwbbrvrpl1q0804l6hz8qk858")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-ttrpc-1.0.2 - (package - (name "go-github-com-containerd-ttrpc") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/ttrpc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/ttrpc")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" - ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) - ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" - ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" - ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/ttrpc") - (synopsis "ttrpc") - (description "GRPC for low-memory environments.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-typeurl-1.0.1 - (package - (name "go-github-com-containerd-typeurl") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/typeurl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09cgrchrw5d36zq0mc321l5qr2gfbdm1z1a3hhkhqr4qay6vglqn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/typeurl")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/containerd/typeurl") - (synopsis "typeurl") - (description - "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc9 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62 - (package - (name "go-github-com-containerd-zfs") - (version "0.0.0-20210301145711-11e8f1707f62") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1919ax45a07v2y56xq5c0xihkn2c5zgyqv68rzx3x5cc20n2p8yg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-runc-1.0.0-rc9" - ,go-github-com-opencontainers-runc-1.0.0-rc9) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.4.3" - ,go-github-com-containerd-containerd-1.4.3) - ("go-github-com-microsoft-hcsshim-0.8.14" - ,go-github-com-microsoft-hcsshim-0.8.14))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-containernetworking-cni-0.7.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.4.5 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.4.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04iqh4hvvrrvjsfjyaa5bdyqklwzrzzy8yiyvja90hvv121f7975")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b - (package - (name "go-github-com-onsi-ginkgo") - (version "0.0.0-20151202141238-7f8ab55aaf3b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nas6wqdym4jx42kw9wj80b58r69k9qhnvglz009lj34g5gba7rw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a - (package - (name "go-github-com-onsi-gomega") - (version "0.0.0-20151007035656-2152b45fa28a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0amjlkawp84mmdqjgdamf93p1546cla6h4wwrx7hf5r862r2qcw2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf - (package - (name "go-github-com-vishvananda-netlink") - (version "0.0.0-20181108222139-023a6dafdcdf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i5q8r8rg7lxzvq2vhbf25lrkzdlgficfv0bxg9rf7cgg6z819sn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20180720170159-13995c7128cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20181009213950-7c1a557ab941") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1q9mby8m7ws3gbj90v0prhnf4g2sgf74azmw31kzwd6azlar3m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181011144130-49bb7cea24b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "111q4qm3hcjvzvyv9y5rz8ydnyg48rckcygxqy6gv63q618wz6gn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-containernetworking-plugins-0.8.6 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f1cqxjf26sy1c4aw6y7pyd9lrz0vknby4q5j6xj77a1pab9073m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" - ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) - ("go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1" - ,go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1) - ("go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941" - ,go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941) - ("go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc" - ,go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc) - ("go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf" - ,go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a" - ,go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a) - ("go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b" - ,go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.4.5" - ,go-github-com-coreos-go-iptables-0.4.5) - ("go-github-com-containernetworking-cni-0.7.1" - ,go-github-com-containernetworking-cni-0.7.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.11 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07iay9j3ry7qrflvn9bgyyggvwacl1s1in1cnbmsp1020ydkph8k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-klauspost-compress-1.11.3 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-checkpoint-restore-go-criu-v4-4.1.0 - (package - (name "go-github-com-checkpoint-restore-go-criu-v4") - (version "4.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/checkpoint-restore/go-criu") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfgjck015df5h44hczl3x4gg430saczgkl619cp0l6cpaxga5yi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v4")) - (propagated-inputs - `(("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5))) - (home-page "https://github.com/checkpoint-restore/go-criu") - (synopsis "go-criu -- Go bindings for") - (description - "This repository provides Go bindings for CRIU. The code is based on the Go based PHaul -implementation from the CRIU repository. For easier inclusion into other Go projects the -CRIU Go bindings have been moved to this repository.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200124204421-9fbb57f87de9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qaz2jjkrxzgkapmjqingdwamrgq2aiblxvzzgrcsv2qhkj0wdps")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-cilium-ebpf-0.2.0 - (package - (name "go-github-com-cilium-ebpf") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" - ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200916030750-2334cc1a136f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lc7d513gwwpr6r7f55743684n1qsgn9vmg6b79x0hsp1x90z4mr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-containerd-console-1.0.1 - (package - (name "go-github-com-containerd-console") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" - ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-v22-22.1.0 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-godbus-dbus-v5-5.0.3 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-opencontainers-runc-1.0.0-rc93 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.0-rc93") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-github-com-willf-bitset-1.1.11" - ,go-github-com-willf-bitset-1.1.11) - ("go-github-com-vishvananda-netlink-1.1.0" - ,go-github-com-vishvananda-netlink-1.1.0) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-mrunalp-fileutils-0.5.0" - ,go-github-com-mrunalp-fileutils-0.5.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-godbus-dbus-v5-5.0.3" - ,go-github-com-godbus-dbus-v5-5.0.3) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0) - ("go-github-com-checkpoint-restore-go-criu-v4-4.1.0" - ,go-github-com-checkpoint-restore-go-criu-v4-4.1.0))) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20200929063507-e6143ca7d51d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06yk9kjif5mgi46d0hcgqcikdcplf3yflqbj8h6ljxshp6jzc49w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-willf-bitset-1.1.11 - (package - (name "go-github-com-willf-bitset") - (version "1.1.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v7wnikdxiyhwdxnsj2wcrsrsi1kb2ssmarvbrda90vmxzafjl7d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/willf/bitset")) - (home-page "https://github.com/willf/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.8.0 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08aakiva619hk4lgfvyi6kpjgw7hfirs0jlc2jdgzcv7p0gfhbmx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-willf-bitset-1.1.11" - ,go-github-com-willf-bitset-1.1.11) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14 - (package - (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") - (version "0.0.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0px41x5apgcssmwmx75cwm000s8b8pgd84dxn56maxx223dzz9vm")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page - "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.1 - (package - (name "go-k8s-io-apiserver") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03k8kjisscj59i410kk2bz0qfpxa2d2vbwxiwyn93k7a2avbn7cs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-api-0.20.1 - (package - (name "go-k8s-io-api") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "051nl7g66k0jkc9rmfbvwdsmqkn36nq71kvnfym3lhnjcgg53k0l")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-k8s-io-apimachinery-0.20.1 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.1 - (package - (name "go-k8s-io-client-go") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02jrzwwcrdlya91fga2wvf8dsl1yka3kky194dm6l9pmd754qwzs")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.1 - (package - (name "go-k8s-io-component-base") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05x3mv1lxh7s6ckfh1s9wwmb0n9rg14a9637ai9bhxdfps47sz0v")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.1 - (package - (name "go-k8s-io-cri-api") - (version "0.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.0-beta.3 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.0-beta.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fbd4llrwg5hi5adfkmfndma5y129yl9wwz3c3fjn7cfhc64hlqf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) - ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) - ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) - ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) - ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) - ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.0" - ,go-github-com-opencontainers-selinux-1.8.0) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) - ("go-github-com-opencontainers-runc-1.0.0-rc93" - ,go-github-com-opencontainers-runc-1.0.0-rc93) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.0" - ,go-github-com-moby-sys-mountinfo-0.4.0) - ("go-github-com-klauspost-compress-1.11.3" - ,go-github-com-klauspost-compress-1.11.3) - ("go-github-com-imdario-mergo-0.3.11" - ,go-github-com-imdario-mergo-0.3.11) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.1.0" - ,go-github-com-coreos-go-systemd-v22-22.1.0) - ("go-github-com-containernetworking-plugins-0.8.6" - ,go-github-com-containernetworking-plugins-0.8.6) - ("go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62" - ,go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62) - ("go-github-com-containerd-typeurl-1.0.1" - ,go-github-com-containerd-typeurl-1.0.1) - ("go-github-com-containerd-ttrpc-1.0.2" - ,go-github-com-containerd-ttrpc-1.0.2) - ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" - ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) - ("go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba" - ,go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba) - ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" - ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) - ("go-github-com-containerd-go-cni-1.0.1" - ,go-github-com-containerd-go-cni-1.0.1) - ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" - ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-console-1.0.1" - ,go-github-com-containerd-console-1.0.1) - ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" - ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) - ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" - ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) - ("go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989" - ,go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989) - ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" - ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) - ("go-github-com-microsoft-hcsshim-0.8.15" - ,go-github-com-microsoft-hcsshim-0.8.15) - ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" - ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898 - (package - (name "go-bazil-org-fuse") - (version "0.0.0-20160811212531-371fbbdaa898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bazil/fuse") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w")))) - (build-system go-build-system) - (arguments '(#:import-path "bazil.org/fuse")) - (home-page "https://bazil.org/fuse") - (synopsis "bazil.org/fuse -- Filesystems in Go") - (description - "Package fuse enables writing FUSE file systems on Linux and FreeBSD. -") - (license #f))) - -(define-public go-github-com-sirupsen-logrus-1.7.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee - (package - (name "go-github-com-spf13-cobra") - (version "0.0.2-0.20171109065643-2da4a54c5cee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.1-0.20171106142849-4c012f6dcd95") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e - (package - (name "go-github-com-containerd-continuity") - (version "0.0.0-20210208174643-50096c924a4e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/continuity") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/continuity")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" - ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) - ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" - ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) - ("go-github-com-sirupsen-logrus-1.7.0" - ,go-github-com-sirupsen-logrus-1.7.0) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" - ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) - (home-page "https://github.com/containerd/continuity") - (synopsis "continuity") - (description - "This package provides a transport-agnostic, filesystem metadata manifest system") - (license license:asl2.0))) - -(define-public go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible - (package - (name "go-github-com-mistifyio-go-zfs") - (version "2.1.2-0.20190413222219-f784269be439+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mistifyio/go-zfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x6ncjaqjm06c615kbwkqbd5wcdg9nmrbl7wm4w185s6kq6l8fpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mistifyio/go-zfs")) - (home-page "https://github.com/mistifyio/go-zfs") - (synopsis "Go Wrapper for ZFS") - (description - "Package zfs provides wrappers around the ZFS command line tools. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-zfs-1.0.0 - (package - (name "go-github-com-containerd-zfs") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/zfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10shqmcdxlxxi90kwgs5cljz12589yz5cm78aimv9m4cgwiv3wl3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/zfs")) - (propagated-inputs - `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" - ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) - ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" - ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) - ("go-github-com-containerd-containerd-1.5.0-beta.3" - ,go-github-com-containerd-containerd-1.5.0-beta.3))) - (home-page "https://github.com/containerd/zfs") - (synopsis "ZFS snapshotter plugin") - (description "ZFS snapshotter plugin for containerd.") - (license license:asl2.0))) - -(define-public go-github-com-microsoft-go-winio-0.4.11 - (package - (name "go-github-com-microsoft-go-winio") - (version "0.4.11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/go-winio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/go-winio")) - (home-page "https://github.com/Microsoft/go-winio") - (synopsis "go-winio") - (description - "This repository contains utilities for efficiently performing Win32 IO operations in -Go. Currently, this is focused on accessing named pipes and other file handles, and -for using named pipes as a net transport.") - (license license:expat))) - -(define-public go-github-com-microsoft-hcsshim-0.8.6 - (package - (name "go-github-com-microsoft-hcsshim") - (version "0.8.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/microsoft/hcsshim") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Microsoft/hcsshim")) - (home-page "https://github.com/Microsoft/hcsshim") - (synopsis "hcsshim") - (description - "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") - (license license:expat))) - -(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae - (package - (name "go-github-com-alexflint-go-filemutex") - (version "0.0.0-20171022225611-72bdc8eae2ae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alexflint/go-filemutex") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alexflint/go-filemutex")) - (home-page "https://github.com/alexflint/go-filemutex") - (synopsis "FileMutex") - (description - "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. -On Linux, OSX, and other POSIX systems it uses the flock system call. On windows -it uses the LockFileEx and UnlockFileEx system calls.") - (license license:expat))) - -(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 - (package - (name "go-github-com-buger-jsonparser") - (version "0.0.0-20180808090653-f4dd9f5a6b44") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/buger/jsonparser") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/buger/jsonparser")) - (home-page "https://github.com/buger/jsonparser") - (synopsis - "Alternative JSON parser for Go (10x times faster standard library)") - (description - "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") - (license license:expat))) - -(define-public go-github-com-containernetworking-cni-0.8.1 - (package - (name "go-github-com-containernetworking-cni") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/cni") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/cni")) - (home-page "https://github.com/containernetworking/cni") - (synopsis "CNI - the Container Network Interface") - (description - "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. -CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. -Because of this focus, CNI has a wide range of support and the specification is simple to implement.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-iptables-0.5.0 - (package - (name "go-github-com-coreos-go-iptables") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-iptables") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-iptables")) - (home-page "https://github.com/coreos/go-iptables") - (synopsis "go-iptables") - (description "Go bindings for iptables utility.") - (license license:asl2.0))) - -(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c - (package - (name "go-github-com-d2g-dhcp4") - (version "0.0.0-20170904100407-a1d1b6c41b1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4")) - (home-page "https://github.com/d2g/dhcp4") - (synopsis "DHCP4 - A DHCP library written in Go.") - (description - "Warning: This library is still being developed. Function calls will change.") - (license license:bsd-3))) - -(define-public go-github-com-d2g-dhcp4client-1.0.0 - (package - (name "go-github-com-d2g-dhcp4client") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4client")) - (home-page "https://github.com/d2g/dhcp4client") - (synopsis "dhcp4client") - (description "DHCP Client") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 - (package - (name "go-github-com-d2g-dhcp4server") - (version "0.0.0-20181031114812-7d4a0a7f59a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/dhcp4server") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/dhcp4server")) - (home-page "https://github.com/d2g/dhcp4server") - (synopsis "dhcp4server") - (description "DHCP Server") - (license license:mpl2.0))) - -(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 - (package - (name "go-github-com-d2g-hardwareaddr") - (version "0.0.0-20190221164911-e7d9fbe030e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/d2g/hardwareaddr") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/d2g/hardwareaddr")) - (home-page "https://github.com/d2g/hardwareaddr") - (synopsis "hardwareaddr") - (description "Generate Hardware Addresses") - (license license:mpl2.0))) - -(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c - (package - (name "go-github-com-godbus-dbus") - (version "0.0.0-20180201030542-885f9cc04c9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 - (package - (name "go-github-com-j-keck-arping") - (version "0.0.0-20160618110441-2cf9dc699c56") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/j-keck/arping") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/j-keck/arping")) - (home-page "https://github.com/j-keck/arping") - (synopsis "arping") - (description - "Package arping is a native go library to ping a host per arp datagram, or query a host mac address -") - (license license:expat))) - -(define-public go-github-com-mattn-go-shellwords-1.0.3 - (package - (name "go-github-com-mattn-go-shellwords") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-shellwords") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-shellwords")) - (home-page "https://github.com/mattn/go-shellwords") - (synopsis "go-shellwords") - (description "Parse line as shell words.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190904154756-749cb33beabd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-nxadm-tail-1.4.4 - (package - (name "go-github-com-nxadm-tail") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nxadm/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/nxadm/tail")) - (propagated-inputs - `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" - ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/nxadm/tail") - (synopsis "tail functionality in Go") - (description - "nxadm/tail provides a Go library that emulates the features of the BSD `tail` -program. The library comes with full support for truncation/move detection as -it is designed to work with log rotation tools. The library works on all -operating systems supported by Go, including POSIX systems like Linux and -*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-1.7.1 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191120155948-bd437916bb0e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.12.1 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.12.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" - ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) - ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) - ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201006153459-a7d1128ccaa0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-onsi-gomega-1.10.3 - (package - (name "go-github-com-onsi-gomega") - (version "1.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) - ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" - ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 - (package - (name "go-github-com-safchain-ethtool") - (version "0.0.0-20190326074333-42ed695e3de8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/safchain/ethtool") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/safchain/ethtool")) - (home-page "https://github.com/safchain/ethtool") - (synopsis "ethtool go package") - (description - "Package ethtool aims to provide a library giving a simple access to the -Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations -from a network device like statistics, driver related informations or -even the peer of a VETH interface. -") - (license license:asl2.0))) - -(define-public go-github-com-sirupsen-logrus-1.0.6 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.0.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200217220822-9197077df867") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20200728191858-db3c7e526aae") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" - ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200728102440-3e129f6d46b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.1-0.20201029203352-d40f9887b852") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" - ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) - ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" - ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201117170446-d9b008d0a637") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 - (package - (name "go-gopkg-in-airbrake-gobrake-v2") - (version "2.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/airbrake/gobrake.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/airbrake/gobrake.v2" - #:unpack-path - "gopkg.in/airbrake/gobrake.v2")) - (home-page "https://gopkg.in/airbrake/gobrake.v2") - (synopsis "Airbrake Golang Notifier") - (description - "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") - (license license:bsd-3))) - -(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 - (package - (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") - (version "2.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2" - #:unpack-path - "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) - (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") - (synopsis "Airbrake Hook for Logrus") - (description - "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. -This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. -The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") - (license license:expat))) - -(define-public go-github-com-containernetworking-plugins-0.9.1 - (package - (name "go-github-com-containernetworking-plugins") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containernetworking/plugins") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containernetworking/plugins")) - (propagated-inputs - `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" - ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) - ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" - ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) - ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" - ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) - ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" - ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-sirupsen-logrus-1.0.6" - ,go-github-com-sirupsen-logrus-1.0.6) - ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" - ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) - ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) - ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) - ("go-github-com-mattn-go-shellwords-1.0.3" - ,go-github-com-mattn-go-shellwords-1.0.3) - ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" - ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) - ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" - ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) - ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" - ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) - ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" - ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) - ("go-github-com-d2g-dhcp4client-1.0.0" - ,go-github-com-d2g-dhcp4client-1.0.0) - ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" - ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-iptables-0.5.0" - ,go-github-com-coreos-go-iptables-0.5.0) - ("go-github-com-containernetworking-cni-0.8.1" - ,go-github-com-containernetworking-cni-0.8.1) - ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" - ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) - ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" - ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) - ("go-github-com-microsoft-hcsshim-0.8.6" - ,go-github-com-microsoft-hcsshim-0.8.6) - ("go-github-com-microsoft-go-winio-0.4.11" - ,go-github-com-microsoft-go-winio-0.4.11))) - (home-page "https://github.com/containernetworking/plugins") - (synopsis "Plugins") - (description - "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.2.0 - (package - (name "go-github-com-google-uuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08wqig98w23cg2ngjijhgm6s0mdayb95awa3cn3bs69lg20gryac")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.3.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-imdario-mergo-0.3.12 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.12") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15s6807vcm7xq4l6my7rnw1i7x57712jvdidjli5bip79jfaxw90")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-image-spec-1.0.1 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-checkpoint-restore-go-criu-v5-5.0.0 - (package - (name "go-github-com-checkpoint-restore-go-criu-v5") - (version "5.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/checkpoint-restore/go-criu") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07dal5a9y43azkkh61jf6s81h7anbl17drkh2mal9mzcsi8wa2z8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v5")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3))) - (home-page "https://github.com/checkpoint-restore/go-criu") - (synopsis "go-criu -- Go bindings for CRIU") - (description - "This repository provides Go bindings for @url{https://criu.org/,CRIU}. The code is based on the Go-based PHaul -implementation from the CRIU repository. For easier inclusion into other Go projects the -CRIU Go bindings have been moved to this repository.") - (license license:asl2.0))) - -(define-public go-github-com-kr-pretty-0.2.1 - (package - (name "go-github-com-kr-pretty") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-github-com-frankban-quicktest-1.11.3 - (package - (name "go-github-com-frankban-quicktest") - (version "1.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/frankban/quicktest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/frankban/quicktest")) - (propagated-inputs - `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/frankban/quicktest") - (synopsis "quicktest") - (description - "Package quicktest provides a collection of Go helpers for writing tests. -") - (license license:expat))) - -(define-public go-github-com-cilium-ebpf-0.6.2 - (package - (name "go-github-com-cilium-ebpf") - (version "0.6.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cilium/ebpf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x64sg0kyc8bbsp75dpv8g2jfmpdldsshf9ni49jh6rgsnnqhpf8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cilium/ebpf")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-frankban-quicktest-1.11.3" - ,go-github-com-frankban-quicktest-1.11.3))) - (home-page "https://github.com/cilium/ebpf") - (synopsis "eBPF") - (description "Package ebpf is a toolkit for working with eBPF programs. -") - (license license:expat))) - -(define-public go-github-com-containerd-console-1.0.2 - (package - (name "go-github-com-containerd-console") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/console") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/console")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) - (home-page "https://github.com/containerd/console") - (synopsis "console") - (description - "Golang package for dealing with consoles. Light on deps and a simple API.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-v22-22.3.2 - (package - (name "go-github-com-coreos-go-systemd-v22") - (version "22.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ndi86b8va84ha93njqgafypz4di7yxfd5r5kf1r0s3y3ghcjajq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) - (propagated-inputs - `(("go-github-com-godbus-dbus-v5-5.0.4" - ,go-github-com-godbus-dbus-v5-5.0.4))) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 - (package - (name "go-github-com-cyphar-filepath-securejoin") - (version "0.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cyphar/filepath-securejoin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) - (home-page "https://github.com/cyphar/filepath-securejoin") - (synopsis #f) - (description - "Package securejoin is an implementation of the hopefully-soon-to-be-included -SecureJoin helper that is meant to be part of the \"path/filepath\" package. -The purpose of this project is to provide a PoC implementation to make the -SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more -tangible. -") - (license license:bsd-3))) - -(define-public go-github-com-godbus-dbus-v5-5.0.4 - (package - (name "go-github-com-godbus-dbus-v5") - (version "5.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/godbus/dbus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/godbus/dbus/v5")) - (home-page "https://github.com/godbus/dbus") - (synopsis "dbus") - (description - "Package dbus implements bindings to the D-Bus message bus system. -") - (license license:bsd-2))) - -(define-public go-github-com-mrunalp-fileutils-0.5.0 - (package - (name "go-github-com-mrunalp-fileutils") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mrunalp/fileutils") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zrs959gf4zgi6ijwkdn4dcqk0svfblpaikkqy63q30rqz4swm0x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mrunalp/fileutils")) - (home-page "https://github.com/mrunalp/fileutils") - (synopsis "fileutils") - (description "Collection of utilities for file manipulation in golang") - (license license:asl2.0))) - -(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 - (package - (name "go-github-com-seccomp-libseccomp-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/seccomp/libseccomp-golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) - (home-page "https://github.com/seccomp/libseccomp-golang") - (synopsis #f) - (description - "Package seccomp provides bindings for libseccomp, a library wrapping the Linux -seccomp syscall. Seccomp enables an application to restrict system call use -for itself and its children. -") - (license license:bsd-2))) - -(define-public go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635 - (package - (name "go-github-com-syndtr-gocapability") - (version "0.0.0-20200815063812-42c35b437635") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/syndtr/gocapability") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00zi0k190ydlm9drnafvj9p4cf6axm858wr71pbmq1p3r94iqws4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/syndtr/gocapability")) - (home-page "https://github.com/syndtr/gocapability") - (synopsis #f) - (description #f) - (license license:bsd-2))) - -(define-public go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df - (package - (name "go-github-com-vishvananda-netns") - (version "0.0.0-20191106174202-0a2b9b5464df") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netns") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1zb7pzc4r4wicq7ncspf6zsvq298lvpsq963ibj813shg657xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netns")) - (home-page "https://github.com/vishvananda/netns") - (synopsis "netns - network namespaces in go") - (description - "Package netns allows ultra-simple network namespace handling. NsHandles -can be retrieved and set. Note that the current namespace is thread -local so actions that set and reset namespaces should use LockOSThread -to make sure the namespace doesn't change due to a goroutine switch. -It is best to close NsHandles when you are done with them. This can be -accomplished via a `defer ns.Close()` on the handle. Changing namespaces -requires elevated privileges, so in most cases this code needs to be run -as root. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190606203320-7fc4e5ec1444") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18rv3m1kksv3758aqiaac2l6j334g0bapic6ibsj999agcn7y9fg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-vishvananda-netlink-1.1.0 - (package - (name "go-github-com-vishvananda-netlink") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/vishvananda/netlink") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/vishvananda/netlink")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444" - ,go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444) - ("go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df" - ,go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df))) - (home-page "https://github.com/vishvananda/netlink") - (synopsis "netlink - netlink library for go") - (description - "Package netlink provides a simple library for netlink. Netlink is -the interface a user-space program in linux uses to communicate with -the kernel. It can be used to add and remove interfaces, set up ip -addresses and routes, and confiugre ipsec. Netlink communication -requires elevated privileges, so in most cases this code needs to -be run as root. The low level primitives for netlink are contained -in the nl subpackage. This package attempts to provide a high-level -interface that is loosly modeled on the iproute2 cli. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201224014010-6772e930b67b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zlr39dxbg0fxfdrc20c4x0pw43n9kz749ssml97cdzqy116p5qa")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-runc-1.0.2 - (package - (name "go-github-com-opencontainers-runc") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runc") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpckghjah0rczciw1a1ab8z718lb2d3k4mjm4zb45lpm3njmrcp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" - ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) - ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" - ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) - ("go-github-com-vishvananda-netlink-1.1.0" - ,go-github-com-vishvananda-netlink-1.1.0) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" - ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-seccomp-libseccomp-golang-0.9.1" - ,go-github-com-seccomp-libseccomp-golang-0.9.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-opencontainers-selinux-1.8.2" - ,go-github-com-opencontainers-selinux-1.8.2) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-mrunalp-fileutils-0.5.0" - ,go-github-com-mrunalp-fileutils-0.5.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-godbus-dbus-v5-5.0.4" - ,go-github-com-godbus-dbus-v5-5.0.4) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-cyphar-filepath-securejoin-0.2.2" - ,go-github-com-cyphar-filepath-securejoin-0.2.2) - ("go-github-com-coreos-go-systemd-v22-22.3.2" - ,go-github-com-coreos-go-systemd-v22-22.3.2) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-cilium-ebpf-0.6.2" ,go-github-com-cilium-ebpf-0.6.2) - ("go-github-com-checkpoint-restore-go-criu-v5-5.0.0" - ,go-github-com-checkpoint-restore-go-criu-v5-5.0.0) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/runc") - (synopsis "runc") - (description - "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 - (package - (name "go-github-com-opencontainers-runtime-spec") - (version "1.0.3-0.20210326190908-1c3f411f0417") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/runtime-spec") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) - (home-page "https://github.com/opencontainers/runtime-spec") - (synopsis "Open Container Initiative Runtime Specification") - (description - "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") - (license license:asl2.0))) - -(define-public go-github-com-bits-and-blooms-bitset-1.2.0 - (package - (name "go-github-com-bits-and-blooms-bitset") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bits-and-blooms/bitset") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r9f7lvz6znl7yr6njg77m8hj472yhdshf1qaybwyw7j8as6c4r3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bits-and-blooms/bitset")) - (home-page "https://github.com/bits-and-blooms/bitset") - (synopsis "bitset") - (description - "Package bitset implements bitsets, a mapping -between non-negative integers and boolean values. It should be more -efficient than map[uint] bool. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191115151921-52ab43148777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-opencontainers-selinux-1.8.2 - (package - (name "go-github-com-opencontainers-selinux") - (version "1.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/selinux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dl1h8nzpyhsfki1dcjphm5h4n52qwilahyl6qlnwgzcc76pwizq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/selinux")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" - ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-bits-and-blooms-bitset-1.2.0" - ,go-github-com-bits-and-blooms-bitset-1.2.0))) - (home-page "https://github.com/opencontainers/selinux") - (synopsis "selinux") - (description "Common SELinux package used across the container ecosystem.") - (license license:asl2.0))) - -(define-public go-github-com-pelletier-go-toml-1.8.1 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-satori-go-uuid-1.2.0 - (package - (name "go-github-com-satori-go-uuid") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/satori/go.uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/satori/go.uuid")) - (home-page "https://github.com/satori/go.uuid") - (synopsis "UUID package for Go language") - (description - "Package uuid provides implementation of Universally Unique Identifier (UUID). -Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and -version 2 (as specified in DCE 1.1). -") - (license license:expat))) - -(define-public go-github-com-tchap-go-patricia-2.2.6+incompatible - (package - (name "go-github-com-tchap-go-patricia") - (version "2.2.6+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tchap/go-patricia") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yy1s3pnll52iyzphwi50drvz36lx628vn3xfy5ld29fxqngrckb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tchap/go-patricia")) - (home-page "https://github.com/tchap/go-patricia") - (synopsis "go-patricia") - (description - "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} -@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210426230700-d19ff857e887") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12m35a34dfm99agcv2ln9zvvyczigaxfwqbzqirvwn1lw4784whn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gotest-tools-v3-3.0.3 - (package - (name "go-gotest-tools-v3") - (version "3.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-oidc-2.1.0+incompatible - (package - (name "go-github-com-coreos-go-oidc") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-oidc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y9vxack1whvxy766jrc6xhh2rfkvnznwxi356si2kabzjv2lp6h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-oidc")) - (home-page "https://github.com/coreos/go-oidc") - (synopsis "go-oidc") - (description - "Package oidc implements OpenID Connect client logic for the golang.org/x/oauth2 package. -") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-semver-0.3.0 - (package - (name "go-github-com-coreos-go-semver") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-semver")) - (home-page "https://github.com/coreos/go-semver") - (synopsis "go-semver - Semantic Versioning Library") - (description - "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse -and compare two semantic version strings.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20190321100706-95778dfbb74e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f - (package - (name "go-github-com-coreos-pkg") - (version "0.0.0-20180928190104-399ea9e2e55f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/pkg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/pkg")) - (home-page "https://github.com/coreos/pkg") - (synopsis #f) - (description "a collection of go utility packages") - (license license:asl2.0))) - -(define-public go-github-com-dustin-go-humanize-1.0.0 - (package - (name "go-github-com-dustin-go-humanize") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dustin/go-humanize") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dustin/go-humanize")) - (home-page "https://github.com/dustin/go-humanize") - (synopsis "Humane Units") - (description - "Package humanize converts boring ugly numbers to human-friendly strings and back. -") - (license license:expat))) - -(define-public go-github-com-emicklei-go-restful-2.9.5+incompatible - (package - (name "go-github-com-emicklei-go-restful") - (version "2.9.5+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emicklei/go-restful") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0258y7q2krih98zznc4jsym9mf689afn6nsnsif1jhshrj653k36")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/emicklei/go-restful")) - (home-page "https://github.com/emicklei/go-restful") - (synopsis "go-restful") - (description - "Package restful , a lean package for creating REST-style WebServices without magic. -") - (license license:expat))) - -(define-public go-github-com-gorilla-websocket-1.4.2 - (package - (name "go-github-com-gorilla-websocket") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-mailru-easyjson-0.7.0 - (package - (name "go-github-com-mailru-easyjson") - (version "0.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13zv5fvjp3nr65lhqhiw6i6mlmqvyls882rlmcas0ab35alsxni8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822 - (package - (name "go-github-com-munnerz-goautoneg") - (version "0.0.0-20191010083416-a7dc8b61c822") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/munnerz/goautoneg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/munnerz/goautoneg")) - (home-page "https://github.com/munnerz/goautoneg") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021 - (package - (name "go-github-com-pquerna-cachecontrol") - (version "0.0.0-20171018203845-0dec1b30a021") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pquerna/cachecontrol") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14yyfhrv60rvb983rqm7s916nwvn9kcmbvnrcna2md0s3mkzs3yh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pquerna/cachecontrol")) - (home-page "https://github.com/pquerna/cachecontrol") - (synopsis "cachecontrol: HTTP Caching Parser and Interpretation") - (description - "Package cachecontrol implements the logic for HTTP Caching -") - (license license:asl2.0))) - -(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5 - (package - (name "go-github-com-tmc-grpc-websocket-proxy") - (version "0.0.0-20190109142713-0ad062ec5ee5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tmc/grpc-websocket-proxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) - (home-page "https://github.com/tmc/grpc-websocket-proxy") - (synopsis "grpc-websocket-proxy") - (description - "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200202164722-d101bd2416d5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ksxf37b0ym21n8j29m3wgbaiw1kcjw3hgf88kipc1ry2j13l98p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-go-etcd-io-bbolt-1.3.5 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5" - ,go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5))) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa - (package - (name "go-github-com-cockroachdb-datadriven") - (version "0.0.0-20190809214429-80d97fb3cbaa") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cockroachdb/datadriven") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rvavka9zhri6r50n8fy98247fl5vycb1hffjrhshsicjv1frmlp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cockroachdb/datadriven")) - (home-page "https://github.com/cockroachdb/datadriven") - (synopsis "Data-Driven Tests for Go") - (description - "This repository implements an extension of @url{https://github.com/golang/go/wiki/TableDrivenTests,Table-Driven Testing}. Instead of -building and iterating over a table in the test code, the input is further -separated into files (or inline strings). For certain classes of tests, this -can significantly reduce the friction involved in writing and reading these -tests.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-semver-0.2.0 - (package - (name "go-github-com-coreos-go-semver") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-semver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-semver")) - (home-page "https://github.com/coreos/go-semver") - (synopsis "go-semver - Semantic Versioning Library") - (description - "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse -and compare two semantic version strings.") - (license license:asl2.0))) - -(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 - (package - (name "go-github-com-coreos-go-systemd") - (version "0.0.0-20180511133405-39ca1b05acc7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/go-systemd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/go-systemd")) - (home-page "https://github.com/coreos/go-systemd") - (synopsis "go-systemd") - (description "Go bindings to systemd. The project has several packages:") - (license license:asl2.0))) - -(define-public go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf - (package - (name "go-github-com-coreos-pkg") - (version "0.0.0-20160727233714-3ac0863d7acf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/coreos/pkg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l5ans1ls2gknkrnhymgc0zbgg5nqjbjbqc51r611adcr0m6gg8l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/coreos/pkg")) - (home-page "https://github.com/coreos/pkg") - (synopsis #f) - (description "a collection of go utility packages") - (license license:asl2.0))) - -(define-public go-github-com-creack-pty-1.1.7 - (package - (name "go-github-com-creack-pty") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/creack/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/creack/pty")) - (home-page "https://github.com/creack/pty") - (synopsis "pty") - (description - "Package pty provides functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-dgrijalva-jwt-go-3.2.0+incompatible - (package - (name "go-github-com-dgrijalva-jwt-go") - (version "3.2.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dgrijalva/jwt-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) - (home-page "https://github.com/dgrijalva/jwt-go") - (synopsis "jwt-go") - (description - "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} -") - (license license:expat))) - -(define-public go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4 - (package - (name "go-github-com-dustin-go-humanize") - (version "0.0.0-20171111073723-bb3d318650d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dustin/go-humanize") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dustin/go-humanize")) - (home-page "https://github.com/dustin/go-humanize") - (synopsis "Humane Units") - (description - "Package humanize converts boring ugly numbers to human-friendly strings and back. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180221164845-07fd8470d635") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "193g0a1zxb9ikph7r2klc6rdqxqzfmmr8d5bcibyhsm2l63s17mx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.1.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635" - ,go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.2.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-errcheck-1.1.0" - ,go-github-com-kisielk-errcheck-1.1.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20160516000752-02826c3e7903") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-1.0.0 - (package - (name "go-github-com-google-btree") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.0.0 - (package - (name "go-github-com-google-uuid") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c - (package - (name "go-github-com-gorilla-websocket") - (version "0.0.0-20170926233335-4201258b820c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/websocket") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kpdg3m46kp15ixl9ahhchhadyiblz0qpcxzylp8jhffc1rnxjb7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/websocket")) - (home-page "https://github.com/gorilla/websocket") - (synopsis "Gorilla WebSocket") - (description - "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. -") - (license license:bsd-2))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-middleware") - (version "1.0.1-0.20190118093823-f849b5445de4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-middleware") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hscypgj0nd1407jp6y4qrnrr0mrhc4wgxz9b3mj1cs3pkvi61vc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") - (synopsis "Go gRPC Middleware") - (description - "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0 - (package - (name "go-github-com-grpc-ecosystem-go-grpc-prometheus") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/go-grpc-prometheus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-prometheus")) - (home-page "https://github.com/grpc-ecosystem/go-grpc-prometheus") - (synopsis "Go gRPC Interceptors for Prometheus monitoring") - (description - "@url{https://prometheus.io/,Prometheus} monitoring for your @url{https://github.com/grpc/grpc-go,gRPC Go} servers and clients.") - (license license:asl2.0))) - -(define-public go-github-com-ghodss-yaml-1.0.0 - (package - (name "go-github-com-ghodss-yaml") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ghodss/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ghodss/yaml")) - (home-page "https://github.com/ghodss/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "Copyright 2013 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file. -") - (license #f))) - -(define-public go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af - (package - (name "go-github-com-rogpeppe-fastuuid") - (version "0.0.0-20150106093220-6724a57986af") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/fastuuid") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) - (home-page "https://github.com/rogpeppe/fastuuid") - (synopsis "fastuuid") - (description - "Package fastuuid provides fast UUID generation of 192 bit -universally unique identifiers. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181107165924-66b7b1311ac8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ny4r2bbj6rz939iy9g699acqydq7rfi6r6awn25w9i2dld9m13")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181220203305-927f97764cc3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-resty-v1-1.12.0 - (package - (name "go-gopkg-in-resty-v1") - (version "1.12.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/resty.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/resty.v1" #:unpack-path "gopkg.in/resty.v1")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3))) - (home-page "https://gopkg.in/resty.v1") - (synopsis "News") - (description - "Package resty provides Simple HTTP and REST client library for Go. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.0.0-20170812160011-eb3733d160e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.5 - (package - (name "go-github-com-grpc-ecosystem-grpc-gateway") - (version "1.9.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc-ecosystem/grpc-gateway") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0acpbxa1i1bxcpkclkcif2macbcfrlywb58vly5pzwsj261mg58a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" - ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) - ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" - ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) - ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" - ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) - ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" - ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) - (home-page "https://github.com/grpc-ecosystem/grpc-gateway") - (synopsis "grpc-gateway") - (description - "The grpc-gateway is a plugin of the Google protocol buffers compiler -@url{https://github.com/protocolbuffers/protobuf,protoc}. -It reads protobuf service definitions and generates a reverse-proxy server which -translates a RESTful HTTP API into gRPC. This server is generated according to the -@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} -annotations in your service definitions.") - (license license:bsd-3))) - -(define-public go-github-com-jonboulle-clockwork-0.1.0 - (package - (name "go-github-com-jonboulle-clockwork") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jonboulle/clockwork") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jonboulle/clockwork")) - (home-page "https://github.com/jonboulle/clockwork") - (synopsis "clockwork") - (description - "Replace uses of the @code{time} package with the @code{clockwork.Clock} interface instead.") - (license license:asl2.0))) - -(define-public go-github-com-mattn-go-isatty-0.0.4 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-mattn-go-runewidth-0.0.2 - (package - (name "go-github-com-mattn-go-runewidth") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-runewidth") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-runewidth")) - (home-page "https://github.com/mattn/go-runewidth") - (synopsis "go-runewidth") - (description - "This package provides functions to get fixed width of the character or string.") - (license license:expat))) - -(define-public go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5 - (package - (name "go-github-com-olekukonko-tablewriter") - (version "0.0.0-20170122224234-a0225b3f23b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/olekukonko/tablewriter") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bp9r6xzy6d3p7l2hjmvr25y3rp3p8c9xv1agkllkksm45ng6681")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/olekukonko/tablewriter")) - (home-page "https://github.com/olekukonko/tablewriter") - (synopsis "ASCII Table Writer") - (description "Create & Generate text based table -") - (license license:expat))) - -(define-public go-github-com-soheilhy-cmux-0.1.4 - (package - (name "go-github-com-soheilhy-cmux") - (version "0.1.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/soheilhy/cmux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/soheilhy/cmux")) - (home-page "https://github.com/soheilhy/cmux") - (synopsis "cmux: Connection Mux") - (description - "Package cmux is a library to multiplex network connections based on -their payload. Using cmux, you can serve different protocols from the -same listener. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.1 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8 - (package - (name "go-github-com-tmc-grpc-websocket-proxy") - (version "0.0.0-20170815181823-89b8d40f7ca8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tmc/grpc-websocket-proxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bg6m0cycy5sww175zkbnhi9lvzb08iicc8xka8klrgaa9mc5nsk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) - (home-page "https://github.com/tmc/grpc-websocket-proxy") - (synopsis "grpc-websocket-proxy") - (description - "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") - (license license:expat))) - -(define-public go-github-com-urfave-cli-1.20.0 - (package - (name "go-github-com-urfave-cli") - (version "1.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2 - (package - (name "go-github-com-xiang90-probing") - (version "0.0.0-20190116061207-43a291ad63a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/xiang90/probing") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/xiang90/probing")) - (home-page "https://github.com/xiang90/probing") - (synopsis "Getting Started") - (description "We first need to serve the probing HTTP handler.") - (license license:expat))) - -(define-public go-go-etcd-io-bbolt-1.3.3 - (package - (name "go-go-etcd-io-bbolt") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/bbolt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/bbolt")) - (home-page "https://go.etcd.io/bbolt") - (synopsis "bbolt") - (description - "package bbolt implements a low-level key/value store in pure Go. It supports -fully serializable transactions, ACID semantics, and lock-free MVCC with -multiple readers and a single writer. Bolt can be used for projects that -want a simple data store without the need to add large dependencies such as -Postgres or MySQL. -") - (license license:expat))) - -(define-public go-go-uber-org-atomic-1.3.2 - (package - (name "go-go-uber-org-atomic") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/atomic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/atomic")) - (home-page "https://go.uber.org/atomic") - (synopsis "atomic") - (description - "Package atomic provides simple wrappers around numerics to enforce atomic -access. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190813141303-74dc4d7220e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563yswwqknxx2gsvl0qikn0lmwalilbng8i12iw4d3v40n23s0l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190826190057-c7b8b68b1456") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lqnnrx5prrvkinnhgyvzzhcyvi8x5w54rlp336xjhpslkgqn132")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2 - (package - (name "go-golang-org-x-time") - (version "0.0.0-20180412165947-fbb02b2291d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.26.0 - (package - (name "go-google-golang-org-grpc") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qsb2mcswpp3vd7i9gfvz4a3ypdwk2svhhn09nyywgb1vvw80krv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-cheggaaa-pb-v1-1.0.25 - (package - (name "go-gopkg-in-cheggaaa-pb-v1") - (version "1.0.25") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/cheggaaa/pb.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/cheggaaa/pb.v1" - #:unpack-path - "gopkg.in/cheggaaa/pb.v1")) - (home-page "https://gopkg.in/cheggaaa/pb.v1") - (synopsis "Terminal progress bar for Go") - (description "Simple console progress bars -") - (license license:bsd-3))) - -(define-public go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489 - (package - (name "go-go-etcd-io-etcd") - (version "0.5.0-alpha.5.0.20200910180754-dd1b699fc489") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/etcd-io/etcd") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11zkvkq7ipqi0n8y05zgn8lf7qm59xdk75x7jbxj5sflx38yfa0k")))) - (build-system go-build-system) - (arguments '(#:import-path "go.etcd.io/etcd")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) - ("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-cheggaaa-pb-v1-1.0.25" - ,go-gopkg-in-cheggaaa-pb-v1-1.0.25) - ("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2" - ,go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456" - ,go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456) - ("go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7" - ,go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.3.2" ,go-go-uber-org-atomic-1.3.2) - ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) - ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" - ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) - ("go-github-com-urfave-cli-1.20.0" ,go-github-com-urfave-cli-1.20.0) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8) - ("go-github-com-spf13-pflag-1.0.1" ,go-github-com-spf13-pflag-1.0.1) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-soheilhy-cmux-0.1.4" - ,go-github-com-soheilhy-cmux-0.1.4) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5" - ,go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-mattn-go-runewidth-0.0.2" - ,go-github-com-mattn-go-runewidth-0.0.2) - ("go-github-com-mattn-go-isatty-0.0.4" - ,go-github-com-mattn-go-isatty-0.0.4) - ("go-github-com-mattn-go-colorable-0.0.9" - ,go-github-com-mattn-go-colorable-0.0.9) - ("go-github-com-json-iterator-go-1.1.7" - ,go-github-com-json-iterator-go-1.1.7) - ("go-github-com-jonboulle-clockwork-0.1.0" - ,go-github-com-jonboulle-clockwork-0.1.0) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.5" - ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.5) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4" - ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4) - ("go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c" - ,go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c) - ("go-github-com-google-uuid-1.0.0" ,go-github-com-google-uuid-1.0.0) - ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903" - ,go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903) - ("go-github-com-gogo-protobuf-1.2.1" - ,go-github-com-gogo-protobuf-1.2.1) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" - ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) - ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" - ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) - ("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7) - ("go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf" - ,go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf) - ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" - ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) - ("go-github-com-coreos-go-semver-0.2.0" - ,go-github-com-coreos-go-semver-0.2.0) - ("go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa" - ,go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa) - ("go-github-com-bgentry-speakeasy-0.1.0" - ,go-github-com-bgentry-speakeasy-0.1.0))) - (home-page "https://go.etcd.io/etcd") - (synopsis "etcd") - (description - "Package main is a simple wrapper of the real etcd entrypoint package -(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still -\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and -builds a binary in $GOBIN/etcd -") - (license license:asl2.0))) - -(define-public go-gopkg-in-natefinch-lumberjack-v2-2.0.0 - (package - (name "go-gopkg-in-natefinch-lumberjack-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/natefinch/lumberjack.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/natefinch/lumberjack.v2" - #:unpack-path - "gopkg.in/natefinch/lumberjack.v2")) - (home-page "https://gopkg.in/natefinch/lumberjack.v2") - (synopsis "lumberjack") - (description "Package lumberjack provides a rolling logger. -") - (license license:expat))) - -(define-public go-gopkg-in-square-go-jose-v2-2.2.2 - (package - (name "go-gopkg-in-square-go-jose-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/square/go-jose.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cpvfqw7pw8m8wfj8nda4kam0z48q3gp6b9a3a0wr90zv9ldszbv")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/square/go-jose.v2" - #:unpack-path - "gopkg.in/square/go-jose.v2")) - (home-page "https://gopkg.in/square/go-jose.v2") - (synopsis "Go JOSE") - (description - "Package jose aims to provide an implementation of the Javascript Object Signing -and Encryption set of standards. It implements encryption and signing based on -the JSON Web Encryption and JSON Web Signature standards, with optional JSON -Web Token support available in a sub-package. The library supports both the -compact and full serialization formats, and has optional support for multiple -recipients. -") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15 - (package - (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") - (version "0.0.15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ad9yjr3g1pj118xy063z7rnydkilqmvz9xf89vdva2kjqd7fal")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page - "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") - (synopsis #f) - (description #f) - (license license:asl2.0))) - -(define-public go-k8s-io-apiserver-0.20.6 - (package - (name "go-k8s-io-apiserver") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apiserver") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b53aw2cp9i2v5kg1m2s5kwkz7525ii8vs1g7d8yc2j980aar9y3")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apiserver")) - (propagated-inputs - `(("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) - ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15" - ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-square-go-jose-v2-2.2.2" - ,go-gopkg-in-square-go-jose-v2-2.2.2) - ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" - ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" - ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" - ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" - ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" - ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) - ("go-github-com-mailru-easyjson-0.7.0" - ,go-github-com-mailru-easyjson-0.7.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-gorilla-websocket-1.4.2" - ,go-github-com-gorilla-websocket-1.4.2) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-dustin-go-humanize-1.0.0" - ,go-github-com-dustin-go-humanize-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" - ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) - ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" - ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) - ("go-github-com-coreos-go-semver-0.3.0" - ,go-github-com-coreos-go-semver-0.3.0) - ("go-github-com-coreos-go-oidc-2.1.0+incompatible" - ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) - (home-page "https://k8s.io/apiserver") - (synopsis "apiserver") - (description - "Generic library for building a Kubernetes aggregated API server.") - (license license:asl2.0))) - -(define-public go-github-com-blang-semver-3.5.1+incompatible - (package - (name "go-github-com-blang-semver") - (version "3.5.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/blang/semver") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/blang/semver")) - (home-page "https://github.com/blang/semver") - (synopsis "semver for golang") - (description - "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") - (license license:expat))) - -(define-public go-github-com-prometheus-procfs-0.2.0 - (package - (name "go-github-com-prometheus-procfs") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkpyq1grk3qyfahnfry5qkxjg5qb10yh1l8cvm8b79nqsmdyjbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" - ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-sirupsen-logrus-1.6.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-go-uber-org-atomic-1.4.0 - (package - (name "go-go-uber-org-atomic") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/atomic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/atomic")) - (home-page "https://go.uber.org/atomic") - (synopsis "atomic") - (description - "Package atomic provides simple wrappers around numerics to enforce atomic -access. -") - (license license:expat))) - -(define-public go-go-uber-org-multierr-1.1.0 - (package - (name "go-go-uber-org-multierr") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/multierr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/multierr")) - (home-page "https://go.uber.org/multierr") - (synopsis "multierr") - (description - "Package multierr allows combining one or more errors together. -") - (license license:expat))) - -(define-public go-go-uber-org-zap-1.10.0 - (package - (name "go-go-uber-org-zap") - (version "1.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/uber-go/zap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr")))) - (build-system go-build-system) - (arguments '(#:import-path "go.uber.org/zap")) - (home-page "https://go.uber.org/zap") - (synopsis "â\x9a¡ zap") - (description "Package zap provides fast, structured, leveled logging. -") - (license license:expat))) - -(define-public go-github-com-golang-mock-1.4.1 - (package - (name "go-github-com-golang-mock") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zb4n285mv85dh3y2f8fqbs30h2dhzw7vbczr6z0zg2gqr6vzg0q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) - ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.4 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12dclmj2if8l0069fby4psrpqby7p810dr1dr63nwx93g9jhvkmx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200301022130-244492dfa37a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vm2q44phz4vjnzq9428rjk58c82fxf003whczp7c9ryn9fazh7s")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200304193943-95d2e580d8eb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f46657xsdc12lr29ksqg80fp0j8v2iqgihzh788avcj5cmhnqyl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200305110556-506484158171 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200305110556-506484158171") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19h7sxkfjcrkm7majd0pyzzirdnk1qlsxc3h5zklhm234d8jg407")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.54.0 - (package - (name "go-cloud-google-com-go") - (version "0.54.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ilqqymrphg546c66jc0npd48dlr88wbgrg462h1jgm2ykbnq1ba")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.1-2020.1.3" - ,go-honnef-co-go-tools-0.0.1-2020.1.3) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20200305110556-506484158171" - ,go-google-golang-org-genproto-0.0.0-20200305110556-506484158171) - ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) - ("go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb" - ,go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" - ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a" - ,go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" - ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.4" - ,go-github-com-golang-protobuf-1.3.4) - ("go-github-com-golang-mock-1.4.1" ,go-github-com-golang-mock-1.4.1) - ("go-cloud-google-com-go-storage-1.6.0" - ,go-cloud-google-com-go-storage-1.6.0) - ("go-cloud-google-com-go-pubsub-1.2.0" - ,go-cloud-google-com-go-pubsub-1.2.0) - ("go-cloud-google-com-go-datastore-1.1.0" - ,go-cloud-google-com-go-datastore-1.1.0) - ("go-cloud-google-com-go-bigquery-1.4.0" - ,go-cloud-google-com-go-bigquery-1.4.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7 - (package - (name "go-github-com-gregjones-httpcache") - (version "0.0.0-20180305231024-9cad4c3443a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gregjones/httpcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gregjones/httpcache")) - (home-page "https://github.com/gregjones/httpcache") - (synopsis "httpcache") - (description - "Package httpcache provides a http.RoundTripper implementation that works as a -mostly RFC-compliant cache for http responses. -") - (license license:expat))) - -(define-public go-github-com-imdario-mergo-0.3.5 - (package - (name "go-github-com-imdario-mergo") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/imdario/mergo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/imdario/mergo")) - (home-page "https://github.com/imdario/mergo") - (synopsis "Mergo") - (description - "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. -") - (license license:bsd-3))) - -(define-public go-github-com-peterbourgon-diskv-2.0.1+incompatible - (package - (name "go-github-com-peterbourgon-diskv") - (version "2.0.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/peterbourgon/diskv") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/peterbourgon/diskv")) - (home-page "https://github.com/peterbourgon/diskv") - (synopsis "What is diskv?") - (description - "Diskv (disk-vee) is a simple, persistent key-value store written in the Go -language. It starts with an incredibly simple API for storing arbitrary data on -a filesystem by key, and builds several layers of performance-enhancing -abstraction on top. The end result is a conceptually simple, but highly -performant, disk-backed storage system.") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20201002170205-7f63de1d35b0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dr89jfs4dmpr3jqfshqqvfpzzdx4r76nkzhrvmixfrmn6wxrnd1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e - (package - (name "go-golang-org-x-time") - (version "0.0.0-20200630173020-3af7569d3a1e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05hqhw3vlssi499y6m41zgdp1yyjsw2kj95ahymlw6pkhsssh2vq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-k8s-io-api-0.20.6 - (package - (name "go-k8s-io-api") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mm6a91a4nrlsvnfcbgn2574vdwxf1nxpgrd5avklh8mym2ngimw")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/api")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2))) - (home-page "https://k8s.io/api") - (synopsis "api") - (description - "Schema of the external API types that are served by the Kubernetes API server.") - (license license:asl2.0))) - -(define-public go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96 - (package - (name "go-github-com-docker-spdystream") - (version "0.0.0-20160310174837-449fdfce4d96") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/spdystream") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/spdystream")) - (home-page "https://github.com/docker/spdystream") - (synopsis "SpdyStream") - (description - "This package provides a multiplexed stream library using spdy") - (license license:asl2.0))) - -(define-public go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153 - (package - (name "go-github-com-elazarl-goproxy") - (version "0.0.0-20180725130230-947c36da3153") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/elazarl/goproxy") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lmsnr5xmda89wig8sw62llg6acjb5caghz5jmdhnm85rm6rnssk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/elazarl/goproxy")) - (home-page "https://github.com/elazarl/goproxy") - (synopsis "Introduction") - (description - "Taken from $GOROOT/src/pkg/net/http/chunked -needed to write https responses to client. -") - (license license:bsd-3))) - -(define-public go-github-com-evanphx-json-patch-4.9.0+incompatible - (package - (name "go-github-com-evanphx-json-patch") - (version "4.9.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/evanphx/json-patch") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r88qpzjxsx8skij9s5pi4a5qcv4bm18vq8sy21gpwgzp3qf6qzx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/evanphx/json-patch")) - (home-page "https://github.com/evanphx/json-patch") - (synopsis "JSON-Patch") - (description - "@code{jsonpatch} is a library which provides functionality for both applying -@url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against documents, as -well as for calculating & applying @url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.") - (license license:bsd-3))) - -(define-public go-github-com-google-gofuzz-1.1.0 - (package - (name "go-github-com-google-gofuzz") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gofuzz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0si2fiigj45vr4jnw4grjhls7nw56wkwinnn93gqbl9ng9ynw8rx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/gofuzz")) - (home-page "https://github.com/google/gofuzz") - (synopsis "gofuzz") - (description - "Package fuzz is a library for populating go objects with random values. -") - (license license:asl2.0))) - -(define-public go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f - (package - (name "go-github-com-mxk-go-flowrate") - (version "0.0.0-20140419014527-cca7078d478f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mxk/go-flowrate") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mxk/go-flowrate")) - (home-page "https://github.com/mxk/go-flowrate") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-1.11.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.11.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vxmb5k89bq50m2kzcw5l3bdvci4czpifkgxd4nbq1yzv5ir03kp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.7 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-hpcloud-tail-1.0.0 - (package - (name "go-github-com-hpcloud-tail") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcloud/tail") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcloud/tail")) - (home-page "https://github.com/hpcloud/tail") - (synopsis "Go package for tail-ing files") - (description - "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") - (license license:expat))) - -(define-public go-github-com-onsi-ginkgo-1.6.0 - (package - (name "go-github-com-onsi-ginkgo") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180906233101-161cd47e91fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180909124046-d0be0721c37e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-fsnotify-v1-1.4.7 - (package - (name "go-gopkg-in-fsnotify-v1") - (version "1.4.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/fsnotify.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/fsnotify.v1" - #:unpack-path - "gopkg.in/fsnotify.v1")) - (home-page "https://gopkg.in/fsnotify.v1") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 - (package - (name "go-gopkg-in-tomb-v1") - (version "1.0.0-20141024135613-dd632973f1e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/tomb.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) - (home-page "https://gopkg.in/tomb.v1") - (synopsis "Installation and usage") - (description - "The tomb package offers a conventional API for clean goroutine termination. -") - (license license:bsd-3))) - -(define-public go-github-com-onsi-gomega-1.7.0 - (package - (name "go-github-com-onsi-gomega") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09j6wq425wgzzsbwm9ckhfgl2capv3yyqbrf45qyrjwkzm49i02y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" - ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) - ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" - ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" - ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) - ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) - ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-fsnotify-fsnotify-1.4.7" - ,go-github-com-fsnotify-fsnotify-1.4.7))) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-gopkg-in-inf-v0-0.9.1 - (package - (name "go-gopkg-in-inf-v0") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/inf.v0") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/inf.v0" #:unpack-path "gopkg.in/inf.v0")) - (home-page "https://gopkg.in/inf.v0") - (synopsis #f) - (description - "Package inf (type inf.Dec) implements \"infinite-precision\" decimal -arithmetic. -\"Infinite precision\" describes two characteristics: practically unlimited -precision for decimal number representation and no support for calculating -with any specific fixed precision. -(Although there is no practical limit on precision, inf.Dec can only -represent finite decimals.) -") - (license license:bsd-3))) - -(define-public go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46 - (package - (name "go-github-com-nytimes-gziphandler") - (version "0.0.0-20170623195520-56545f4a5d46") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nytimes/gziphandler") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/NYTimes/gziphandler")) - (home-page "https://github.com/NYTimes/gziphandler") - (synopsis "Gzip Handler") - (description - "This is a tiny Go package which wraps HTTP handlers to transparently gzip the -response body, for clients which support it. Although it's usually simpler to -leave that to a reverse proxy (like nginx or Varnish), this package is useful -when that's undesirable.") - (license license:asl2.0))) - -(define-public go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a - (package - (name "go-github-com-asaskevich-govalidator") - (version "0.0.0-20190424111038-f61b66f89f4a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/asaskevich/govalidator") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jzjd9ak4byb83bwhbyrrdclnhrgglyxcbr4d4qh39a6ywvcijm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/asaskevich/govalidator")) - (home-page "https://github.com/asaskevich/govalidator") - (synopsis "govalidator") - (description - "Package govalidator is package of validators and sanitizers for strings, structs and collections. -") - (license license:expat))) - -(define-public go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633 - (package - (name "go-github-com-emicklei-go-restful") - (version "0.0.0-20170410110728-ff4f55a20633") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/emicklei/go-restful") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/emicklei/go-restful")) - (home-page "https://github.com/emicklei/go-restful") - (synopsis "go-restful") - (description - "Package restful , a lean package for creating REST-style WebServices without magic. -") - (license license:expat))) - -(define-public go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680 - (package - (name "go-github-com-ghodss-yaml") - (version "0.0.0-20150909031657-73d445a93680") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ghodss/yaml") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ghodss/yaml")) - (home-page "https://github.com/ghodss/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "Copyright 2013 The Go Authors. All rights reserved. -Use of this source code is governed by a BSD-style -license that can be found in the LICENSE file. -") - (license #f))) - -(define-public go-github-com-go-openapi-jsonreference-0.19.3 - (package - (name "go-github-com-go-openapi-jsonreference") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonreference") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ln21xai74fynwmi4ck5j0c70yszjy96wfagc705y8khjxsgncsw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonreference")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" - ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3) - ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" - ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) - ("go-github-com-puerkitobio-purell-1.1.1" - ,go-github-com-puerkitobio-purell-1.1.1))) - (home-page "https://github.com/go-openapi/jsonreference") - (synopsis "gojsonreference") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} -An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e - (package - (name "go-github-com-mailru-easyjson") - (version "0.0.0-20190626092158-b2ccc519800e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-go-openapi-jsonpointer-0.19.3 - (package - (name "go-github-com-go-openapi-jsonpointer") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonpointer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4bb7c5y8ss2s8wl50k7lsk84nl4lcldkbkphrfdl21y51gz4jr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e" - ,go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5))) - (home-page "https://github.com/go-openapi/jsonpointer") - (synopsis "gojsonpointer") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} -An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-puerkitobio-purell-1.1.1 - (package - (name "go-github-com-puerkitobio-purell") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/purell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/PuerkitoBio/purell")) - (home-page "https://github.com/PuerkitoBio/purell") - (synopsis "Purell") - (description - "Package purell offers URL normalization as described on the wikipedia page: -@url{http://en.wikipedia.org/wiki/URL_normalization,http://en.wikipedia.org/wiki/URL_normalization} -") - (license license:bsd-3))) - -(define-public go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578 - (package - (name "go-github-com-puerkitobio-urlesc") - (version "0.0.0-20170810143723-de5bf2ad4578") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PuerkitoBio/urlesc") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/PuerkitoBio/urlesc")) - (home-page "https://github.com/PuerkitoBio/urlesc") - (synopsis "urlesc") - (description - "Package urlesc implements query escaping as per @url{https://rfc-editor.org/rfc/rfc3986.html,RFC 3986}. -It contains some parts of the net/url package, modified so as to allow -some reserved characters incorrectly escaped by net/url. -See @url{https://github.com/golang/go/issues/5684,https://github.com/golang/go/issues/5684} -") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-swag-0.19.2 - (package - (name "go-github-com-go-openapi-swag") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/swag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mlxlajx2p9wjm72rmqjrx5g49q2sn04y45s3nrykkf6jqlq1v4z")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/swag")) - (propagated-inputs - `(("go-github-com-sourcegraph-go-diff-0.5.1" - ,go-github-com-sourcegraph-go-diff-0.5.1) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" - ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/go-openapi/swag") - (synopsis "Swag") - (description - "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. -") - (license license:asl2.0))) - -(define-public go-github-com-go-openapi-jsonpointer-0.19.2 - (package - (name "go-github-com-go-openapi-jsonpointer") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonpointer") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s3cqf4svrbygvvpvi7hf122szsgihas52vqh0bba3avf4w03g9n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-swag-0.19.2" - ,go-github-com-go-openapi-swag-0.19.2))) - (home-page "https://github.com/go-openapi/jsonpointer") - (synopsis "gojsonpointer") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} -An implementation of JSON Pointer - Go language") - (license license:asl2.0))) - -(define-public go-github-com-go-openapi-jsonreference-0.19.2 - (package - (name "go-github-com-go-openapi-jsonreference") - (version "0.19.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/jsonreference") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v933yvcwyzzlpdxwb9204ki7lls2rwfd96ww2i901ndvz37kdf8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/jsonreference")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-go-openapi-jsonpointer-0.19.2" - ,go-github-com-go-openapi-jsonpointer-0.19.2) - ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" - ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) - ("go-github-com-puerkitobio-purell-1.1.1" - ,go-github-com-puerkitobio-purell-1.1.1))) - (home-page "https://github.com/go-openapi/jsonreference") - (synopsis "gojsonreference") - (description - "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} -An implementation of JSON Reference - Go language") - (license license:asl2.0))) - -(define-public go-github-com-kr-pty-1.1.5 - (package - (name "go-github-com-kr-pty") - (version "1.1.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpq77b90z72cv9h66dvxsg2j197ylpgcps23xsjfbs752bykfw1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.2.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190611184440-5c40567a22f8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17g8fb9vy2sqq8vgz8jdvf6c6d2290gm2qs0i4yzsd86mgn4dlrg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190827160401-ba9fcec4b297") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190616124812-15dcb6c0061f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qfkkysbyn44nyx57cq8mmw1cjgpxi9gi9xrf6kljmd9c1416zdd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190614205625-5aca471b1d59") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i4h3q83w4y9s065w0wnnnwlssy69jbrj08k47ppsa8dnv85kyrf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-go-openapi-spec-0.19.3 - (package - (name "go-github-com-go-openapi-spec") - (version "0.19.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dikq1p550vj5i9y918s075pgk0fxkixxk3fb70ri7wkm51s6nlj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/spec")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59" - ,go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59) - ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" - ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) - ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" - ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) - ("go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8" - ,go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-stretchr-objx-0.2.0" - ,go-github-com-stretchr-objx-0.2.0) - ("go-github-com-kr-pty-1.1.5" ,go-github-com-kr-pty-1.1.5) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5) - ("go-github-com-go-openapi-jsonreference-0.19.2" - ,go-github-com-go-openapi-jsonreference-0.19.2) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3))) - (home-page "https://github.com/go-openapi/spec") - (synopsis "OAI object model") - (description "The object model for OpenAPI specification documents.") - (license license:asl2.0))) - -(define-public go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63 - (package - (name "go-github-com-mailru-easyjson") - (version "0.0.0-20190614124828-94de47d64c63") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mailru/easyjson") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1km0kkh7cf7dlz5pqi9yr1wamv0167y41cyv1dbrcxfdmwgpfd23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mailru/easyjson")) - (home-page "https://github.com/mailru/easyjson") - (synopsis "easyjson") - (description - "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. -") - (license license:expat))) - -(define-public go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e - (package - (name "go-github-com-shurcool-go") - (version "0.0.0-20180423040247-9e1955d9fb6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/go")) - (home-page "https://github.com/shurcooL/go") - (synopsis "go") - (description "Common Go code.") - (license license:expat))) - -(define-public go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041 - (package - (name "go-github-com-shurcool-go-goon") - (version "0.0.0-20170922171312-37c2f522c041") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/go-goon") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/go-goon")) - (home-page "https://github.com/shurcooL/go-goon") - (synopsis "goon") - (description - "Package goon is a deep pretty printer with Go-like notation. It implements the goon specification. -") - (license license:expat))) - -(define-public go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4 - (package - (name "go-sourcegraph-com-sqs-pbtypes") - (version "0.0.0-20180604144634-d3ebe8f20ae4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sqs/pbtypes") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr")))) - (build-system go-build-system) - (arguments '(#:import-path "sourcegraph.com/sqs/pbtypes")) - (home-page "https://sourcegraph.com/sqs/pbtypes") - (synopsis "pbtypes") - (description - "Package pbtypes contains protocol buffer types (Timestamp, Void, -etc.) and related helpers. -") - (license license:asl2.0))) - -(define-public go-github-com-sourcegraph-go-diff-0.5.1 - (package - (name "go-github-com-sourcegraph-go-diff") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sourcegraph/go-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sourcegraph/go-diff")) - (propagated-inputs - `(("go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4" - ,go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4) - ("go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041" - ,go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041) - ("go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e" - ,go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1))) - (home-page "https://github.com/sourcegraph/go-diff") - (synopsis "go-diff") - (description "Diff parser and printer for Go.") - (license license:expat))) - -(define-public go-github-com-go-openapi-swag-0.19.5 - (package - (name "go-github-com-go-openapi-swag") - (version "0.19.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-openapi/swag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z34vqc5yz6rzvarrvlhkimxx33p74iaxb28l1mv716njvlsmjhg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-openapi/swag")) - (propagated-inputs - `(("go-github-com-sourcegraph-go-diff-0.5.1" - ,go-github-com-sourcegraph-go-diff-0.5.1) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" - ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/go-openapi/swag") - (synopsis "Swag") - (description - "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. -") - (license license:asl2.0))) - -(define-public go-github-com-google-uuid-1.1.1 - (package - (name "go-github-com-google-uuid") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815 - (package - (name "go-github-com-docopt-docopt-go") - (version "0.0.0-20180111231733-ee0de3bc6815") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docopt/docopt.go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docopt/docopt-go")) - (home-page "https://github.com/docopt/docopt-go") - (synopsis "docopt-go") - (description - "Package docopt parses command-line arguments based on a help message. -") - (license license:expat))) - -(define-public go-github-com-googleapis-gnostic-0.4.1 - (package - (name "go-github-com-googleapis-gnostic") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gnostic") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fw28m3ach5pkcdh4ijd6s7w09j0n88p6mah3hp0k8918jsc6mj9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gnostic")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815" - ,go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815))) - (home-page "https://github.com/googleapis/gnostic") - (synopsis "â¨\x81 gnostic") - (description - "Gnostic is a tool for building better REST APIs through knowledge. -") - (license license:asl2.0))) - -(define-public go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d - (package - (name "go-github-com-munnerz-goautoneg") - (version "0.0.0-20120707110453-a547fc61f48d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/munnerz/goautoneg") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/munnerz/goautoneg")) - (home-page "https://github.com/munnerz/goautoneg") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c - (package - (name "go-github-com-onsi-ginkgo") - (version "0.0.0-20170829012221-11459a886d9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/ginkgo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nswc1fnrrs792qbix05h91bilj8rr3wxmxgwi97p2gjk0r292zh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/ginkgo")) - (home-page "https://github.com/onsi/ginkgo") - (synopsis "Ginkgo 2.0 Release Candidate is available!") - (description "Ginkgo is a BDD-style testing framework for Golang -") - (license license:expat))) - -(define-public go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c - (package - (name "go-github-com-onsi-gomega") - (version "0.0.0-20170829124025-dcabb60a477c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/onsi/gomega") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1775lv5jbsgv3ghq5v2827slqlhqdadrzc1nkpq4y0hdv2qzrgkm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/onsi/gomega")) - (home-page "https://github.com/onsi/gomega") - (synopsis ": a BDD Testing Framework for Golang") - (description - "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. -") - (license license:expat))) - -(define-public go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff - (package - (name "go-github-com-spf13-pflag") - (version "0.0.0-20170130214245-9ff6c6923cff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mfrxzyl8x7araa126lh8l3sihbbgfbzgkrg3v3cx7y4n3wrsqvn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac - (package - (name "go-k8s-io-gengo") - (version "0.0.0-20200413195148-3a45101e95ac") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/gengo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x46jq6rv8z0y96231rfgzvfscgy5hp5aacid3r93zy0rq9r37g6")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/gengo")) - (home-page "https://k8s.io/gengo") - (synopsis "gengo") - (description - "This package provides a package for generating things based on go files. This mechanism was first used -in Kubernetes and is split out here for ease of reuse and maintainability.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.2 - (package - (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/structured-merge-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z60sw6nrlzyddyx5pvh6afwf8jvmn8c2zw15hklq17iyvj3lj7a")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/structured-merge-diff/v4" - #:unpack-path - "sigs.k8s.io/structured-merge-diff/v4")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) - (home-page "https://sigs.k8s.io/structured-merge-diff/v4") - (synopsis "Structured Merge and Diff") - (description - "This repo contains code which implements the Kubernetes \"apply\" operation.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-yaml-1.1.0 - (package - (name "go-sigs-k8s-io-yaml") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb")))) - (build-system go-build-system) - (arguments '(#:import-path "sigs.k8s.io/yaml")) - (home-page "https://sigs.k8s.io/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") - (license #f))) - -(define-public go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd - (package - (name "go-k8s-io-kube-openapi") - (version "0.0.0-20201113171705-d219536bb9fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/kube-openapi") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11d420a3rxznh3f6x5a6xp22zjwv6jfq4w1gb6srqb4vn9rhgrka")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/kube-openapi")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) - ("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac" - ,go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" - ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff" - ,go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff) - ("go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c" - ,go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c) - ("go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c" - ,go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c) - ("go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d" - ,go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-go-openapi-swag-0.19.5" - ,go-github-com-go-openapi-swag-0.19.5) - ("go-github-com-go-openapi-spec-0.19.3" - ,go-github-com-go-openapi-spec-0.19.3) - ("go-github-com-go-openapi-jsonreference-0.19.3" - ,go-github-com-go-openapi-jsonreference-0.19.3) - ("go-github-com-go-openapi-jsonpointer-0.19.3" - ,go-github-com-go-openapi-jsonpointer-0.19.3) - ("go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680" - ,go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680) - ("go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633" - ,go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a" - ,go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a) - ("go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46" - ,go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46))) - (home-page "https://k8s.io/kube-openapi") - (synopsis "Kube OpenAPI") - (description - "This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal -is to support a subset of OpenAPI features to satisfy kubernetes use-cases but -implement that subset with little to no assumption about the structure of the -code or routes. Thus, there should be no kubernetes specific code in this repo.") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.3 - (package - (name "go-sigs-k8s-io-structured-merge-diff-v4") - (version "4.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/structured-merge-diff") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jv60bkk0z437bsz5ldjyc006k20njmpl0xfl8p3g1q0bx0fkypa")))) - (build-system go-build-system) - (arguments - '(#:import-path - "sigs.k8s.io/structured-merge-diff/v4" - #:unpack-path - "sigs.k8s.io/structured-merge-diff/v4")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) - (home-page "https://sigs.k8s.io/structured-merge-diff/v4") - (synopsis "Structured Merge and Diff") - (description - "This repo contains code which implements the Kubernetes \"apply\" operation.") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v2-2.2.8 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-sigs-k8s-io-yaml-1.2.0 - (package - (name "go-sigs-k8s-io-yaml") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes-sigs/yaml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "059a1chkd6afyvqszrx7h93k6cgik3ia92x29f5whpwi66461pzq")))) - (build-system go-build-system) - (arguments '(#:import-path "sigs.k8s.io/yaml")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://sigs.k8s.io/yaml") - (synopsis "YAML marshaling and unmarshaling support for Go") - (description - "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") - (license #f))) - -(define-public go-k8s-io-apimachinery-0.20.6 - (package - (name "go-k8s-io-apimachinery") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/apimachinery") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16952v7zjk3pdyw5r3wy28qkcfx3risid0847pwdw8gmalwxr237")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/apimachinery")) - (propagated-inputs - `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" - ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) - ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" - ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) - ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) - ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) - ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" - ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" - ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) - ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" - ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/apimachinery") - (synopsis "apimachinery") - (description - "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") - (license license:asl2.0))) - -(define-public go-k8s-io-client-go-0.20.6 - (package - (name "go-k8s-io-client-go") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/client-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fpz56pfadbfp8mlzmzicfmlgk5zqbk2rdwnr8c8h6ypjd5xjcvz")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/client-go")) - (propagated-inputs - `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" - ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" - ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" - ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) - ("go-github-com-imdario-mergo-0.3.5" - ,go-github-com-imdario-mergo-0.3.5) - ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" - ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) - ("go-github-com-googleapis-gnostic-0.4.1" - ,go-github-com-googleapis-gnostic-0.4.1) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-gofuzz-1.1.0" - ,go-github-com-google-gofuzz-1.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-evanphx-json-patch-4.9.0+incompatible" - ,go-github-com-evanphx-json-patch-4.9.0+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) - ("go-github-com-azure-go-autorest-autorest-0.11.1" - ,go-github-com-azure-go-autorest-autorest-0.11.1) - ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) - (home-page "https://k8s.io/client-go") - (synopsis "client-go") - (description - "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") - (license license:asl2.0))) - -(define-public go-k8s-io-component-base-0.20.6 - (package - (name "go-k8s-io-component-base") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/component-base") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1987vm5lhbnn4ynrpzdgz3873lp78664cpdpkbv9jwnhzqdhpyhf")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/component-base")) - (propagated-inputs - `(("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) - ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) - ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-sirupsen-logrus-1.6.0" - ,go-github-com-sirupsen-logrus-1.6.0) - ("go-github-com-prometheus-procfs-0.2.0" - ,go-github-com-prometheus-procfs-0.2.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) - ("go-github-com-blang-semver-3.5.1+incompatible" - ,go-github-com-blang-semver-3.5.1+incompatible))) - (home-page "https://k8s.io/component-base") - (synopsis "component-base") - (description - "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") - (license license:asl2.0))) - -(define-public go-github-com-kr-pretty-0.2.0 - (package - (name "go-github-com-kr-pretty") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201112073958-5cba982894dd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08dvnwmi2p4slmhyx7gzkmzfp51mmnkzi0ngwhvv0vip1s3s3zjc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201110150050-8816d57aaa9a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cbfam4w9jr5gib43v3s2r5j8mhd3hl6ks3azwsahaff6idggg20")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-k8s-io-cri-api-0.20.6 - (package - (name "go-k8s-io-cri-api") - (version "0.20.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/cri-api") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yp4rfxjn4h78z4sbmwhcqm8mva9bsvsc5jky2qa76npp0hycjhx")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/cri-api")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" - ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" - ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/cri-api") - (synopsis "Purpose") - (description - "This repository contains the definitions for the Container Runtime Interface (CRI). -CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, -without the need to recompile. CRI consists of a protocol buffers and gRPC API.") - (license license:asl2.0))) - -(define-public go-github-com-go-logr-logr-0.2.0 - (package - (name "go-github-com-go-logr-logr") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logr/logr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06xh4pw53z38vyi300mgpnr4pkqgknw9xakdyk1xzqfg9zd60d7d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logr/logr")) - (home-page "https://github.com/go-logr/logr") - (synopsis "A minimal logging API for Go") - (description - "Package logr defines a general-purpose logging API and abstract interfaces -to back that API. Packages in the Go ecosystem can depend on this package, -while callers can implement logging with whatever backend is appropriate. -") - (license license:asl2.0))) - -(define-public go-k8s-io-klog-v2-2.4.0 - (package - (name "go-k8s-io-klog-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/klog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zjih6bgdalga5hqaa2fwwidslq6lv358gkj88a8wwj7w253wc8c")))) - (build-system go-build-system) - (arguments - '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) - (propagated-inputs - `(("go-github-com-go-logr-logr-0.2.0" - ,go-github-com-go-logr-logr-0.2.0))) - (home-page "https://k8s.io/klog/v2") - (synopsis "klog") - (description - "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-afero-1.2.2 - (package - (name "go-github-com-spf13-afero") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0))) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-go-logr-logr-0.1.0 - (package - (name "go-github-com-go-logr-logr") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logr/logr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logr/logr")) - (home-page "https://github.com/go-logr/logr") - (synopsis "A minimal logging API for Go") - (description - "Package logr defines a general-purpose logging API and abstract interfaces -to back that API. Packages in the Go ecosystem can depend on this package, -while callers can implement logging with whatever backend is appropriate. -") - (license license:asl2.0))) - -(define-public go-k8s-io-klog-v2-2.0.0 - (package - (name "go-k8s-io-klog-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/klog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09vqm0n5l64lzpk3xqm4njbncnphx52qk21gwx8nsgyivlxx1n8g")))) - (build-system go-build-system) - (arguments - '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) - (propagated-inputs - `(("go-github-com-go-logr-logr-0.1.0" - ,go-github-com-go-logr-logr-0.1.0))) - (home-page "https://k8s.io/klog/v2") - (synopsis "klog") - (description - "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920 - (package - (name "go-k8s-io-utils") - (version "0.0.0-20201110183641-67b214c5f920") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kubernetes/utils") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19rc9v5xin0a8qbf25my3rd0jd74cin2mk2a38j2dwplqy3s9crl")))) - (build-system go-build-system) - (arguments '(#:import-path "k8s.io/utils")) - (propagated-inputs - `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-spf13-afero-1.2.2" ,go-github-com-spf13-afero-1.2.2) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://k8s.io/utils") - (synopsis "Utils") - (description - "This package provides a set of Go libraries that provide low-level, kubernetes-independent packages -supplementing the @url{https://golang.org/pkg/#stdlib,Go standard libs}.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20181030221726-6c7e314b6563") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m1n6r8v6mrlh0yvlz3qxz4s7jc7nis0zf3dfl1i6hqh5xblkwnw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.2.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563" - ,go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.3.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.2.0" - ,go-github-com-kisielk-errcheck-1.2.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-gogo-googleapis-1.3.2 - (package - (name "go-github-com-gogo-googleapis") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/googleapis") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10670qprmk151n6pa1yclr89kgrvmalzvkq221xqbid83iv59s2h")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/googleapis")) - (propagated-inputs - `(("go-github-com-gogo-protobuf-1.3.1" - ,go-github-com-gogo-protobuf-1.3.1))) - (home-page "https://github.com/gogo/googleapis") - (synopsis "Google APIs generated by gogoprotobuf") - (description - "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") - (license license:asl2.0))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0-20190314233015-f79a8a8ca69d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-urfave-cli-1.22.1 - (package - (name "go-github-com-urfave-cli") - (version "1.22.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/urfave/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04ymak18flqlfcn8lycmg8r3931al8dvr8f1cg9n4yjaskmg72v8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/urfave/cli")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://github.com/urfave/cli") - (synopsis "cli") - (description - "Package cli provides a minimal framework for creating and organizing command line -Go applications. cli is designed to be easy to understand and write, the most simple -cli application can be written as follows: -") - (license license:expat))) - -(define-public go-google-golang-org-grpc-1.27.1 - (package - (name "go-google-golang-org-grpc") - (version "1.27.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09phrrsafgq6hnbw8cawvx44bdpk1p584fys17x1bwn0j0451zzs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-containerd-containerd-1.5.8 - (package - (name "go-github-com-containerd-containerd") - (version "1.5.8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/containerd/containerd") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18lzmpbhbk1kq1nwdp6zcxb577kp425l2ikcmb45jcwgqdwzla6l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/containerd/containerd")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) - ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-gogo-googleapis-1.3.2" - ,go-github-com-gogo-googleapis-1.3.2) - ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" - ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) - ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) - ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) - ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) - ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) - ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) - ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) - ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) - ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) - ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" - ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) - ("go-github-com-tchap-go-patricia-2.2.6+incompatible" - ,go-github-com-tchap-go-patricia-2.2.6+incompatible) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-satori-go-uuid-1.2.0" - ,go-github-com-satori-go-uuid-1.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-pelletier-go-toml-1.8.1" - ,go-github-com-pelletier-go-toml-1.8.1) - ("go-github-com-opencontainers-selinux-1.8.2" - ,go-github-com-opencontainers-selinux-1.8.2) - ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" - ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) - ("go-github-com-opencontainers-runc-1.0.2" - ,go-github-com-opencontainers-runc-1.0.2) - ("go-github-com-opencontainers-image-spec-1.0.1" - ,go-github-com-opencontainers-image-spec-1.0.1) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-moby-sys-symlink-0.1.0" - ,go-github-com-moby-sys-symlink-0.1.0) - ("go-github-com-moby-sys-mountinfo-0.4.1" - ,go-github-com-moby-sys-mountinfo-0.4.1) - ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-imdario-mergo-0.3.12" - ,go-github-com-imdario-mergo-0.3.12) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" - ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) - ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-emicklei-go-restful-2.9.5+incompatible" - ,go-github-com-emicklei-go-restful-2.9.5+incompatible) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-coreos-go-systemd-v22-22.3.2" - ,go-github-com-coreos-go-systemd-v22-22.3.2) - ("go-github-com-containernetworking-plugins-0.9.1" - ,go-github-com-containernetworking-plugins-0.9.1) - ("go-github-com-containerd-zfs-1.0.0" - ,go-github-com-containerd-zfs-1.0.0) - ("go-github-com-containerd-typeurl-1.0.2" - ,go-github-com-containerd-typeurl-1.0.2) - ("go-github-com-containerd-ttrpc-1.1.0" - ,go-github-com-containerd-ttrpc-1.1.0) - ("go-github-com-containerd-nri-0.1.0" - ,go-github-com-containerd-nri-0.1.0) - ("go-github-com-containerd-imgcrypt-1.1.1" - ,go-github-com-containerd-imgcrypt-1.1.1) - ("go-github-com-containerd-go-runc-1.0.0" - ,go-github-com-containerd-go-runc-1.0.0) - ("go-github-com-containerd-go-cni-1.0.2" - ,go-github-com-containerd-go-cni-1.0.2) - ("go-github-com-containerd-fifo-1.0.0" - ,go-github-com-containerd-fifo-1.0.0) - ("go-github-com-containerd-continuity-0.1.0" - ,go-github-com-containerd-continuity-0.1.0) - ("go-github-com-containerd-console-1.0.2" - ,go-github-com-containerd-console-1.0.2) - ("go-github-com-containerd-cgroups-1.0.1" - ,go-github-com-containerd-cgroups-1.0.1) - ("go-github-com-containerd-btrfs-1.0.0" - ,go-github-com-containerd-btrfs-1.0.0) - ("go-github-com-containerd-aufs-1.0.0" - ,go-github-com-containerd-aufs-1.0.0) - ("go-github-com-microsoft-hcsshim-0.8.23" - ,go-github-com-microsoft-hcsshim-0.8.23) - ("go-github-com-microsoft-go-winio-0.4.17" - ,go-github-com-microsoft-go-winio-0.4.17))) - (home-page "https://github.com/containerd/containerd") - (synopsis "Now Recruiting") - (description - "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") - (license license:asl2.0))) - -(define-public go-github-com-azure-azure-sdk-for-go-56.3.0+incompatible - (package - (name "go-github-com-azure-azure-sdk-for-go") - (version "56.3.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/azure-sdk-for-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c2z9wnjkm9v6294pdfh26ksxyiy9slfidc297xk0jbclnddf6k5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) - (home-page "https://github.com/Azure/azure-sdk-for-go") - (synopsis "Azure SDK for Go") - (description - "Package sdk provides Go packages for managing and using Azure services. -") - (license license:expat))) - -(define-public go-github-com-go-sql-driver-mysql-1.5.0 - (package - (name "go-github-com-go-sql-driver-mysql") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-sql-driver/mysql") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11x0m9yf3kdnf6981182r824psgxwfaqhn3x3in4yiidp0w0hk3v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-sql-driver/mysql")) - (home-page "https://github.com/go-sql-driver/mysql") - (synopsis "Go-MySQL-Driver") - (description - "Package mysql provides a MySQL driver for Go's database/sql package. -") - (license license:mpl2.0))) - -(define-public go-github-com-jmespath-go-jmespath-0.3.0 - (package - (name "go-github-com-jmespath-go-jmespath") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jmespath/go-jmespath") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12qgp7yb7yfjxhd311kb820fcjmg7gd4hp2fc4v6x8s7121pwnjp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jmespath/go-jmespath")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1))) - (home-page "https://github.com/jmespath/go-jmespath") - (synopsis "go-jmespath - A JMESPath implementation in Go") - (description - "go-jmespath is a GO implementation of JMESPath, -which is a query language for JSON. It will take a JSON -document and transform it into another JSON document -through a JMESPath expression.") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20200202094626-16171245cfb2 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200202094626-16171245cfb2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pb4ap1h28cc4kr59lz94895wvsd2pf1vmd2by6b11ww8mkicn4s")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-aws-aws-sdk-go-1.34.9 - (package - (name "go-github-com-aws-aws-sdk-go") - (version "1.34.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/aws/aws-sdk-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sjh7m6bf4wvyfzx6wx46n4bg5d9vrwwjy0h5ykqwfh8cq3f77ib")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/aws/aws-sdk-go")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20200202094626-16171245cfb2" - ,go-golang-org-x-net-0.0.0-20200202094626-16171245cfb2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-jmespath-go-jmespath-0.3.0" - ,go-github-com-jmespath-go-jmespath-0.3.0) - ("go-github-com-go-sql-driver-mysql-1.5.0" - ,go-github-com-go-sql-driver-mysql-1.5.0))) - (home-page "https://github.com/aws/aws-sdk-go") - (synopsis "AWS SDK for Go") - (description - "Package sdk is the official AWS SDK for the Go programming language. -") - (license license:asl2.0))) - -(define-public go-github-com-bitly-go-simplejson-0.5.0 - (package - (name "go-github-com-bitly-go-simplejson") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bitly/go-simplejson") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bitly/go-simplejson")) - (home-page "https://github.com/bitly/go-simplejson") - (synopsis "go-simplejson") - (description "a Go package to interact with arbitrary JSON") - (license license:expat))) - -(define-public go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba - (package - (name "go-github-com-denverdino-aliyungo") - (version "0.0.0-20190125010748-a747050bb1ba") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/denverdino/aliyungo") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rc16ciz8gjpn36fhp0qz1ns0inlvjaz07z1qffl9ni4b49hhwkn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/denverdino/aliyungo")) - (home-page "https://github.com/denverdino/aliyungo") - (synopsis "AliyunGo: Go SDK for Aliyun Services") - (description - "This is an unofficial Go SDK for Aliyun services. You are welcome for contribution.") - (license license:asl2.0))) - -(define-public go-github-com-dnaeon-go-vcr-1.0.1 - (package - (name "go-github-com-dnaeon-go-vcr") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dnaeon/go-vcr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/dnaeon/go-vcr")) - (home-page "https://github.com/dnaeon/go-vcr") - (synopsis "go-vcr") - (description - "@code{go-vcr} simplifies testing by recording your HTTP interactions and -replaying them in future runs in order to provide fast, deterministic -and accurate testing of your code.") - (license license:bsd-2))) - -(define-public go-github-com-gofrs-uuid-4.0.0+incompatible - (package - (name "go-github-com-gofrs-uuid") - (version "4.0.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gofrs/uuid") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08ma37vvrni836fxlswjd3bl2sdqyw3nxv6zdi1nyncnl9l0421k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gofrs/uuid")) - (home-page "https://github.com/gofrs/uuid") - (synopsis "UUID") - (description - "Package uuid provides implementations of the Universally Unique Identifier -(UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 02). -") - (license license:expat))) - -(define-public go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f - (package - (name "go-github-com-mitchellh-osext") - (version "0.0.0-20151018003038-5e2d6d41470f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j635c1cx7crs5wlirlk713l36x70pnlmqrzd3x3bjgnjg194jrk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/osext")) - (home-page "https://github.com/mitchellh/osext") - (synopsis "osext") - (description "Extensions to the standard \"os\" package. -") - (license license:zlib))) - -(define-public go-github-com-ncw-swift-1.0.47 - (package - (name "go-github-com-ncw-swift") - (version "1.0.47") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ncw/swift") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wxz4lvy6pjabghq8inby2fyh58ysclayccziawc8fd7a67kh4cd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ncw/swift")) - (home-page "https://github.com/ncw/swift") - (synopsis "Swift") - (description - "Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files -") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-0.0.3 - (package - (name "go-github-com-spf13-cobra") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q1nsx05svyv9fv3fy6xv6gs9ffimkyzsfm49flvl3wnvf1ncrkd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20210817164053-32db794688a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0arh5rhahrjzmlifmbgswwc0kjkgmhps6g4hzia0i6ismsk74n48")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" - ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff - (package - (name "go-google-golang-org-api") - (version "0.0.0-20160322025152-9bf6e6e569ff") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02zn0zr4jrkdnxhxa0h3vm30j27bsc4lcswrffilkrafbspjsrxz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8 - (package - (name "go-google-golang-org-cloud") - (version "0.0.0-20151119220103-975617b05ea8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "156jhn1kakr98jfk830y4yr8lhisdj6qs38ypa42ddmgza9qcmdd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/cloud")) - (home-page "https://google.golang.org/cloud") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a - (package - (name "go-google-golang-org-grpc") - (version "0.0.0-20160317175043-d3ddb4469d5a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0p45by0s66ragvx9hs8gkz1k1gy8456y794b5zspa0b86y2b53w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20141024133853-64131543e789") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01sz40asq0zwf6j7q2hww33wr1cflglngq8xazw466c9d1f9kyyh")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-github-com-distribution-distribution-v3-3.0.0-20211118083504-a29a3c99a684 - (package - (name "go-github-com-distribution-distribution-v3") - (version "3.0.0-20211118083504-a29a3c99a684") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v0larzrvgm4hyq5hj4s7sx0rdximk715n95z294mqr7kpsbjfrh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/distribution/distribution/v3")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" - ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) - ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" - ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) - ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" - ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) - ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" - ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5" - ,go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5) - ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" - ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) - ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" - ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) - ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" - ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-opencontainers-image-spec-1.0.2" - ,go-github-com-opencontainers-image-spec-1.0.2) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) - ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" - ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-gorilla-mux-1.8.0" ,go-github-com-gorilla-mux-1.8.0) - ("go-github-com-gorilla-handlers-1.5.1" - ,go-github-com-gorilla-handlers-1.5.1) - ("go-github-com-gomodule-redigo-1.8.2" - ,go-github-com-gomodule-redigo-1.8.2) - ("go-github-com-gofrs-uuid-4.0.0+incompatible" - ,go-github-com-gofrs-uuid-4.0.0+incompatible) - ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" - ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-dnaeon-go-vcr-1.0.1" - ,go-github-com-dnaeon-go-vcr-1.0.1) - ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" - ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) - ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" - ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) - ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" - ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) - ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" - ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) - ("go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0" - ,go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0) - ("go-github-com-bitly-go-simplejson-0.5.0" - ,go-github-com-bitly-go-simplejson-0.5.0) - ("go-github-com-aws-aws-sdk-go-1.34.9" - ,go-github-com-aws-aws-sdk-go-1.34.9) - ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" - ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) - ("go-github-com-azure-go-autorest-autorest-to-0.4.0" - ,go-github-com-azure-go-autorest-autorest-to-0.4.0) - ("go-github-com-azure-go-autorest-autorest-adal-0.9.15" - ,go-github-com-azure-go-autorest-autorest-adal-0.9.15) - ("go-github-com-azure-go-autorest-autorest-0.11.20" - ,go-github-com-azure-go-autorest-autorest-0.11.20) - ("go-github-com-azure-azure-sdk-for-go-56.3.0+incompatible" - ,go-github-com-azure-azure-sdk-for-go-56.3.0+incompatible))) - (home-page "https://github.com/distribution/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-cli-20.10.11+incompatible - (package - (name "go-github-com-docker-cli") - (version "20.10.11+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/cli") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dmmxn9ahyq2yq935fvp1b6ka6s43ih9nh6wwx8v6rjg7y35rb1n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/cli")) - (home-page "https://github.com/docker/cli") - (synopsis "docker/cli") - (description - "This repository is the home of the cli used in the Docker CE and -Docker EE products.") - (license license:asl2.0))) - -(define-public go-github-com-docker-docker-20.10.11+incompatible - (package - (name "go-github-com-docker-docker") - (version "20.10.11+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/moby") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1r66j57l073iba6hwrhcz779vaym68l1gfycdiw2d2gglfrdgr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/docker")) - (home-page "https://github.com/docker/docker") - (synopsis "The Moby Project") - (description - "Moby is an open-source project created by Docker to enable and accelerate software containerization.") - (license license:asl2.0))) - -(define-public go-github-com-opencontainers-go-digest-1.0.0 - (package - (name "go-github-com-opencontainers-go-digest") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/go-digest") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/go-digest")) - (home-page "https://github.com/opencontainers/go-digest") - (synopsis "go-digest") - (description - "Package digest provides a generalized type to opaquely represent message -digests and their operations within the registry. The Digest type is -designed to serve as a flexible identifier in a content-addressable system. -More importantly, it provides tools and wrappers to work with -hash.Hash-based digests with little effort. -") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-opencontainers-image-spec-1.0.2 - (package - (name "go-github-com-opencontainers-image-spec") - (version "1.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/opencontainers/image-spec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wcw1z39wjx338406ga86a41f5ird0yc4ab3c70nfhkpkvjjzhkm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/opencontainers/image-spec")) - (home-page "https://github.com/opencontainers/image-spec") - (synopsis "OCI Image Format Specification") - (description - "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") - (license license:asl2.0))) - -(define-public go-github-com-phayes-freeport-0.0.0-20180830031419-95f893ade6f2 - (package - (name "go-github-com-phayes-freeport") - (version "0.0.0-20180830031419-95f893ade6f2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/phayes/freeport") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09kkm359hg8xl6qj8fqrs5fkrzn82i7frr5i0vy1kkfvd9ng6n90")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/phayes/freeport")) - (home-page "https://github.com/phayes/freeport") - (synopsis "FreePort") - (description "Get a free open TCP port that is ready to use.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191026070338-33540a1f6037") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.8.1 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" - ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-github-com-russross-blackfriday-v2-2.0.1 - (package - (name "go-github-com-russross-blackfriday-v2") - (version "2.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/russross/blackfriday") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/russross/blackfriday/v2")) - (home-page "https://github.com/russross/blackfriday") - (synopsis "Blackfriday") - (description "Package blackfriday is a markdown processor. -") - (license license:bsd-2))) - -(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 - (package - (name "go-github-com-shurcool-sanitized-anchor-name") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/shurcooL/sanitized_anchor_name") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) - (home-page "https://github.com/shurcooL/sanitized_anchor_name") - (synopsis "sanitized_anchor_name") - (description - "Package sanitized_anchor_name provides a func to create sanitized anchor names. -") - (license license:expat))) - -(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 - (package - (name "go-github-com-cpuguy83-go-md2man-v2") - (version "2.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cpuguy83/go-md2man") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) - (propagated-inputs - `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" - ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) - ("go-github-com-russross-blackfriday-v2-2.0.1" - ,go-github-com-russross-blackfriday-v2-2.0.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0))) - (home-page "https://github.com/cpuguy83/go-md2man") - (synopsis "go-md2man") - (description "Converts markdown into roff (man pages).") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-cleanhttp-0.5.1 - (package - (name "go-github-com-hashicorp-go-cleanhttp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-cleanhttp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07kx3fhryqmaw3czacmm11qwx63js2q8cfq967vphk7xg9q377kk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-cleanhttp")) - (home-page "https://github.com/hashicorp/go-cleanhttp") - (synopsis "cleanhttp") - (description - "Package cleanhttp offers convenience utilities for acquiring \"clean\" -http.Transport and http.Client structs. -") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-go-homedir-1.0.0 - (package - (name "go-github-com-mitchellh-go-homedir") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/go-homedir") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/go-homedir")) - (home-page "https://github.com/mitchellh/go-homedir") - (synopsis "go-homedir") - (description - "This is a Go library for detecting the user's home directory without -the use of cgo, so the library can be used in cross-compilation environments.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-rootcerts-1.0.0 - (package - (name "go-github-com-hashicorp-go-rootcerts") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-rootcerts") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wply5zhj1rcybr932zbwm1i18q5wr7kgkhnz6bw6mk1n9yr8lfj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-rootcerts")) - (propagated-inputs - `(("go-github-com-mitchellh-go-homedir-1.0.0" - ,go-github-com-mitchellh-go-homedir-1.0.0))) - (home-page "https://github.com/hashicorp/go-rootcerts") - (synopsis "rootcerts") - (description - "Package rootcerts contains functions to aid in loading CA certificates for -TLS connections. -") - (license license:mpl2.0))) - -(define-public go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e - (package - (name "go-github-com-armon-circbuf") - (version "0.0.0-20150827004946-bbbad097214e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/circbuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1idpr0lzb2px2p3wgfq2276yl7jpaz43df6n91kf790404s4zmk3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/circbuf")) - (home-page "https://github.com/armon/circbuf") - (synopsis "circbuf") - (description - "This repository provides the @code{circbuf} package. This provides a @code{Buffer} object -which is a circular (or ring) buffer. It has a fixed size, but can be written -to infinitely. Only the last @code{size} bytes are ever retained. The buffer implements -the @code{io.Writer} interface.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-syslog-1.0.0 - (package - (name "go-github-com-hashicorp-go-syslog") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-syslog") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-syslog")) - (home-page "https://github.com/hashicorp/go-syslog") - (synopsis "go-syslog") - (description - "This repository provides a very simple @code{gsyslog} package. The point of this -package is to allow safe importing of syslog without introducing cross-compilation -issues. The stdlib @code{log/syslog} cannot be imported on Windows systems, and without -conditional compilation this adds complications.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-uuid-1.0.1 - (package - (name "go-github-com-hashicorp-go-uuid") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jvb88m0rq41bwgirsadgw7mnayl27av3gd2vqa3xvxp3fy0hp5k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-uuid")) - (home-page "https://github.com/hashicorp/go-uuid") - (synopsis "uuid") - (description - "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-logutils-1.0.0 - (package - (name "go-github-com-hashicorp-logutils") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/logutils") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "076wf4sh5p3f953ndqk1cc0x7jhmlqrxak9953rz79rcdw77rjvv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/logutils")) - (home-page "https://github.com/hashicorp/logutils") - (synopsis "logutils") - (description - "Package logutils augments the standard log package with levels. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-net-0.0.1 - (package - (name "go-github-com-hashicorp-go-net") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go.net") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06arwi95xp5rxyz7rndvhc3wlwg0jn9a5z6djf3yyg5h9zfab9i4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go.net")) - (home-page "https://github.com/hashicorp/go.net") - (synopsis #f) - (description #f) - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-mdns-1.0.0 - (package - (name "go-github-com-hashicorp-mdns") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/mdns") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qr4l91hhi97s8a1isnrw3s4q8pjzacqiks870vnwh15v7ig3axd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/mdns")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" - ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" - ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) - ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" - ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) - ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) - ("go-github-com-hashicorp-go-net-0.0.1" - ,go-github-com-hashicorp-go-net-0.0.1))) - (home-page "https://github.com/hashicorp/mdns") - (synopsis "mdns") - (description - "Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be -used to discover services on the local network without the use of an authoritative -DNS server. This enables peer-to-peer discovery. It is important to note that many -networks restrict the use of multicasting, which prevents mDNS from functioning. -Notably, multicast cannot be used in any sort of cloud, or shared infrastructure -environment. However it works well in most office, home, or private infrastructure -environments.") - (license license:expat))) - -(define-public go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da - (package - (name "go-github-com-armon-go-metrics") - (version "0.0.0-20180917152333-f0300d1749da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13l7c35ps0r27vxfil2w0xhhc7w5rh00awvlmn4cz0a937b9ffpv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/go-metrics")) - (home-page "https://github.com/armon/go-metrics") - (synopsis "go-metrics") - (description - "This library provides a @code{metrics} package which can be used to instrument code, -expose application metrics, and profile runtime performance in a flexible manner.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-uuid-1.0.0 - (package - (name "go-github-com-hashicorp-go-uuid") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jflywlani7583qm4ysph40hsgx3n66n5zr2k84i057fmwa1ypfy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-uuid")) - (home-page "https://github.com/hashicorp/go-uuid") - (synopsis "uuid") - (description - "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-immutable-radix-1.0.0 - (package - (name "go-github-com-hashicorp-go-immutable-radix") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-immutable-radix") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1v3nmsnk1s8bzpclrhirz7iq0g5xxbw9q5gvrg9ss6w9crs72qr6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-immutable-radix")) - (propagated-inputs - `(("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-hashicorp-go-uuid-1.0.0" - ,go-github-com-hashicorp-go-uuid-1.0.0))) - (home-page "https://github.com/hashicorp/go-immutable-radix") - (synopsis "go-immutable-radix") - (description - "This package provides the @code{iradix} package that implements an immutable @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. -The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-msgpack-0.5.3 - (package - (name "go-github-com-hashicorp-go-msgpack") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-msgpack") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00jv0ajqd58pkb2yyhlrjp0rv1mvb1ijx3yqjyikcmzvk9jb4h5m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-msgpack")) - (home-page "https://github.com/hashicorp/go-msgpack") - (synopsis "go-codec") - (description "This repository contains the @code{go-codec} library.") - (license license:expat))) - -(define-public go-github-com-hashicorp-go-sockaddr-1.0.0 - (package - (name "go-github-com-hashicorp-go-sockaddr") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-sockaddr") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yn1xq8ysn0lszmkygz3a9lgpswbz1p91jv7q8l20s4749a22xgi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-sockaddr")) - (home-page "https://github.com/hashicorp/go-sockaddr") - (synopsis "go-sockaddr") - (description - "Package sockaddr is a Go implementation of the UNIX socket family data types and -related helper functions. -") - (license license:mpl2.0))) - -(define-public go-github-com-miekg-dns-1.0.14 - (package - (name "go-github-com-miekg-dns") - (version "1.0.14") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/miekg/dns") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qgli6yp59bv6vc6zag84cwxmcxgnyxm1q2f301yyijk3wy5b2ak")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/miekg/dns")) - (home-page "https://github.com/miekg/dns") - (synopsis "Alternative (more granular) approach to a DNS library") - (description - "Package dns implements a full featured interface to the Domain Name System. -Both server- and client-side programming is supported. The package allows -complete control over what is sent out to the DNS. The API follows the -less-is-more principle, by presenting a small, clean interface. -") - (license license:bsd-3))) - -(define-public go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529 - (package - (name "go-github-com-sean--seed") - (version "0.0.0-20170313163322-e2103e2c3529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sean-/seed") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sean-/seed")) - (home-page "https://github.com/sean-/seed") - (synopsis "- Quickly Seed Go's Random Number Generator") - (description - "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,seed} Go's -random number generator (if possible). This library isn't anything fancy, it's -just a canonical way of seeding Go's random number generator. Cribbed from -@url{https://github.com/hashicorp/nomad/commit/f89a993ec6b91636a3384dd568898245fbc273a1,(code Nomad)} -before it was moved into -@url{https://github.com/hashicorp/consul/commit/d695bcaae6e31ee307c11fdf55bb0bf46ea9fcf4,(code Consul)} -and made into a helper function, and now further modularized to be a super -lightweight and reusable library.") - (license #f))) - -(define-public go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20181029021203-45a5f77698d3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0636jjj89wkzqchajwwzgcn4aafc334p70nawh9jzavg2mkx0ch4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181023162649-9b4f9f5ad519") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06hvxy113h76f31gv1mq6vdr6xja1zv0fdig686l2b4y2b6swych")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181026203630-95b1ffbd15a5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06c3lf93wzf5kkfmzmgn75x4c0a7159vrwjrqh6zh9zxzqq5whpq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-memberlist-0.1.3 - (package - (name "go-github-com-hashicorp-memberlist") - (version "0.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/memberlist") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1spq7dagvqj3baqw2dhxx1zxrb02y6m3apzr3a7gyirii890g3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/memberlist")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" - ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" - ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) - ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" - ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529" - ,go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" - ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) - ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) - ("go-github-com-hashicorp-go-sockaddr-1.0.0" - ,go-github-com-hashicorp-go-sockaddr-1.0.0) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-hashicorp-go-msgpack-0.5.3" - ,go-github-com-hashicorp-go-msgpack-0.5.3) - ("go-github-com-hashicorp-go-immutable-radix-1.0.0" - ,go-github-com-hashicorp-go-immutable-radix-1.0.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" - ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da))) - (home-page "https://github.com/hashicorp/memberlist") - (synopsis "memberlist") - (description - "memberlist is a library that manages cluster -membership and member failure detection using a gossip based protocol. -") - (license license:mpl2.0))) - -(define-public go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310 - (package - (name "go-github-com-armon-go-radix") - (version "0.0.0-20180808171621-7fddfc383310") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/armon/go-radix") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y8chspn14n9xpsfb9gxnnf819rfpriaz64v81p7873a42kkhxb4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/armon/go-radix")) - (home-page "https://github.com/armon/go-radix") - (synopsis "go-radix") - (description - "This package provides the @code{radix} package that implements a @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. -The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") - (license license:expat))) - -(define-public go-github-com-bgentry-speakeasy-0.1.0 - (package - (name "go-github-com-bgentry-speakeasy") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bgentry/speakeasy") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bgentry/speakeasy")) - (home-page "https://github.com/bgentry/speakeasy") - (synopsis "Speakeasy") - (description - "This package provides cross-platform Go (#golang) helpers for taking user input -from the terminal while not echoing the input back (similar to @code{getpasswd}). The -package uses syscalls to avoid any dependence on cgo, and is therefore -compatible with cross-compiling.") - (license license:expat))) - -(define-public go-github-com-fatih-color-1.7.0 - (package - (name "go-github-com-fatih-color") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fatih/color") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fatih/color")) - (home-page "https://github.com/fatih/color") - (synopsis "color") - (description - "Package color is an ANSI color package to output colorized or SGR defined -output to the standard output. The API can be used in several way, pick one -that suits you. -") - (license license:expat))) - -(define-public go-github-com-hashicorp-errwrap-1.0.0 - (package - (name "go-github-com-hashicorp-errwrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/errwrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/errwrap")) - (home-page "https://github.com/hashicorp/errwrap") - (synopsis "errwrap") - (description - "Package errwrap implements methods to formalize error wrapping in Go. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-go-multierror-1.0.0 - (package - (name "go-github-com-hashicorp-go-multierror") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/go-multierror") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/go-multierror")) - (propagated-inputs - `(("go-github-com-hashicorp-errwrap-1.0.0" - ,go-github-com-hashicorp-errwrap-1.0.0))) - (home-page "https://github.com/hashicorp/go-multierror") - (synopsis "go-multierror") - (description - "@code{go-multierror} is a package for Go that provides a mechanism for -representing a list of @code{error} values as a single @code{error}.") - (license license:mpl2.0))) - -(define-public go-github-com-mattn-go-colorable-0.0.9 - (package - (name "go-github-com-mattn-go-colorable") - (version "0.0.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-colorable") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-colorable")) - (home-page "https://github.com/mattn/go-colorable") - (synopsis "go-colorable") - (description "Colorable writer for windows.") - (license license:expat))) - -(define-public go-github-com-mattn-go-isatty-0.0.3 - (package - (name "go-github-com-mattn-go-isatty") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mattn/go-isatty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mattn/go-isatty")) - (home-page "https://github.com/mattn/go-isatty") - (synopsis "go-isatty") - (description "Package isatty implements interface to isatty -") - (license license:expat))) - -(define-public go-github-com-posener-complete-1.1.1 - (package - (name "go-github-com-posener-complete") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/posener/complete") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbdiybjizbaxbf5q0xwbq0cjqw4bl6jggvsjzrpif0w86fcjda2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/posener/complete")) - (home-page "https://github.com/posener/complete") - (synopsis "complete") - (description - "Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180823144017-11551d06cbcc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j34525b9smcyjqmxvvqgcfn87kkx3b2izidmjp2cmhjxzjrgpwm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-mitchellh-cli-1.0.0 - (package - (name "go-github-com-mitchellh-cli") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/cli") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i9kmr7rcf10d2hji8h4247hmc0nbairv7a0q51393aw2h1bnwg2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/cli")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc" - ,go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc) - ("go-github-com-posener-complete-1.1.1" - ,go-github-com-posener-complete-1.1.1) - ("go-github-com-mattn-go-isatty-0.0.3" - ,go-github-com-mattn-go-isatty-0.0.3) - ("go-github-com-mattn-go-colorable-0.0.9" - ,go-github-com-mattn-go-colorable-0.0.9) - ("go-github-com-hashicorp-go-multierror-1.0.0" - ,go-github-com-hashicorp-go-multierror-1.0.0) - ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) - ("go-github-com-bgentry-speakeasy-0.1.0" - ,go-github-com-bgentry-speakeasy-0.1.0) - ("go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310" - ,go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310))) - (home-page "https://github.com/mitchellh/cli") - (synopsis "Go CLI Library") - (description - "cli is a library for implementing powerful command-line interfaces in Go. -cli is the library that powers the CLI for -@url{https://github.com/mitchellh/packer,Packer}, -@url{https://github.com/hashicorp/serf,Serf}, -@url{https://github.com/hashicorp/consul,Consul}, -@url{https://github.com/hashicorp/vault,Vault}, -@url{https://github.com/hashicorp/terraform,Terraform}, and -@url{https://github.com/hashicorp/nomad,Nomad}.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-gox-0.4.0 - (package - (name "go-github-com-mitchellh-gox") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/gox") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/gox")) - (home-page "https://github.com/mitchellh/gox") - (synopsis "Gox - Simple Go Cross Compilation") - (description - "Gox is a simple, no-frills tool for Go cross compilation that behaves a -lot like standard @code{go build}. Gox will parallelize builds for multiple -platforms. Gox will also build the cross-compilation toolchain for you.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-iochan-1.0.0 - (package - (name "go-github-com-mitchellh-iochan") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/iochan") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "058n9bbf536f2nw3pbs7pysrg9cqvgkb28z2zf5wjyrzrknyk53g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/iochan")) - (home-page "https://github.com/mitchellh/iochan") - (synopsis "iochan") - (description - "iochan is a Go library for treating @code{io} readers and writers like channels. -This is useful when sometimes you wish to use @code{io.Reader} and such in @code{select} -statements.") - (license license:expat))) - -(define-public go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee - (package - (name "go-github-com-mitchellh-mapstructure") - (version "0.0.0-20160808181253-ca63d7c062ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjwhgi57l5fxlmpdchipdd4jasdn1sa8ccl2f2486v06rv6z7gr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f - (package - (name "go-github-com-ryanuber-columnize") - (version "0.0.0-20160712163229-9b3edd62028f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ryanuber/columnize") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ya1idkbb0a9fjlhkcnh5a9yvpwzwfmbyg7d56lpplwr9rqi1da4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ryanuber/columnize")) - (home-page "https://github.com/ryanuber/columnize") - (synopsis "Columnize") - (description "Easy column-formatted output for golang") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181201002055-351d144fa1fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-serf-0.8.2 - (package - (name "go-github-com-hashicorp-serf") - (version "0.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/serf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nrslghvdjhaczr2xp9mn8xgcx1dxl4jgpbk0l61ssmxahpx4iyc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/serf")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc" - ,go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f" - ,go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f) - ("go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee" - ,go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee) - ("go-github-com-mitchellh-iochan-1.0.0" - ,go-github-com-mitchellh-iochan-1.0.0) - ("go-github-com-mitchellh-gox-0.4.0" - ,go-github-com-mitchellh-gox-0.4.0) - ("go-github-com-mitchellh-cli-1.0.0" - ,go-github-com-mitchellh-cli-1.0.0) - ("go-github-com-hashicorp-memberlist-0.1.3" - ,go-github-com-hashicorp-memberlist-0.1.3) - ("go-github-com-hashicorp-mdns-1.0.0" - ,go-github-com-hashicorp-mdns-1.0.0) - ("go-github-com-hashicorp-logutils-1.0.0" - ,go-github-com-hashicorp-logutils-1.0.0) - ("go-github-com-hashicorp-go-uuid-1.0.1" - ,go-github-com-hashicorp-go-uuid-1.0.1) - ("go-github-com-hashicorp-go-syslog-1.0.0" - ,go-github-com-hashicorp-go-syslog-1.0.0) - ("go-github-com-hashicorp-go-msgpack-0.5.3" - ,go-github-com-hashicorp-go-msgpack-0.5.3) - ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" - ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da) - ("go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e" - ,go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e))) - (home-page "https://github.com/hashicorp/serf") - (synopsis "Serf") - (description - "Serf is a decentralized solution for service discovery and orchestration -that is lightweight, highly available, and fault tolerant.") - (license license:mpl2.0))) - -(define-public go-github-com-mitchellh-mapstructure-1.1.2 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c - (package - (name "go-github-com-pascaldekloe-goe") - (version "0.0.0-20180627143212-57f6aae5913c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pascaldekloe/goe") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dqd3mfb4z2vmv6pg6fhgvfc53vhndk24wcl9lj1rz02n6m279fq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pascaldekloe/goe")) - (home-page "https://github.com/pascaldekloe/goe") - (synopsis "Go Enterprise") - (description - "Common enterprise features for the Go programming language (golang).") - (license license:cc0))) - -(define-public go-github-com-hashicorp-consul-api-1.1.0 - (package - (name "go-github-com-hashicorp-consul-api") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/consul") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xm3gl8i7pgsbsc2397bwh9hp2dwnk4cmw5y05acqn3zpyp84sbv")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/hashicorp/consul/api" - #:unpack-path - "github.com/hashicorp/consul")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" - ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) - ("go-github-com-mitchellh-mapstructure-1.1.2" - ,go-github-com-mitchellh-mapstructure-1.1.2) - ("go-github-com-hashicorp-serf-0.8.2" - ,go-github-com-hashicorp-serf-0.8.2) - ("go-github-com-hashicorp-go-uuid-1.0.1" - ,go-github-com-hashicorp-go-uuid-1.0.1) - ("go-github-com-hashicorp-go-rootcerts-1.0.0" - ,go-github-com-hashicorp-go-rootcerts-1.0.0) - ("go-github-com-hashicorp-go-cleanhttp-0.5.1" - ,go-github-com-hashicorp-go-cleanhttp-0.5.1))) - (home-page "https://github.com/hashicorp/consul") - (synopsis "Consul API client") - (description - "This package provides the @code{api} package which attempts to -provide programmatic access to the full Consul API.") - (license license:mpl2.0))) - -(define-public go-github-com-golang-mock-1.5.0 - (package - (name "go-github-com-golang-mock") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12l7p08pwwk3xn70w7rlm28nz6jf4szlzgjxjfmbssyirxxxy8v1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20210226084205-cbba55b83ad5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0drr44nqq0s3jillcrl8qa7sklxybs083lvashdh2ad62hrs31l7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210226172049-e18ecbb05110") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20210122040257-d980be63207e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vg5z6rp5kfd324w8j12hlx9zv049vxljpc6dyqkj2k9vzzzqkw8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.4.1 - (package - (name "go-golang-org-x-mod") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q4p41223d1xh4jmw9vmywjfi0jzn56gbidrwv5x1bzmx2qmj01n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210119194325-5f4716e94777") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xh4hk0fhkzq096z9qbzqfswmmgg4kvb44qvazpandvlpwm4jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210218202405-ba52d332ba99") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fdm3fljk3k4xbpzaywccayrhgqdfl79vl18k4z1zw2pl654bqbg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210220050731-9a76102bfb43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20201203190320-1bf35d6f28c2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "140n5hjk2faanrf6v5h1559g755rgavynz1r99s1n15bmgibysvp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-mod-0.4.0 - (package - (name "go-golang-org-x-mod") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201209123823-ac852fbbde11") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zmp2fxgf7792xx15qhzcsfs8k0qv7q3m6jlcj6qvdngfzyvna64")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201208233053-a543418bbed2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r87p89pm2h75yajsz0g2vvy2q3z9gknc0fmsdm5rh427f1qazfr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-google-martian-v3-3.1.0 - (package - (name "go-github-com-google-martian-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian/v3")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" - ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20200824232613-28f6c0f3b639") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20201023163331-3e6fc7fc9c4c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xmy4579gx45lqsy1cgddnc7nmaqfpiwd2kc5dhf8i0wjjvf18hq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201031054903-ff519b6c9102") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "162ssgcc0kgj42ajaki0q3j5lwmixqqwkdqcmz41xg1k8wjm7riw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.4 - (package - (name "go-golang-org-x-text") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201110124207-079ba7bd75cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g4d7cx480rbnpg16qqc4yycd50lpp2mi2qzvzr6hdny91v7sa05")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.2 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200902213428-5d25da1a8d43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14jx8sxshbvnx4fggn12mlmz000zcrd1a73n1455b1wgg1xfzq3n")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200905004654-be1d3432aa8f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kd3szjsazhpgidv5xjv0s26fm4wvv2cr7j4zk8nblnqkic58as2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200904185747-39188db58858 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200904185747-39188db58858") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ydyylwqzjwijy4rdp2fmvnfh3s27896dx6g74r2wa6vbhisszvk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200904004341-0bd0a958aa1d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xp4ic4jvdv7n984cjgrgqbpbi9m4bj2xnfrs1s1zn1adx0jivs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.31.1 - (package - (name "go-google-golang-org-grpc") - (version "1.31.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18565vf9i2zc69znd9b8a2iz0kgv5cms0g0ppj93hnhri8rjqagk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.35.0 - (package - (name "go-google-golang-org-api") - (version "0.35.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fgn21lmrlkw44sl0ivjicygwksibb1pclzp3zyh3ivn7ylvk2jd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.1" ,go-google-golang-org-grpc-1.31.1) - ("go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d" - ,go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d) - ("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-tools-0.0.0-20200904185747-39188db58858" - ,go-golang-org-x-tools-0.0.0-20200904185747-39188db58858) - ("go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f" - ,go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" - ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201109203340-2640f1f9cdfb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00mwybjbdpvmlkvmwsjvdb2z8lzzx2a340y4pf3bxqamalhdka0w")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.72.0 - (package - (name "go-cloud-google-com-go") - (version "0.72.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x4gy466jrzab9l02dwd3lvy2dwy84j34zpjkm5xnxh45za6hpxn")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb" - ,go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb) - ("go-google-golang-org-api-0.35.0" ,go-google-golang-org-api-0.35.0) - ("go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd" - ,go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" - ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) - ("go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102" - ,go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c" - ,go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.2" - ,go-github-com-google-go-cmp-0.5.2) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20201109201403-9fd604954f58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06dj14f6jrgpqmf3v3z74zhcin3yj7yp8mzxljm3a3ihq984kz8v")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201201145000-ef89a241ccb3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20201201161351-ac6f37ff4c2a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0akq0z86x51rh556fs7icjmmmgdyaa7rq7cmqlngrmvjb79wnwpl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201201144952-b05cb90ed32e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n9jlhnn5fg7a41ahdril7wgfli43kxplnpxbdbhrkknjra7xdjd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.36.0 - (package - (name "go-google-golang-org-api") - (version "0.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e" - ,go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a" - ,go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a) - ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" - ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58" - ,go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-cloud-google-com-go-0.72.0" ,go-cloud-google-com-go-0.72.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201210142538-e3217bee35cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bzfa58dw7jmkrp46hikbsq1yyk2r29a1gn51sqlilbvf7lq96p9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.74.0 - (package - (name "go-cloud-google-com-go") - (version "0.74.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09j1qppf2gf14bn06hsyrj9jaxz9vlbs9d7yrxrdvh2234qsbggy")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) - ("go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc" - ,go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc) - ("go-google-golang-org-api-0.36.0" ,go-google-golang-org-api-0.36.0) - ("go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2" - ,go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2) - ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) - ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" - ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) - ("go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11" - ,go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11) - ("go-golang-org-x-mod-0.4.0" ,go-golang-org-x-mod-0.4.0) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2" - ,go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.5 - (package - (name "go-go-opencensus-io") - (version "0.22.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20201208152858-08078c50e5b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210104204734-6f8348627aad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pmz8dwjf4gxr1gwnp4iahh3yh09apcf40kvvybycsx4rfjc2gbl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210105154028-b0ab187a4818") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "157w706lz7j4s7cwgh7j7mf8v1sah5hm4dlmp8isf6vhnqpixdp7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20201214200347-8c77b98c765d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bdpss5xmla0gjz66mdk8bqpsdb5i1xz65g30k9cs2h7vrqlwzn4")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20200629203442-efcf912fb354") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18b1v01h3id5d7v5gqabc4qsaja17r45rn3fvv38nrfx9l4smv0x")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.7 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nx5ybyadkjqr29hndn6amhbcqpi1rkfv12bxp0rk3ay045zxsh8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" - ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.34.0 - (package - (name "go-google-golang-org-grpc") - (version "1.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s8y19qvv0zfy2irq8vv12h65v7pw18k6yqfix1j2370yxmsajgm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.7" - ,go-github-com-envoyproxy-go-control-plane-0.9.7) - ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" - ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.40.0 - (package - (name "go-google-golang-org-api") - (version "0.40.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vs0bnzljg5iib8x01sy49ndgsz3cl1sq53pvy3h6kzp7may0bpc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) - ("go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d" - ,go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818" - ,go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818) - ("go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad" - ,go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" - ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-cloud-google-com-go-0.74.0" ,go-cloud-google-com-go-0.74.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210222152913-aa3ee6e6a81c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06wa7v3s558rwxsqd1kqz5xy10kigzx50ciqh3zdxsbvxqvjwxrx")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.35.0 - (package - (name "go-google-golang-org-grpc") - (version "1.35.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15ij5acp9h8dxq0brc0jljj98badri23zpm4yvmsn6gnnxaykl72")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.78.0 - (package - (name "go-cloud-google-com-go") - (version "0.78.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11wldladkcz41ivsfnbrqy2hg5wp55d72hnr2wki0zvnhbzsj376")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.35.0" ,go-google-golang-org-grpc-1.35.0) - ("go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c" - ,go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c) - ("go-google-golang-org-api-0.40.0" ,go-google-golang-org-api-0.40.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43" - ,go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43) - ("go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99" - ,go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99) - ("go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777" - ,go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777) - ("go-golang-org-x-mod-0.4.1" ,go-golang-org-x-mod-0.4.1) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e" - ,go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210220000619-9bb904979d93") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rhndpvpvfy5bsaxi974cznlq4hbamhmy6l06ppp9phh12pvn11p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210305230114-8fe3ee5dd75b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x7fn66vplxkac6lbwqv649wwnx7kz0bqdzgr98z7yx7cfdxd7rj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210303154014-9728d6b83eeb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1abic7gjp07d1s6imjfn00s316xdirss3zvcric74gr9varr02xn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.41.0 - (package - (name "go-google-golang-org-api") - (version "0.41.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yzz534xzl2km3vxr18h204yvnrzqlss02fagg2ign0sy3qnlkhx")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb" - ,go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b" - ,go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" - ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.78.0" ,go-cloud-google-com-go-0.78.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210310155132-4ce2db91004e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r5f024c4piqna27pvc28m0h44ms9rhcbihf1zn5l8prf4vvrdw9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.79.0 - (package - (name "go-cloud-google-com-go") - (version "0.79.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "031jrfgyys0slh154593d4swj6iqrjvs9dxwmab99dl6zfws77jv")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e" - ,go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e) - ("go-google-golang-org-api-0.41.0" ,go-google-golang-org-api-0.41.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" - ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" - ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210313182246-cd4f82c27b84") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1jf68sh1957ji1lv1zrrhsbm6jr3508pw159pfzgyw6hbzsg5amv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210319143718-93e7006c17a6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l143m8rn7zmbfb2rpdawhxs8qjbdpn61hqynf47j5hwsbjci2xs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.36.0 - (package - (name "go-google-golang-org-grpc") - (version "1.36.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.43.0 - (package - (name "go-google-golang-org-api") - (version "0.43.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wxxbihigjn49warampi7gqfslbnp9nrj5zmk8p3ssq429jpvsib")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) - ("go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6" - ,go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" - ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" - ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.79.0" ,go-cloud-google-com-go-0.79.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.81.0 - (package - (name "go-cloud-google-com-go") - (version "0.81.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15jgynqb5pbxqbj3a7ii970yn4srsw1dbxzxnhpkfkmplalpgyh3")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" - ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) - ("go-google-golang-org-api-0.43.0" ,go-google-golang-org-api-0.43.0) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" - ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) - ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" - ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" - ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) - ("go-github-com-google-martian-v3-3.1.0" - ,go-github-com-google-martian-v3-3.1.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.1" - ,go-github-com-golang-protobuf-1.5.1) - ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20200121045136-8c9f03a8e57e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.4.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.3 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-testify-1.6.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.6.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201110031124-69a78807bb2b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.33.2 - (package - (name "go-google-golang-org-grpc") - (version "1.33.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.23.0 - (package - (name "go-go-opencensus-io") - (version "0.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) - ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" - ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) - ("go-github-com-stretchr-testify-1.6.1" - ,go-github-com-stretchr-testify-1.6.1) - ("go-github-com-google-go-cmp-0.5.3" - ,go-github-com-google-go-cmp-0.5.3) - ("go-github-com-golang-protobuf-1.4.3" - ,go-github-com-golang-protobuf-1.4.3) - ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" - ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.4.4 - (package - (name "go-github-com-golang-mock") - (version "1.4.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200825202427-b303f430e36d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zzf6ifzjvkwin6m97jp2dndbfac0sbdr84ki79j9srhpqdigl75")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190628185345-da137c7871d7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qsiyr3irmb6ii06hivm9p2c7wqyxczms1a9v1ss5698yjr3fg47")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-google-martian-v3-3.0.0 - (package - (name "go-github-com-google-martian-v3") - (version "3.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ngvs4l6a06s8scnliq9i5pwvwpzfpa5wf9skg0gcvysli1rm3fm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian/v3")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" - ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200708004538-1a94d8640e99") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0isfwwan9vimwsfjml0phwrqv6kb83mkmk063dcb81k09gzzs3wy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200707034311-ab3426394381") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200729194436-6467de6f59a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14zpkr5idlx2zbm5dp7gk4afppy7k3j4y68s1qvpgi70yazaxzkd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190425150028-36563e24a262") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c - (package - (name "go-golang-org-x-text") - (version "0.0.0-20170915032832-14c0d48ead0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-rsc-io-sampler-1.3.0 - (package - (name "go-rsc-io-sampler") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/sampler") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) - (build-system go-build-system) - (arguments '(#:import-path "rsc.io/sampler")) - (propagated-inputs - `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" - ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) - (home-page "https://rsc.io/sampler") - (synopsis #f) - (description "Package sampler shows simple texts. -") - (license license:bsd-3))) - -(define-public go-rsc-io-quote-v3-3.1.0 - (package - (name "go-rsc-io-quote-v3") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rsc/quote") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) - (build-system go-build-system) - (arguments - '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) - (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) - (home-page "https://rsc.io/quote/v3") - (synopsis #f) - (description "Package quote collects pithy sayings. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.4.3 - (package - (name "go-github-com-golang-mock") - (version "1.4.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (propagated-inputs - `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) - ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" - ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.5 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-chzyer-logex-1.1.10 - (package - (name "go-github-com-chzyer-logex") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/logex") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/logex")) - (home-page "https://github.com/chzyer/logex") - (synopsis #f) - (description #f) - (license #f))) - -(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e - (package - (name "go-github-com-chzyer-readline") - (version "0.0.0-20180603132655-2972be24d48e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/readline") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/readline")) - (home-page "https://github.com/chzyer/readline") - (synopsis "Guide") - (description - "Readline is a pure go implementation for GNU-Readline kind library. -") - (license license:expat))) - -(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 - (package - (name "go-github-com-chzyer-test") - (version "0.0.0-20180213035817-a1ea475d72b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chzyer/test") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/chzyer/test")) - (home-page "https://github.com/chzyer/test") - (synopsis "test") - (description #f) - (license license:expat))) - -(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 - (package - (name "go-github-com-ianlancetaylor-demangle") - (version "0.0.0-20181102032728-5e5cf60278f6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ianlancetaylor/demangle") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) - (home-page "https://github.com/ianlancetaylor/demangle") - (synopsis "github.com/ianlancetaylor/demangle") - (description - "Package demangle defines functions that demangle GCC/LLVM -C++ and Rust symbol names. -This package recognizes names that were mangled according to the C++ ABI -defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI -defined at -@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191204072324-ce4227a45e2e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20200229191704-1ebb73c60ed3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" - ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) - ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" - ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) - ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" - ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) - ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" - ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) - ("go-github-com-chzyer-logex-1.1.10" - ,go-github-com-chzyer-logex-1.1.10))) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-jstemmer-go-junit-report-0.9.1 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200324143707-d3edc9973b7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-github-com-golang-mock-1.2.0 - (package - (name "go-github-com-golang-mock") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c - (package - (name "go-github-com-google-btree") - (version "0.0.0-20180813153112-4030bb1f1f0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/btree") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/btree")) - (home-page "https://github.com/google/btree") - (synopsis "BTree implementation for Go") - (description - "Package btree implements in-memory B-Trees of arbitrary degree. -") - (license license:asl2.0))) - -(define-public go-github-com-google-martian-2.1.0+incompatible - (package - (name "go-github-com-google-martian") - (version "2.1.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/martian") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/martian")) - (home-page "https://github.com/google/martian") - (synopsis "Martian Proxy") - (description - "Package martian provides an HTTP/1.1 proxy with an API for configurable -request and response modifiers. -") - (license license:asl2.0))) - -(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 - (package - (name "go-github-com-google-pprof") - (version "0.0.0-20181206194817-3ea8567a2e57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/pprof") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/pprof")) - (home-page "https://github.com/google/pprof") - (synopsis "Introduction") - (description - "pprof is a tool for collection, manipulation and visualization -of performance profiles. -") - (license license:asl2.0))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.4 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 - (package - (name "go-github-com-jstemmer-go-junit-report") - (version "0.0.0-20190106144839-af01ea7f8024") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jstemmer/go-junit-report") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) - (home-page "https://github.com/jstemmer/go-junit-report") - (synopsis "go-junit-report") - (description - "Converts @code{go test} output to an xml report, suitable for applications that -expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") - (license license:expat))) - -(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 - (package - (name "go-golang-org-x-text") - (version "0.3.1-0.20180807135948-17ff2d5776d2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c - (package - (name "go-golang-org-x-time") - (version "0.0.0-20181108054448-85acf8d2951c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/time") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/time")) - (home-page "https://golang.org/x/time") - (synopsis "Go Time") - (description "This repository provides supplementary Go time packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190301231843-5614ed5bae6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190226205417-e64efc72b421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190312170243-e65039ee4138") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-api-0.4.0 - (package - (name "go-google-golang-org-api") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190418145605-e7d98fc518a7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190106161140-3f1c8253044a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.38.0 - (package - (name "go-cloud-google-com-go") - (version "0.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" - ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" - ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) - ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) - ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" - ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) - ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" - ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) - ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" - ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" - ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) - ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" - ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" - ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) - ("go-github-com-googleapis-gax-go-v2-2.0.4" - ,go-github-com-googleapis-gax-go-v2-2.0.4) - ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" - ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" - ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.1 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-github-com-hashicorp-golang-lru-0.5.0 - (package - (name "go-github-com-hashicorp-golang-lru") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/golang-lru") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/golang-lru")) - (home-page "https://github.com/hashicorp/golang-lru") - (synopsis "golang-lru") - (description - "Package lru provides three different LRU caches of varying sophistication. -") - (license license:mpl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190307195333-5fe7a883aa19") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.21.0 - (package - (name "go-go-opencensus-io") - (version "0.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" - ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-hashicorp-golang-lru-0.5.0" - ,go-github-com-hashicorp-golang-lru-0.5.0) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190409202823-959b441ac422") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190503192946-f4e77d36d62c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20190604053449-0f29369cfe45") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190507160741-ecd444e8653b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.5.0 - (package - (name "go-google-golang-org-appengine") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.20.0 - (package - (name "go-google-golang-org-api") - (version "0.20.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-google-golang-org-appengine-1.5.0" - ,go-google-golang-org-appengine-1.5.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" - ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" - ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) - ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" - ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) - ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" - ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) - ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) - ("go-github-com-hashicorp-golang-lru-0.5.1" - ,go-github-com-hashicorp-golang-lru-0.5.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-github-com-google-renameio-0.1.0 - (package - (name "go-github-com-google-renameio") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/renameio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/renameio")) - (home-page "https://github.com/google/renameio") - (synopsis "Atomicity vs durability") - (description - "Package renameio provides a way to atomically create or replace a file or -symbolic link. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20180628173108-788fd7840127") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-errgo-v2-2.1.0 - (package - (name "go-gopkg-in-errgo-v2") - (version "2.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/errgo.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" - ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) - (home-page "https://gopkg.in/errgo.v2") - (synopsis #f) - (description - "Package errgo provides some primitives for error creation and handling.") - (license license:bsd-3))) - -(define-public go-github-com-rogpeppe-go-internal-1.3.0 - (package - (name "go-github-com-rogpeppe-go-internal") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rogpeppe/go-internal") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/rogpeppe/go-internal")) - (propagated-inputs - `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) - (home-page "https://github.com/rogpeppe/go-internal") - (synopsis #f) - (description - "This repository factors out an opinionated selection of internal packages and functionality from the Go standard -library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190510104115-cbcb75029529") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e - (package - (name "go-golang-org-x-mod") - (version "0.0.0-20190513183733-4bf6d317e70e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" - ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191130070609-6e064ea0cf2d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 - (package - (name "go-honnef-co-go-tools") - (version "0.0.1-2020.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" - ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) - ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" - ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) - ("go-github-com-rogpeppe-go-internal-1.3.0" - ,go-github-com-rogpeppe-go-internal-1.3.0) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-google-renameio-0.1.0" - ,go-github-com-google-renameio-0.1.0) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1))) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-cloud-google-com-go-0.56.0 - (package - (name "go-cloud-google-com-go") - (version "0.56.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bpx84q7byxr5rp197qcg3pl56acs8v1q555frxgcqygxwjacszf")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.1-2020.1.3" - ,go-honnef-co-go-tools-0.0.1-2020.1.3) - ("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) - ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" - ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) - ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) - ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" - ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" - ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) - ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" - ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" - ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) - ("go-github-com-google-martian-2.1.0+incompatible" - ,go-github-com-google-martian-2.1.0+incompatible) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.5" - ,go-github-com-golang-protobuf-1.3.5) - ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) - ("go-cloud-google-com-go-storage-1.6.0" - ,go-cloud-google-com-go-storage-1.6.0) - ("go-cloud-google-com-go-pubsub-1.2.0" - ,go-cloud-google-com-go-pubsub-1.2.0) - ("go-cloud-google-com-go-datastore-1.1.0" - ,go-cloud-google-com-go-datastore-1.1.0) - ("go-cloud-google-com-go-bigquery-1.4.0" - ,go-cloud-google-com-go-bigquery-1.4.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.3 - (package - (name "go-go-opencensus-io") - (version "0.22.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200317015054-43a5402ce75a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200331124033-c3d80250170d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nswjhkg7yixla0b3d8xwzf94rawwyjrxipay3ffdvm426n0ld42")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.1.25 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.25") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cr3mk8pr7vsyisgrvln5ailnnn9xhardcy8mkshybk5c3n1kw5k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200331025713-a30bf2db82d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rb488ydwi24zmd1zvsv8k8srs3q6xnqqfdar538hssqgljyvp7l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.25" - ,go-github-com-yuin-goldmark-1.1.25))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.5 - (package - (name "go-google-golang-org-appengine") - (version "1.6.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200331122359-1ee6d9798940") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zsp55d7xjc0b3yw5jjpvbsc0gkji1c1j2vxmcwm89dh26rz4jwd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.28.0 - (package - (name "go-google-golang-org-grpc") - (version "1.28.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m36rg3w2mf4r3383yf0r1pjrz890mdw506h1lpm6bkc8w3kyqz3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.29.0 - (package - (name "go-google-golang-org-api") - (version "0.29.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y6izqcc6krill33pb57fbgbs7ni3jxyf3knm5jkl4qydsj9303h")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) - ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" - ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) - ("go-google-golang-org-appengine-1.6.5" - ,go-google-golang-org-appengine-1.6.5) - ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" - ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) - ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" - ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) - ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" - ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-cloud-google-com-go-0.56.0" ,go-cloud-google-com-go-0.56.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200729003335-053ba62fc06f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h34qgr4lqy1l0niay3gzqh6pc63y2xh1mmp8757y8jsrdz1s5fv")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.30.0 - (package - (name "go-google-golang-org-grpc") - (version "1.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.62.0 - (package - (name "go-cloud-google-com-go") - (version "0.62.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00x1nlq4fvvxrwx24firscav511qwck3zl6ghs9p6zzzixla8r5h")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) - ("go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f" - ,go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f) - ("go-google-golang-org-api-0.29.0" ,go-google-golang-org-api-0.29.0) - ("go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7" - ,go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" - ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" - ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) - ("go-github-com-google-martian-v3-3.0.0" - ,go-github-com-google-martian-v3-3.0.0) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-github-com-googleapis-gax-go-v2-2.0.5 - (package - (name "go-github-com-googleapis-gax-go-v2") - (version "2.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/gax-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.19.0" - ,go-google-golang-org-grpc-1.19.0))) - (home-page "https://github.com/googleapis/gax-go") - (synopsis #f) - (description - "Package gax contains a set of modules which aid the development of APIs -for clients and servers based on gRPC and Google API conventions. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 - (package - (name "go-github-com-golang-groupcache") - (version "0.0.0-20190702054246-869f871628b6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/groupcache") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/groupcache")) - (home-page "https://github.com/golang/groupcache") - (synopsis "groupcache") - (description - "Package groupcache provides a data loading mechanism with caching -and de-duplication that works across a set of peer processes. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190502145724-3ef323f4f1fd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190227155943-e225da77a7e6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190425155659-357c62f0e4bb") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" - ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.20.1 - (package - (name "go-google-golang-org-grpc") - (version "1.20.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-go-opencensus-io-0.22.4 - (package - (name "go-go-opencensus-io") - (version "0.22.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "10skbvs4yxjm3z10yfg5cj2mdzjsna87qk1icp9xv0iwp8wzq6h0")))) - (build-system go-build-system) - (arguments '(#:import-path "go.opencensus.io")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) - ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" - ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) - ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" - ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" - ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) - (home-page "https://go.opencensus.io") - (synopsis "OpenCensus Libraries for Go") - (description "Package opencensus contains Go support for OpenCensus. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20200302205851-738671d3881b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.34.0 - (package - (name "go-cloud-google-com-go") - (version "0.34.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190108225652-1e06a53dbb7e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20200107190931-bf48bf16ab8d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" - ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) - ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200803210538-64077c9b5642") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pdrkim9v0wbxipl586d29vz4ci9xib0f02g6yv7c0nang627pag")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.1.32 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.32") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03i9yq6n3yvn5v70xi6x3pn49ndy8zm4217ihwwhlw2nkwhny7a5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20200625001655-4c5254603344 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200625001655-4c5254603344") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1da0a1m488d95vggpi52dkag98n5671ml6sn80nwv6lgbmdx8qbq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20200625203802-6e8e738ad208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200804011535-6c149bb5ef0d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l244hp5n0qff7nmvcffggjv7jm4061g63g76z967zvdqcxh23i2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" - ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.1.32" - ,go-github-com-yuin-goldmark-1.1.32))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200804131852-c06518451d9c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wl9bhr94yf0b8lc947zr0iwm3l20irzy869xczfd6z0a1g54gsa")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.30.0 - (package - (name "go-google-golang-org-api") - (version "0.30.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vh5rrc6hvzh1rqawrwr4nyilnr3dgqx1pr2njjzdg0prfmflm5p")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) - ("go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c" - ,go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c) - ("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d" - ,go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d) - ("go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642" - ,go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642) - ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" - ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-cloud-google-com-go-0.62.0" ,go-cloud-google-com-go-0.62.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.24.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.24.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200825200019-8632dd797987") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0h8s1mz8pbdiwmv2g61afa7f05zin3m6mdy2fmny6wcidz4w2i3k")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.24.0" - ,go-google-golang-org-protobuf-1.24.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20191209042840-269d4d468f6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.3.3 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.31.0 - (package - (name "go-google-golang-org-grpc") - (version "1.31.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1y3lilpipmaysjk4skbzw1qa6lv05vzixzw9lg9x73xfb01q4nyz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.3.3" - ,go-github-com-golang-protobuf-1.3.3) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.4" - ,go-github-com-envoyproxy-go-control-plane-0.9.4) - ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" - ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-cloud-google-com-go-0.65.0 - (package - (name "go-cloud-google-com-go") - (version "0.65.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xrcg39jrw90gq8vl8pfq63sp3bkak04wh392yj5rh4lc1a4lxjq")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) - ("go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987" - ,go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987) - ("go-google-golang-org-api-0.30.0" ,go-google-golang-org-api-0.30.0) - ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d" - ,go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d) - ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" - ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" - ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) - ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) - ("go-github-com-jstemmer-go-junit-report-0.9.1" - ,go-github-com-jstemmer-go-junit-report-0.9.1) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" - ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) - ("go-github-com-google-martian-v3-3.0.0" - ,go-github-com-google-martian-v3-3.0.0) - ("go-github-com-google-go-cmp-0.5.1" - ,go-github-com-google-go-cmp-0.5.1) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) - ("go-cloud-google-com-go-storage-1.10.0" - ,go-cloud-google-com-go-storage-1.10.0))) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200323222414-85ca7c5b95cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200822124328-c89045814202") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" - ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.6 - (package - (name "go-google-golang-org-appengine") - (version "1.6.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602 - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20210402161424-2e8d93401602") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j1crxa78gip3hxrds5jngi034j4zm4q3z7r8bqs3rjxnwcki9ig")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.6.6" - ,go-google-golang-org-appengine-1.6.6) - ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" - ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) - ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210403161142-5e06dd20ab57") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1acdn06771rxjg38ql9wl8dr1vf23nazjnvk6105z3hddnh14fgb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190603091049-60506f45cf65") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0827yz7irmnzcdhw8vg74819jaw5ahs4w4v5fvzgfvnxyb9f6zcc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.2 - (package - (name "go-golang-org-x-text") - (version "0.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.6.7 - (package - (name "go-google-golang-org-appengine") - (version "1.6.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) - ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" - ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.5.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qx8gvsdx1w27vamw6wn1jns2d8pz0g9sji3l0hvs4wl1jf7p32d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20201208152925-83fdc39ff7b5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210315160823-c6e025ad8005") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dy8j3gvbkng0vy2wgdiy48871j4vchgsks2ggfxcx4jg32d2qsr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210316092652-d523dce5a7f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01hhvh6msyg11adxhgjwzbv4jprq5ajzkxxb16ln3dqv4na9b2k1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005" - ,go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210320140829-1e4c9ba3b0c4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nrxjq5j058sba9s5g65l5rdw6b4f335lxa7hhcf57paklym1qgr")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.1.0 - (package - (name "go-golang-org-x-tools") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" - ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210402141018-6c239bbf2bb1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xih6y4dwjj939ilwc5s6w419kjnkn1hw33jsgml0nkjcnac74wc")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" - ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) - ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" - ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-github-com-golang-protobuf-1.5.1" - ,go-github-com-golang-protobuf-1.5.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20201210154907-fd9021fe5dad") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.36.1 - (package - (name "go-google-golang-org-grpc") - (version "1.36.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l3prxp18lb0pagqg4l6c9i0l6gakfxgf6vxcsv589i0xsxw8ivm")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-api-0.44.0 - (package - (name "go-google-golang-org-api") - (version "0.44.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-api-go-client") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sh6qzc3pnyliy10afrmzpfbbbm2mwcyc6mp5422xhgp3p2x370x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/api")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) - ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" - ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) - ("go-google-golang-org-appengine-1.6.7" - ,go-google-golang-org-appengine-1.6.7) - ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) - ("go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57" - ,go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602" - ,go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602) - ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" - ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) - ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) - ("go-github-com-googleapis-gax-go-v2-2.0.5" - ,go-github-com-googleapis-gax-go-v2-2.0.5) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-cloud-google-com-go-0.81.0" ,go-cloud-google-com-go-0.81.0))) - (home-page "https://google.golang.org/api") - (synopsis "Google APIs Client Library for Go") - (description - "Package api is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of -sub-packages. -") - (license license:bsd-3))) - -(define-public go-github-com-bketelsen-crypt-0.0.4 - (package - (name "go-github-com-bketelsen-crypt") - (version "0.0.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bketelsen/crypt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fyfcvy73zskd1p1mv0cn03anxkkr5gvlawsc87znqk60hdypq3v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bketelsen/crypt")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) - ("go-google-golang-org-api-0.44.0" ,go-google-golang-org-api-0.44.0) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9) - ("go-go-etcd-io-etcd-client-v2-2.305.0" - ,go-go-etcd-io-etcd-client-v2-2.305.0) - ("go-github-com-hashicorp-consul-api-1.1.0" - ,go-github-com-hashicorp-consul-api-1.1.0) - ("go-cloud-google-com-go-firestore-1.1.0" - ,go-cloud-google-com-go-firestore-1.1.0))) - (home-page "https://github.com/bketelsen/crypt") - (synopsis "crypt") - (description - "You can use crypt as a command line tool or as a configuration library:") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20191005200804-aed5e4c7ecf9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-fsnotify-fsnotify-1.4.9 - (package - (name "go-github-com-fsnotify-fsnotify") - (version "1.4.9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/fsnotify/fsnotify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/fsnotify/fsnotify")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" - ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) - (home-page "https://github.com/fsnotify/fsnotify") - (synopsis "File system notifications for Go") - (description - "Package fsnotify provides a platform-independent interface for file system notifications. -") - (license license:bsd-3))) - -(define-public go-github-com-hashicorp-hcl-1.0.0 - (package - (name "go-github-com-hashicorp-hcl") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hashicorp/hcl") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hashicorp/hcl")) - (propagated-inputs - `(("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/hashicorp/hcl") - (synopsis "HCL") - (description "Package hcl decodes HCL into usable Go structures. -") - (license license:mpl2.0))) - -(define-public go-github-com-magiconair-properties-1.8.5 - (package - (name "go-github-com-magiconair-properties") - (version "1.8.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magiconair/properties") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/magiconair/properties")) - (home-page "https://github.com/magiconair/properties") - (synopsis "Overview") - (description - "Package properties provides functions for reading and writing -ISO-8859-1 and UTF-8 encoded .properties files and has -support for recursive property expansion. -") - (license license:bsd-2))) - -(define-public go-github-com-mitchellh-mapstructure-1.4.1 - (package - (name "go-github-com-mitchellh-mapstructure") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mitchellh/mapstructure") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m98wiadb6kdnzv21m8p7nk1jb30zpjh47fkb1dg251r3m7bj47v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mitchellh/mapstructure")) - (home-page "https://github.com/mitchellh/mapstructure") - (synopsis "mapstructure") - (description - "Package mapstructure exposes functionality to convert one arbitrary -Go type into another, typically to convert a map[string]interface{} -into a native Go structure. -") - (license license:expat))) - -(define-public go-github-com-pelletier-go-toml-1.9.3 - (package - (name "go-github-com-pelletier-go-toml") - (version "1.9.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pelletier/go-toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pelletier/go-toml")) - (home-page "https://github.com/pelletier/go-toml") - (synopsis "go-toml") - (description "Package toml is a TOML parser and manipulation library. -") - (license #f))) - -(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 - (package - (name "go-github-com-gopherjs-gopherjs") - (version "0.0.0-20181017120253-0766667cb4d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gopherjs/gopherjs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gopherjs/gopherjs")) - (home-page "https://github.com/gopherjs/gopherjs") - (synopsis "GopherJS - A compiler from Go to JavaScript") - (description - "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") - (license license:bsd-2))) - -(define-public go-github-com-jtolds-gls-4.20.0+incompatible - (package - (name "go-github-com-jtolds-gls") - (version "4.20.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jtolio/gls") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/jtolds/gls")) - (home-page "https://github.com/jtolds/gls") - (synopsis "gls") - (description "Package gls implements goroutine-local storage. -") - (license license:expat))) - -(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d - (package - (name "go-github-com-smartystreets-assertions") - (version "0.0.0-20180927180507-b2de0cb4f26d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/assertions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/assertions")) - (home-page "https://github.com/smartystreets/assertions") - (synopsis #f) - (description - "Package assertions contains the implementations for all assertions which -are referenced in goconvey's `convey` package -(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) -for use with the So(...) method. -They can also be used in traditional Go test functions and even in -applications. -") - (license license:expat))) - -(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190328211700-ab21143f2384") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-smartystreets-goconvey-1.6.4 - (package - (name "go-github-com-smartystreets-goconvey") - (version "1.6.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smartystreets/goconvey") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/smartystreets/goconvey")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" - ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) - ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" - ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) - ("go-github-com-jtolds-gls-4.20.0+incompatible" - ,go-github-com-jtolds-gls-4.20.0+incompatible) - ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" - ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) - (home-page "https://github.com/smartystreets/goconvey") - (synopsis "GoConvey is awesome Go testing") - (description - "This executable provides an HTTP server that watches for file system changes -to .go files within the working directory (and all nested go packages). -Navigating to the configured host and port in a web browser will display the -latest results of running `go test` in each go package. -") - (license license:expat))) - -(define-public go-github-com-kr-fs-0.1.0 - (package - (name "go-github-com-kr-fs") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/fs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/fs")) - (home-page "https://github.com/kr/fs") - (synopsis #f) - (description "Package fs provides filesystem-related functions. -") - (license license:bsd-3))) - -(define-public go-github-com-pkg-sftp-1.10.1 - (package - (name "go-github-com-pkg-sftp") - (version "1.10.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/sftp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iw6lijdljwh5xw5hsy0b578cr52h6vvm7hbnzlrvciwhh4sfhhp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/sftp")) - (propagated-inputs - `(("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" - ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-kr-fs-0.1.0" ,go-github-com-kr-fs-0.1.0))) - (home-page "https://github.com/pkg/sftp") - (synopsis "sftp") - (description - "Package sftp implements the SSH File Transfer Protocol as described in -@url{https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02,https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02} -") - (license license:bsd-2))) - -(define-public go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190820162420-60c769a6c586") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wy2pg38dz29vf1h48yfqf8m3jqvwnbdw8vkk3ldlj5d8fbbbmv8")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-spf13-afero-1.6.0 - (package - (name "go-github-com-spf13-afero") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/afero") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" - ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) - ("go-github-com-pkg-sftp-1.10.1" ,go-github-com-pkg-sftp-1.10.1))) - (home-page "https://github.com/spf13/afero") - (synopsis "Overview") - (description - "This package provides a FileSystem Abstraction System for Go") - (license license:asl2.0))) - -(define-public go-github-com-spf13-cast-1.3.1 - (package - (name "go-github-com-spf13-cast") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cast") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cast")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/cast") - (synopsis "cast") - (description "Package cast provides easy and safe casting in Go. -") - (license license:expat))) - -(define-public go-github-com-spf13-jwalterweatherman-1.1.0 - (package - (name "go-github-com-spf13-jwalterweatherman") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/jwalterweatherman") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/spf13/jwalterweatherman") - (synopsis "jWalterWeatherman") - (description - "Seamless printing to the terminal (stdout) and logging to a io.Writer -(file) thatâ\x80\x99s as easy to use as fmt.Println.") - (license license:expat))) - -(define-public go-github-com-subosito-gotenv-1.2.0 - (package - (name "go-github-com-subosito-gotenv") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/subosito/gotenv") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/subosito/gotenv")) - (home-page "https://github.com/subosito/gotenv") - (synopsis "gotenv") - (description - "Package gotenv provides functionality to dynamically load the environment variables -") - (license license:expat))) - -(define-public go-gopkg-in-ini-v1-1.62.0 - (package - (name "go-gopkg-in-ini-v1") - (version "1.62.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/ini.v1") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/ini.v1" #:unpack-path "gopkg.in/ini.v1")) - (home-page "https://gopkg.in/ini.v1") - (synopsis "INI") - (description - "Package ini provides INI file read and write functionality in Go. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-viper-1.8.1 - (package - (name "go-github-com-spf13-viper") - (version "1.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/viper") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/viper")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-gopkg-in-ini-v1-1.62.0" ,go-gopkg-in-ini-v1-1.62.0) - ("go-github-com-subosito-gotenv-1.2.0" - ,go-github-com-subosito-gotenv-1.2.0) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-spf13-jwalterweatherman-1.1.0" - ,go-github-com-spf13-jwalterweatherman-1.1.0) - ("go-github-com-spf13-cast-1.3.1" ,go-github-com-spf13-cast-1.3.1) - ("go-github-com-spf13-afero-1.6.0" ,go-github-com-spf13-afero-1.6.0) - ("go-github-com-smartystreets-goconvey-1.6.4" - ,go-github-com-smartystreets-goconvey-1.6.4) - ("go-github-com-pelletier-go-toml-1.9.3" - ,go-github-com-pelletier-go-toml-1.9.3) - ("go-github-com-mitchellh-mapstructure-1.4.1" - ,go-github-com-mitchellh-mapstructure-1.4.1) - ("go-github-com-magiconair-properties-1.8.5" - ,go-github-com-magiconair-properties-1.8.5) - ("go-github-com-hashicorp-hcl-1.0.0" - ,go-github-com-hashicorp-hcl-1.0.0) - ("go-github-com-fsnotify-fsnotify-1.4.9" - ,go-github-com-fsnotify-fsnotify-1.4.9) - ("go-github-com-bketelsen-crypt-0.0.4" - ,go-github-com-bketelsen-crypt-0.0.4))) - (home-page "https://github.com/spf13/viper") - (synopsis "Install") - (description "Many Go projects are built using Viper including:") - (license license:expat))) - -(define-public go-github-com-spf13-cobra-1.2.1 - (package - (name "go-github-com-spf13-cobra") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/cobra") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "091kz3xnlsgpqb90fc5nhjr4yfr8b8sjnyl0zd4wm1fgzkpw09jh")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/cobra")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-github-com-spf13-viper-1.8.1" ,go-github-com-spf13-viper-1.8.1) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" - ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) - (home-page "https://github.com/spf13/cobra") - (synopsis "Table of Contents") - (description - "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. -In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20200313102051-9f266ea9e77c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-github-com-stretchr-testify-1.7.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.7.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" - ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20211117183948-ae814b36b871") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01d5llpsijgbgm8px6mhaknqwh8g707zc5i5744gcndr8w0649sk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" - ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) - ("go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2" - ,go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d - (package - (name "go-github-com-shopify-logrus-bugsnag") - (version "0.0.0-20171204204709-577dee27f20d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Shopify/logrus-bugsnag") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l3yahk77vzgmjs7baf8g14sv33jj04rw73iind4wayg40lfgrp8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Shopify/logrus-bugsnag")) - (home-page "https://github.com/Shopify/logrus-bugsnag") - (synopsis "logrus-bugsnag") - (description - "logrus-bugsnag is a hook that allows @url{https://github.com/sirupsen/logrus,Logrus} to interface with @url{https://bugsnag.com,Bugsnag}.") - (license license:expat))) - -(define-public go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0 - (package - (name "go-github-com-bshuster-repo-logrus-logstash-hook") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bshuster-repo/logrus-logstash-hook") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1akr33xzj4jr65mc9kvfjh1wlhw8fbr3hbh4rr816kxfns3c0gwd")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) - (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") - (synopsis "Logstash hook for logrus") - (description - "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") - (license license:expat))) - -(define-public go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd - (package - (name "go-github-com-bugsnag-bugsnag-go") - (version "0.0.0-20141110184014-b1d153021fcd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/bugsnag-go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "057vwigfzq42p9vkk9yhy8vkvgdmh6653rc988jmvmrkwbgvb352")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) - (home-page "https://github.com/bugsnag/bugsnag-go") - (synopsis "Bugsnag error reporter for Go") - (description - "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). -") - (license license:expat))) - -(define-public go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b - (package - (name "go-github-com-bugsnag-osext") - (version "0.0.0-20130617224835-0dd3f918b21b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/osext") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02pczqml6p1mnfdrygm3rs02g0r65qx8v1bi3x24dx8wv9dr5y23")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/osext")) - (home-page "https://github.com/bugsnag/osext") - (synopsis #f) - (description "Extensions to the standard \"os\" package. -") - (license license:zlib))) - -(define-public go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0 - (package - (name "go-github-com-bugsnag-panicwrap") - (version "0.0.0-20151223152923-e2c28503fcd0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bugsnag/panicwrap") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02z1q18s83xhfsz3n8bzv071a6n0irlad11yxppaf7015a7dl446")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/bugsnag/panicwrap")) - (home-page "https://github.com/bugsnag/panicwrap") - (synopsis "panicwrap") - (description - "The panicwrap package provides functions for capturing and handling -panics in your application. It does this by re-executing the running -application and monitoring stderr for any panics. At the same time, -stdout/stderr/etc. are set to the same values so that data is shuttled -through properly, making the existence of panicwrap mostly transparent. -") - (license license:expat))) - -(define-public go-github-com-docker-distribution-2.7.1+incompatible - (package - (name "go-github-com-docker-distribution") - (version "2.7.1+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/distribution/distribution") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/distribution")) - (home-page "https://github.com/docker/distribution") - (synopsis "Distribution") - (description - "Package distribution will define the interfaces for the components of -docker distribution. The goal is to allow users to reliably package, ship -and store content related to docker images. -") - (license license:asl2.0))) - -(define-public go-github-com-danieljoos-wincred-1.1.0 - (package - (name "go-github-com-danieljoos-wincred") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/danieljoos/wincred") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0fllr8lwk70qb8gfndkgshfq5c7p8zdpp47bcd3816giv5w78vxi")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/danieljoos/wincred")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1))) - (home-page "https://github.com/danieljoos/wincred") - (synopsis "wincred") - (description - "Package wincred provides primitives for accessing the Windows Credentials Management API. -This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210119212857-b64e53b001e4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-docker-docker-credential-helpers-0.6.4 - (package - (name "go-github-com-docker-docker-credential-helpers") - (version "0.6.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/docker-credential-helpers") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xsz8zgil2xrv835p3i6qbk7s81jz62sgasfvmmxi6lrkirahmh6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/docker-credential-helpers")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" - ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) - ("go-github-com-danieljoos-wincred-1.1.0" - ,go-github-com-danieljoos-wincred-1.1.0))) - (home-page "https://github.com/docker/docker-credential-helpers") - (synopsis "Introduction") - (description - "docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.") - (license license:expat))) - -(define-public go-github-com-docker-go-connections-0.4.0 - (package - (name "go-github-com-docker-go-connections") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-connections") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mv6f6b5nljc17dmwmc28hc0y11pqglz7x0d2mjrwdmfxf64hwqq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-connections")) - (home-page "https://github.com/docker/go-connections") - (synopsis "Introduction") - (description - "Package connections provides libraries to work with network connections. -This library is divided in several components for specific usage. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c - (package - (name "go-github-com-docker-go-events") - (version "0.0.0-20190806004212-e31b211e4f1c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-events") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-events")) - (home-page "https://github.com/docker/go-events") - (synopsis "Docker Events Package") - (description - "The Docker @code{events} package implements a composable event distribution package -for Go.") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.7 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" - ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-prometheus-common-0.6.0 - (package - (name "go-github-com-prometheus-common") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1q16br348117ffycxdwsldb0i39p34miclfa8z93k6vjwnrqbh2l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.3 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190801041406-cbf593c0f2f3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zmcmckinhclcwlvznjqvs31aww8jnf6pjm9is0nq8lqlvipg5ls")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-client-golang-1.1.0 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3" - ,go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3) - ("go-github-com-prometheus-procfs-0.0.3" - ,go-github-com-prometheus-procfs-0.0.3) - ("go-github-com-prometheus-common-0.6.0" - ,go-github-com-prometheus-common-0.6.0) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-json-iterator-go-1.1.7" - ,go-github-com-json-iterator-go-1.1.7) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-beorn7-perks-1.0.1" - ,go-github-com-beorn7-perks-1.0.1))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-docker-go-metrics-0.0.1 - (package - (name "go-github-com-docker-go-metrics") - (version "0.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-metrics") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1b6f1889chmwlsgrqxylnks2jic16j2dqhsdd1dvaklk48ky95ga")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-metrics")) - (propagated-inputs - `(("go-github-com-prometheus-client-golang-1.1.0" - ,go-github-com-prometheus-client-golang-1.1.0))) - (home-page "https://github.com/docker/go-metrics") - (synopsis "go-metrics") - (description - "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") - (license (list license:asl2.0 license:cc-by-sa4.0)))) - -(define-public go-github-com-docker-go-units-0.4.0 - (package - (name "go-github-com-docker-go-units") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-units") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/go-units")) - (home-page "https://github.com/docker/go-units") - (synopsis "Introduction") - (description - "Package units provides helper function to parse and print size and time units -in human-readable format. -") - (license license:asl2.0))) - -(define-public go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1 - (package - (name "go-github-com-docker-libtrust") - (version "0.0.0-20150114040149-fa567046d9b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/libtrust") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1121c7fxarzyr3fvxyzfw8qs4hb8k92dsix26s5vxncgszl5svf2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/docker/libtrust")) - (home-page "https://github.com/docker/libtrust") - (synopsis "libtrust") - (description - "Package libtrust provides an interface for managing authentication and -authorization using public key cryptography. Authentication is handled -using the identity attached to the public key and verified through TLS -x509 certificates, a key challenge, or signature. Authorization and -access control is managed through a trust graph distributed between -both remote trust servers and locally cached and managed data. -") - (license license:asl2.0))) - -(define-public go-github-com-yuin-goldmark-1.1.27 - (package - (name "go-github-com-yuin-goldmark") - (version "1.1.27") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.2.0 - (package - (name "go-golang-org-x-mod") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b - (package - (name "go-golang-org-x-net") - (version "0.0.0-20200226121028-0de0cce0169b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200619180055-7c47624df98f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" - ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) - ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) - ("go-github-com-yuin-goldmark-1.1.27" - ,go-github-com-yuin-goldmark-1.1.27))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-kisielk-errcheck-1.5.0 - (package - (name "go-github-com-kisielk-errcheck") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/errcheck") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/errcheck")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" - ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) - (home-page "https://github.com/kisielk/errcheck") - (synopsis "errcheck") - (description - "errcheck is a program for checking for unchecked errors in go programs.") - (license license:expat))) - -(define-public go-github-com-kisielk-gotool-1.0.0 - (package - (name "go-github-com-kisielk-gotool") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kisielk/gotool") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kisielk/gotool")) - (home-page "https://github.com/kisielk/gotool") - (synopsis "gotool") - (description - "Package gotool contains utility functions used to implement the standard -\"cmd/go\" tool, provided as a convenience to developers who want to write -tools with similar semantics. -") - (license license:expat))) - -(define-public go-github-com-yuin-goldmark-1.2.1 - (package - (name "go-github-com-yuin-goldmark") - (version "1.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-mod-0.3.0 - (package - (name "go-golang-org-x-mod") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20200622213623-75b288015ac9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200930185726-fdedc70b468f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20201021035429-f5854403a974") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" - ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) - ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" - ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201020160332-67f06af15bc9") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20210106214847-113979e3529a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" - ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) - ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" - ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) - ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) - ("go-github-com-yuin-goldmark-1.2.1" - ,go-github-com-yuin-goldmark-1.2.1))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-github-com-gogo-protobuf-1.3.2 - (package - (name "go-github-com-gogo-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" - ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) - ("go-github-com-kisielk-gotool-1.0.0" - ,go-github-com-kisielk-gotool-1.0.0) - ("go-github-com-kisielk-errcheck-1.5.0" - ,go-github-com-kisielk-errcheck-1.5.0))) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-gomodule-redigo-1.8.2 - (package - (name "go-github-com-gomodule-redigo") - (version "1.8.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gomodule/redigo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wp37175n4lgkq234px9vx0c7mdx8sx3d45zky73az8zbabirwga")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gomodule/redigo")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1))) - (home-page "https://github.com/gomodule/redigo") - (synopsis "Redigo") - (description - "Redigo is a @url{http://golang.org/,Go} client for the @url{http://redis.io/,Redis} database.") - (license license:asl2.0))) - -(define-public go-github-com-felixge-httpsnoop-1.0.1 - (package - (name "go-github-com-felixge-httpsnoop") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/felixge/httpsnoop") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ncd8lar5zxiwjhsp315s4hsl4bhnm271h49jhyxc66r5yffgmac")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/felixge/httpsnoop")) - (home-page "https://github.com/felixge/httpsnoop") - (synopsis "httpsnoop") - (description - "Package httpsnoop provides an easy way to capture http related metrics (i.e. -response time, bytes written, and http status code) from your application's -http.Handlers. -") - (license license:expat))) - -(define-public go-github-com-gorilla-handlers-1.5.1 - (package - (name "go-github-com-gorilla-handlers") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/handlers") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15gycdz9lkjnsvvichsbdf25vf6pi1sfn41khhz53iqf300l0w0s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/handlers")) - (propagated-inputs - `(("go-github-com-felixge-httpsnoop-1.0.1" - ,go-github-com-felixge-httpsnoop-1.0.1))) - (home-page "https://github.com/gorilla/handlers") - (synopsis "gorilla/handlers") - (description - "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use -with Go's net/http package (or any framework supporting http.Handler). -") - (license license:bsd-2))) - -(define-public go-github-com-gorilla-mux-1.8.0 - (package - (name "go-github-com-gorilla-mux") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gorilla/mux") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18f0q9qxgq1yh4ji07mqhiydfcwvi56z9d775v7dc7yckj33kpdk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gorilla/mux")) - (home-page "https://github.com/gorilla/mux") - (synopsis "gorilla/mux") - (description "Package mux implements a request router and dispatcher. -") - (license license:bsd-3))) - -(define-public go-github-com-inconshreveable-mousetrap-1.0.0 - (package - (name "go-github-com-inconshreveable-mousetrap") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/inconshreveable/mousetrap") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) - (home-page "https://github.com/inconshreveable/mousetrap") - (synopsis "mousetrap") - (description "mousetrap is a tiny library that answers a single question.") - (license license:asl2.0))) - -(define-public go-github-com-klauspost-compress-1.11.13 - (package - (name "go-github-com-klauspost-compress") - (version "1.11.13") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/klauspost/compress") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19l2rbh6vg0ly4qp2gn5lf39ijggf7asav7lxziikkhjqqb4223j")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/klauspost/compress")) - (home-page "https://github.com/klauspost/compress") - (synopsis "compress") - (description "This package provides various compression algorithms.") - (license #f))) - -(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369 - (package - (name "go-github-com-matttproud-golang-protobuf-extensions") - (version "1.0.2-0.20181231171920-c182affec369") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/matttproud/golang_protobuf_extensions") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/matttproud/golang_protobuf_extensions") - (synopsis "Overview") - (description - "This repository provides various Protocol Buffer extensions for the Go -language (golang), namely support for record length-delimited message -streaming.") - (license license:asl2.0))) - -(define-public go-github-com-moby-locker-1.0.1 - (package - (name "go-github-com-moby-locker") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/locker") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07rc2c6h35f9mcy81jp382a030f6xmcifi9n5jnlayybfwxmpjir")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/moby/locker")) - (home-page "https://github.com/moby/locker") - (synopsis "Locker") - (description - "Package locker provides a mechanism for creating finer-grained locking to help -free up more global locks to handle other tasks. -") - (license license:asl2.0))) - -(define-public go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78 - (package - (name "go-github-com-azure-go-ansiterm") - (version "0.0.0-20170929234023-d6e3b3328b78") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Azure/go-ansiterm") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/Azure/go-ansiterm")) - (home-page "https://github.com/Azure/go-ansiterm") - (synopsis "go-ansiterm") - (description - "This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.") - (license license:expat))) - -(define-public go-github-com-pkg-errors-0.9.1 - (package - (name "go-github-com-pkg-errors") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200302150141-5c8b2ff67527") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gotest-tools-2.2.0+incompatible - (package - (name "go-gotest-tools") - (version "2.2.0+incompatible") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl")))) - (build-system go-build-system) - (arguments '(#:import-path "gotest.tools")) - (home-page "https://gotest.tools") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.3 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190624222133-a101b041ded4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-gotest-tools-v3-3.0.2 - (package - (name "go-gotest-tools-v3") - (version "3.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gotestyourself/gotest.tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0cap2aq2wphnbkkzkck5zdjxb64q3jqxfwpkgqys7279rbr8cvjm")))) - (build-system go-build-system) - (arguments - '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" - ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) - ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://gotest.tools/v3") - (synopsis "gotest.tools") - (description - "Package gotesttools is a collection of packages to augment `testing` and -support common patterns. -") - (license license:asl2.0))) - -(define-public go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd - (package - (name "go-github-com-moby-term") - (version "0.0.0-20200312100748-672ec06f55cd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/moby/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xspasm3d101hmjsayrbx6az4r4ybbg5gkj13qybhpq674a6kkwn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/moby/term")) - (propagated-inputs - `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) - ("go-gotest-tools-2.2.0+incompatible" - ,go-gotest-tools-2.2.0+incompatible) - ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" - ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" - ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78))) - (home-page "https://github.com/moby/term") - (synopsis "term - utilities for dealing with terminals") - (description - "Package term provides structures and helper functions to work with -terminal (state, sizes). -") - (license license:asl2.0))) - -(define-public go-github-com-morikuni-aec-1.0.0 - (package - (name "go-github-com-morikuni-aec") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/morikuni/aec") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1qaqh0lk9wrqgff0yrxnbznvmwyhdxy3g9b2hjpazp5bw4nj0dp7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/morikuni/aec")) - (home-page "https://github.com/morikuni/aec") - (synopsis "aec") - (description "Go wrapper for ANSI escape code.") - (license license:expat))) - -(define-public go-github-com-beorn7-perks-1.0.1 - (package - (name "go-github-com-beorn7-perks") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-cespare-xxhash-v2-2.1.1 - (package - (name "go-github-com-cespare-xxhash-v2") - (version "2.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cespare/xxhash") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/cespare/xxhash/v2")) - (home-page "https://github.com/cespare/xxhash") - (synopsis "xxhash") - (description - "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described -at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. -") - (license license:expat))) - -(define-public go-github-com-google-gofuzz-1.0.0 - (package - (name "go-github-com-google-gofuzz") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/gofuzz") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/gofuzz")) - (home-page "https://github.com/google/gofuzz") - (synopsis "gofuzz") - (description - "Package fuzz is a library for populating go objects with random values. -") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421 - (package - (name "go-github-com-modern-go-concurrent") - (version "0.0.0-20180228061459-e0a39a4cb421") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/concurrent") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hamz1zimsxm9vl0ih19v7sbibglwq2j6473w4j9k7ib80fmxdzr")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/concurrent")) - (home-page "https://github.com/modern-go/concurrent") - (synopsis "concurrent") - (description - "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742 - (package - (name "go-github-com-modern-go-reflect2") - (version "0.0.0-20180701023420-4b7aa43c6742") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-github-com-json-iterator-go-1.1.10 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "134zwc2pmf8nd90r8065wsl6vv1mwjl23bs70i08dzhw5h98drr4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (propagated-inputs - `(("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" - ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) - ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" - ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) - ("go-github-com-google-gofuzz-1.0.0" - ,go-github-com-google-gofuzz-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-kr-pty-1.1.1 - (package - (name "go-github-com-kr-pty") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pty")) - (home-page "https://github.com/kr/pty") - (synopsis "pty") - (description - "Package pty is a wrapper for github.com/creack/pty, which provides -functions for working with Unix terminals. -") - (license license:expat))) - -(define-public go-github-com-kr-text-0.1.0 - (package - (name "go-github-com-kr-text") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/text")) - (propagated-inputs - `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) - (home-page "https://github.com/kr/text") - (synopsis #f) - (description - "Package text provides rudimentary functions for manipulating text in -paragraphs. -") - (license license:expat))) - -(define-public go-github-com-kr-pretty-0.1.0 - (package - (name "go-github-com-kr-pretty") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/pretty") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/pretty")) - (propagated-inputs - `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) - (home-page "https://github.com/kr/pretty") - (synopsis #f) - (description - "Package pretty provides pretty-printing for Go values. This is -useful during debugging, to avoid wrapping long output lines in -the terminal. -") - (license license:expat))) - -(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190911185100-cd5d95a43a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200106162015-b016eb3dc98e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k0qr26046d228gi6ngkfxp4m1rjgxk4jj75h0kh1cpyp91n5rja")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-procfs-0.1.3 - (package - (name "go-github-com-prometheus-procfs") - (version "0.1.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09wmlmvmjf49nchidqffc99wn6vl98v5k9qgyyrhqgv0015xskwa")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" - ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) - ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" - ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.4.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20200615200032-f1bc736245b1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbmih4n2xw53qbpmc7msqf2660i4ryr0chbrsbj8mdalfrjr0vp")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 - (package - (name "go-gopkg-in-check-v1") - (version "1.0.0-20190902080502-41f04d3bba15") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v2-2.2.5 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08smz8dfyxp02ha74my9iszqa5qzgl3ksi28ilyp8lqipssiq6fg")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-golang-1.7.1 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.7.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i9wbwjq3idgp9y0vv7fvg6g7zrqi9qlfw915xc49ahw83q2h61w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.5" ,go-gopkg-in-yaml-v2-2.2.5) - ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" - ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) - ("go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1" - ,go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1) - ("go-github-com-stretchr-testify-1.4.0" - ,go-github-com-stretchr-testify-1.4.0) - ("go-github-com-prometheus-procfs-0.1.3" - ,go-github-com-prometheus-procfs-0.1.3) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) - ("go-github-com-json-iterator-go-1.1.10" - ,go-github-com-json-iterator-go-1.1.10) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-cespare-xxhash-v2-2.1.1" - ,go-github-com-cespare-xxhash-v2-2.1.1) - ("go-github-com-beorn7-perks-1.0.1" - ,go-github-com-beorn7-perks-1.0.1))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751 - (package - (name "go-github-com-alecthomas-template") - (version "0.0.0-20190718012654-fb15b899a751") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/template") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/template")) - (home-page "https://github.com/alecthomas/template") - (synopsis "Go's") - (description - "Package template implements data-driven templates for generating textual output. -") - (license license:bsd-3))) - -(define-public go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4 - (package - (name "go-github-com-alecthomas-units") - (version "0.0.0-20190717042225-c3de453c63f4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/units") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/units")) - (home-page "https://github.com/alecthomas/units") - (synopsis "Units - Helpful unit multipliers and functions for Go") - (description - "Package units provides helpful unit multipliers and functions for Go. -") - (license license:expat))) - -(define-public go-github-com-go-kit-kit-0.9.0 - (package - (name "go-github-com-go-kit-kit") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-kit/kit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-kit/kit")) - (home-page "https://github.com/go-kit/kit") - (synopsis "Go kit") - (description - "@strong{Go kit} is a @strong{programming toolkit} for building microservices -(or elegant monoliths) in Go. We solve common problems in distributed -systems and application architecture so you can focus on delivering -business value.") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.4.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (propagated-inputs - `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-pkg-errors-0.8.1 - (package - (name "go-github-com-pkg-errors") - (version "0.8.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-beorn7-perks-1.0.0 - (package - (name "go-github-com-beorn7-perks") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-golang-protobuf-1.3.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-json-iterator-go-1.1.6 - (package - (name "go-github-com-json-iterator-go") - (version "1.1.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/json-iterator/go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/json-iterator/go")) - (home-page "https://github.com/json-iterator/go") - (synopsis "Benchmark") - (description - "Package jsoniter implements encoding and decoding of JSON as defined in -@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. -Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter -and variable type declarations (if any). -jsoniter interfaces gives 100% compatibility with code using standard lib. -") - (license license:expat))) - -(define-public go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd - (package - (name "go-github-com-modern-go-concurrent") - (version "0.0.0-20180306012644-bacd9c7ef1dd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/concurrent") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/concurrent")) - (home-page "https://github.com/modern-go/concurrent") - (synopsis "concurrent") - (description - "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") - (license license:asl2.0))) - -(define-public go-github-com-modern-go-reflect2-1.0.1 - (package - (name "go-github-com-modern-go-reflect2") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/modern-go/reflect2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/modern-go/reflect2")) - (home-page "https://github.com/modern-go/reflect2") - (synopsis "reflect2") - (description "reflect api that avoids runtime reflect.Value cost") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190129233127-fd36f4220a90") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc - (package - (name "go-github-com-alecthomas-template") - (version "0.0.0-20160405071501-a0175ee3bccc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/template") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/template")) - (home-page "https://github.com/alecthomas/template") - (synopsis "Go's") - (description - "Package template implements data-driven templates for generating textual output. -") - (license license:bsd-3))) - -(define-public go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf - (package - (name "go-github-com-alecthomas-units") - (version "0.0.0-20151022065526-2efee857e7cf") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alecthomas/units") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/alecthomas/units")) - (home-page "https://github.com/alecthomas/units") - (synopsis "Units - Helpful unit multipliers and functions for Go") - (description - "Package units provides helpful unit multipliers and functions for Go. -") - (license license:expat))) - -(define-public go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973 - (package - (name "go-github-com-beorn7-perks") - (version "0.0.0-20180321164747-3a771d992973") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/beorn7/perks") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/beorn7/perks")) - (home-page "https://github.com/beorn7/perks") - (synopsis "Perks for Go (golang.org)") - (description - "Perks contains the Go package quantile that computes approximate quantiles over -an unbounded data stream within low memory and CPU bounds.") - (license license:expat))) - -(define-public go-github-com-go-kit-kit-0.8.0 - (package - (name "go-github-com-go-kit-kit") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-kit/kit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-kit/kit")) - (home-page "https://github.com/go-kit/kit") - (synopsis "Go kit") - (description - "@strong{Go kit} is a @strong{programming toolkit} for building microservices -(or elegant monoliths) in Go. We solve common problems in distributed -systems and application architecture so you can focus on delivering -business value.") - (license license:expat))) - -(define-public go-github-com-go-logfmt-logfmt-0.3.0 - (package - (name "go-github-com-go-logfmt-logfmt") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-logfmt/logfmt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-logfmt/logfmt")) - (home-page "https://github.com/go-logfmt/logfmt") - (synopsis "logfmt") - (description - "Package logfmt implements utilities to marshal and unmarshal data in the -logfmt format. The logfmt format records key/value pairs in a way that -balances readability for humans and simplicity of computer parsing. It is -most commonly used as a more human friendly alternative to JSON for -structured logging. -") - (license license:expat))) - -(define-public go-github-com-go-stack-stack-1.8.0 - (package - (name "go-github-com-go-stack-stack") - (version "1.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/go-stack/stack") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/go-stack/stack")) - (home-page "https://github.com/go-stack/stack") - (synopsis "stack") - (description - "Package stack implements utilities to capture, manipulate, and format call -stacks. It provides a simpler API than package runtime. -") - (license license:expat))) - -(define-public go-github-com-gogo-protobuf-1.1.1 - (package - (name "go-github-com-gogo-protobuf") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/gogo/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/gogo/protobuf")) - (home-page "https://github.com/gogo/protobuf") - (synopsis "Protocol Buffers for Go with Gadgets") - (description - "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") - (license license:bsd-3))) - -(define-public go-github-com-julienschmidt-httprouter-1.2.0 - (package - (name "go-github-com-julienschmidt-httprouter") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/julienschmidt/httprouter") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/julienschmidt/httprouter")) - (home-page "https://github.com/julienschmidt/httprouter") - (synopsis "HttpRouter") - (description - "Package httprouter is a trie based high performance HTTP request router. -") - (license license:bsd-3))) - -(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 - (package - (name "go-github-com-kr-logfmt") - (version "0.0.0-20140226030751-b84e30acd515") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kr/logfmt") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/kr/logfmt")) - (home-page "https://github.com/kr/logfmt") - (synopsis #f) - (description - "Package implements the decoding of logfmt key-value pairs. -") - (license license:expat))) - -(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.1 - (package - (name "go-github-com-matttproud-golang-protobuf-extensions") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/matttproud/golang_protobuf_extensions") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) - (home-page "https://github.com/matttproud/golang_protobuf_extensions") - (synopsis "Overview") - (description - "This repository provides various Protocol Buffer extensions for the Go -language (golang), namely support for record length-delimited message -streaming.") - (license license:asl2.0))) - -(define-public go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223 - (package - (name "go-github-com-mwitkow-go-conntrack") - (version "0.0.0-20161129095857-cc309e4a2223") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mwitkow/go-conntrack") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/mwitkow/go-conntrack")) - (home-page "https://github.com/mwitkow/go-conntrack") - (synopsis "Go tracing and monitoring (Prometheus) for") - (description - "@url{https://prometheus.io/,Prometheus} monitoring and @url{https://godoc.org/golang.org/x/net/trace#EventLog,(code x/net/trace)} tracing wrappers @code{net.Conn}, both inbound (@code{net.Listener}) and outbound (@code{net.Dialer}).") - (license license:asl2.0))) - -(define-public go-github-com-pkg-errors-0.8.0 - (package - (name "go-github-com-pkg-errors") - (version "0.8.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pkg/errors") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pkg/errors")) - (home-page "https://github.com/pkg/errors") - (synopsis "errors") - (description "Package errors provides simple error handling primitives. -") - (license license:bsd-2))) - -(define-public go-github-com-prometheus-client-golang-0.9.1 - (package - (name "go-github-com-prometheus-client-golang") - (version "0.9.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20180712105110-5c3871d89910") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.0-20181005140218-185b4288413d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d85429kdw5dgj5zhyiz1sq3i5691vj2gjnda93nnxxzx9acg8cv")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20180904163835-0709b304e793") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180905080454-ebe1bf3edb33") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-sirupsen-logrus-1.2.0 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" - ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) - ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" - ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20181114220301-adae6a3d119a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fx860zsgzqk28j7lmp96qsfrgb0kzbfjvr294hywswcbwdwkb01")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.2.1 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.4.1 - (package - (name "go-github-com-prometheus-common") - (version "0.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" - ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) - ("go-github-com-sirupsen-logrus-1.2.0" - ,go-github-com-sirupsen-logrus-1.2.0) - ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" - ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) - ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" - ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) - ("go-github-com-prometheus-client-golang-0.9.1" - ,go-github-com-prometheus-client-golang-0.9.1) - ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" - ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-gogo-protobuf-1.1.1" - ,go-github-com-gogo-protobuf-1.1.1) - ("go-github-com-go-stack-stack-1.8.0" - ,go-github-com-go-stack-stack-1.8.0) - ("go-github-com-go-logfmt-logfmt-0.3.0" - ,go-github-com-go-logfmt-logfmt-0.3.0) - ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) - ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" - ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) - ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" - ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) - ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" - ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181221193216-37e7f081c4d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-procfs-0.0.2 - (package - (name "go-github-com-prometheus-procfs") - (version "0.0.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" - ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.3.0 - (package - (name "go-github-com-stretchr-testify") - (version "1.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20181116152217-5ac8a444bdc5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00zdrighflwc4iyizsag184nvl1cbkk02v73kpl5miprdrvzqlr4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-client-golang-1.0.0 - (package - (name "go-github-com-prometheus-client-golang") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_golang") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_golang")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" - ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) - ("go-github-com-stretchr-testify-1.3.0" - ,go-github-com-stretchr-testify-1.3.0) - ("go-github-com-prometheus-procfs-0.0.2" - ,go-github-com-prometheus-procfs-0.0.2) - ("go-github-com-prometheus-common-0.4.1" - ,go-github-com-prometheus-common-0.4.1) - ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" - ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) - ("go-github-com-modern-go-reflect2-1.0.1" - ,go-github-com-modern-go-reflect2-1.0.1) - ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" - ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) - ("go-github-com-json-iterator-go-1.1.6" - ,go-github-com-json-iterator-go-1.1.6) - ("go-github-com-golang-protobuf-1.3.1" - ,go-github-com-golang-protobuf-1.3.1) - ("go-github-com-beorn7-perks-1.0.0" - ,go-github-com-beorn7-perks-1.0.0))) - (home-page "https://github.com/prometheus/client_golang") - (synopsis "Prometheus Go client library") - (description - "This is the @url{http://golang.org,Go} client library for -@url{http://prometheus.io,Prometheus}. It has two separate parts, one for -instrumenting application code, and one for creating clients that talk to the -Prometheus HTTP API.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.2.0 - (package - (name "go-github-com-prometheus-client-model") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-github-com-davecgh-go-spew-1.1.1 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 - (package - (name "go-github-com-konsorten-go-windows-terminal-sequences") - (version "1.0.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/konsorten/go-windows-terminal-sequences") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) - (home-page "https://github.com/konsorten/go-windows-terminal-sequences") - (synopsis "Windows Terminal Sequences") - (description - "This library allow for enabling Windows terminal color support for Go.") - (license license:expat))) - -(define-public go-github-com-stretchr-objx-0.1.1 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-github-com-stretchr-testify-1.2.2 - (package - (name "go-github-com-stretchr-testify") - (version "1.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-sirupsen-logrus-1.4.2 - (package - (name "go-github-com-sirupsen-logrus") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sirupsen/logrus") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/sirupsen/logrus")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-github-com-stretchr-testify-1.2.2" - ,go-github-com-stretchr-testify-1.2.2) - ("go-github-com-stretchr-objx-0.1.1" - ,go-github-com-stretchr-objx-0.1.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" - ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1))) - (home-page "https://github.com/sirupsen/logrus") - (synopsis "Logrus") - (description - "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190613194153-d28f0bde5980") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190422165155-953cdadca894") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-gopkg-in-alecthomas-kingpin-v2-2.2.6 - (package - (name "go-gopkg-in-alecthomas-kingpin-v2") - (version "2.2.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/alecthomas/kingpin.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r")))) - (build-system go-build-system) - (arguments - '(#:import-path - "gopkg.in/alecthomas/kingpin.v2" - #:unpack-path - "gopkg.in/alecthomas/kingpin.v2")) - (home-page "https://gopkg.in/alecthomas/kingpin.v2") - (synopsis "Kingpin - A Go (golang) command line and flag parser") - (description - "Package kingpin provides command line interfaces like this: -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.2.4 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-common-0.10.0 - (package - (name "go-github-com-prometheus-common") - (version "0.10.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/common") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ra7zfqsnvgfizzsxn3rk0dwhk7nx8p8082zgpvadbv2b0j1k01i")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/common")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) - ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" - ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) - ("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" - ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) - ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" - ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) - ("go-github-com-sirupsen-logrus-1.4.2" - ,go-github-com-sirupsen-logrus-1.4.2) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.0.0" - ,go-github-com-prometheus-client-golang-1.0.0) - ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) - ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" - ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) - ("go-github-com-julienschmidt-httprouter-1.2.0" - ,go-github-com-julienschmidt-httprouter-1.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-go-logfmt-logfmt-0.4.0" - ,go-github-com-go-logfmt-logfmt-0.4.0) - ("go-github-com-go-kit-kit-0.9.0" ,go-github-com-go-kit-kit-0.9.0) - ("go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4" - ,go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4) - ("go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751" - ,go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751))) - (home-page "https://github.com/prometheus/common") - (synopsis "Common") - (description - "This repository contains Go libraries that are shared across Prometheus -components and libraries. They are considered internal to Prometheus, without -any stability guarantees for external usage.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.5.4 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20201207232520-09787c993a3a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210124154548-22da62e12c0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-prometheus-procfs-0.6.0 - (package - (name "go-github-com-prometheus-procfs") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/procfs") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0czzw37dq0sfq7rivxmxxw5hy287grqnng6q6hfz6mkqmhqgm1m6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/procfs")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" - ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) - ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" - ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) - ("go-github-com-google-go-cmp-0.5.4" - ,go-github-com-google-go-cmp-0.5.4))) - (home-page "https://github.com/prometheus/procfs") - (synopsis "procfs") - (description - "Package procfs provides functions to retrieve system, kernel and process -metrics from the pseudo-filesystem proc. -") - (license license:asl2.0))) - -(define-public go-github-com-spf13-pflag-1.0.5 - (package - (name "go-github-com-spf13-pflag") - (version "1.0.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/spf13/pflag") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/spf13/pflag")) - (home-page "https://github.com/spf13/pflag") - (synopsis "Description") - (description - "Package pflag is a drop-in replacement for Go's flag package, implementing -POSIX/GNU-style --flags. -") - (license license:bsd-3))) - -(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43 - (package - (name "go-github-com-yvasiyarov-go-metrics") - (version "0.0.0-20140926110328-57bccd1ccd43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/go-metrics") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rwlq9k3iii54da90fjivi13zacx2h6znppkzncvl653xhjpm26g")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) - (home-page "https://github.com/yvasiyarov/go-metrics") - (synopsis "go-metrics") - (description "Go port of Coda Hale's Metrics library -") - (license #f))) - -(define-public go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50 - (package - (name "go-github-com-yvasiyarov-gorelic") - (version "0.0.0-20141212073537-a9bba5b9ab50") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/gorelic") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1niwv40k9rx2g5h6wddci9ykf1sm1d5ml9mjgdjd1ahm4wfq08gn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) - (home-page "https://github.com/yvasiyarov/gorelic") - (synopsis "GoRelic is deprecated in favour of") - (description - "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. -") - (license license:bsd-2))) - -(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f - (package - (name "go-github-com-yvasiyarov-newrelic-platform-go") - (version "0.0.0-20140908184405-b21fdbd4370f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yvasiyarov/newrelic_platform_go") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a4yncdxwsy0rn3bhkadfysm817b7ndzmh9fkg8hh92pnw5aabzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) - (home-page "https://github.com/yvasiyarov/newrelic_platform_go") - (synopsis "New Relic Platform Agent SDK for Go(golang)") - (description - "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. -") - (license license:bsd-2))) - -(define-public go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210423082822-04245dca01da") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11is2c5cpxk0gf2mxza2wpzfcf71fxb9b3in77f6w2q0pr68ykzx")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20211112202133-69e39bad7dc2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0yvg72fb037yh4xvjyfgrr8nsbz7nfiiksvq0a5922z255anamy6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da" - ,go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210615035016-665e8c7367d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.6 - (package - (name "go-golang-org-x-text") - (version "0.3.6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wzhvdb059vrp2cczqw422ajrb9sbs4l3qd020hlngj33qfhxah0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1mh5fyim42dn821nsd3afnmgscrzzhn3h8rag635d2jnr23r1zhk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee - (package - (name "go-golang-org-x-mod") - (version "0.1.1-0.20191105210325-c90efee705ee") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20200130002326-2f3ba24bd6e7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) - ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" - ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20210508222113-6edffad5e616 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20210508222113-6edffad5e616") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n7lrr3282q3li4f06afms444qy13rfd316za0drqihakwyki2jk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" - ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.5 - (package - (name "go-golang-org-x-text") - (version "0.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-yuin-goldmark-1.3.5 - (package - (name "go-github-com-yuin-goldmark") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/yuin/goldmark") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08rrhfji92hixiv3v0wvamwcy56f90wsw84w7lyvad7g90kbsknx")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/yuin/goldmark")) - (home-page "https://github.com/yuin/goldmark") - (synopsis "goldmark") - (description - "Package goldmark implements functions to convert markdown text to a desired format. -") - (license license:expat))) - -(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190404232315-eb5bcb51f2a3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190412213103-97732733099d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20191011191535-87dc89f01550") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" - ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) - ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" - ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190620200207-3b0461eec859") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20190717185122-a985d3407aa7") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20191119224855-298f0cb1881e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" - ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) - ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" - ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191011141410-1b5146add898") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-mod-0.4.2 - (package - (name "go-golang-org-x-mod") - (version "0.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/mod") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z1p17i291z2k6va08i80ljyzyij2b6qsz78lnz0wi8zsnkfdz43")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/mod")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" - ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) - ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" - ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) - ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" - ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) - (home-page "https://golang.org/x/mod") - (synopsis "mod") - (description - "This repository holds packages for writing tools -that work directly with Go module mechanics. -That is, it is for direct manipulation of Go modules themselves.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210330210617-4fbd30eecc44") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02mmymbm7wb3vdp3z9hm8p0f45708fybyd38qm8qxzwm19zqnp56")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210405180319-a5a99cb37ef4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0z90hpmxdw9i8vfhd6vf7hd63c86f1128qfb5f3y4kinvlpjy3rl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44" - ,go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20210220032951-036812b2e83c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210510120138-977fb7262007") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d2vnblgzxgvis2kly99gv10kadyl3v0cpv1lskjqg2v5d11r6hd")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20200804184101-5ec99f83aff1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.1.2 - (package - (name "go-golang-org-x-tools") - (version "0.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "047qwlvxs8whsal3yjjhywr9w0xrp5ky7q969mfxb1x9r20k76ci")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" - ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) - ("go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007" - ,go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4" - ,go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4) - ("go-golang-org-x-mod-0.4.2" ,go-golang-org-x-mod-0.4.2) - ("go-github-com-yuin-goldmark-1.3.5" - ,go-github-com-yuin-goldmark-1.3.5))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.26.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-genproto-0.0.0-20210602131652-f16073e35f0c - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20210602131652-f16073e35f0c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06n5npgcjk8is2ajf0786nma5wjwpbwca273gv3yqq7dr3bkzv48")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0" - ,go-google-golang-org-protobuf-1.26.0) - ("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) - ("go-golang-org-x-tools-0.1.2" ,go-golang-org-x-tools-0.1.2) - ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) - ("go-golang-org-x-lint-0.0.0-20210508222113-6edffad5e616" - ,go-golang-org-x-lint-0.0.0-20210508222113-6edffad5e616) - ("go-github-com-golang-protobuf-1.5.2" - ,go-github-com-golang-protobuf-1.5.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.25.1 - (package - (name "go-google-golang-org-grpc") - (version "1.25.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.0" - ,go-github-com-envoyproxy-go-control-plane-0.9.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 - (package - (name "go-github-com-cncf-udpa-go") - (version "0.0.0-20201120205902-5459f2c99403") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cncf/udpa") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) - (build-system go-build-system) - (arguments - '(#:import-path - "github.com/cncf/udpa/go" - #:unpack-path - "github.com/cncf/udpa")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) - (home-page "https://github.com/cncf/udpa") - (synopsis "Description") - (description - "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") - (license license:asl2.0))) - -(define-public go-github-com-davecgh-go-spew-1.1.0 - (package - (name "go-github-com-davecgh-go-spew") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davecgh/go-spew") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/davecgh/go-spew")) - (home-page "https://github.com/davecgh/go-spew") - (synopsis "go-spew") - (description - "Go-spew implements a deep pretty printer for Go data structures to aid in -debugging. A comprehensive suite of tests with 100% test coverage is provided -to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage -report. Go-spew is licensed under the liberal ISC license, so it may be used in -open source or commercial projects.") - (license license:isc))) - -(define-public go-github-com-pmezard-go-difflib-1.0.0 - (package - (name "go-github-com-pmezard-go-difflib") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/pmezard/go-difflib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/pmezard/go-difflib")) - (home-page "https://github.com/pmezard/go-difflib") - (synopsis "go-difflib") - (description - "Go-difflib is a partial port of python 3 difflib package. Its main goal -was to make unified and context diff available in pure Go, mostly for -testing purposes.") - (license license:bsd-3))) - -(define-public go-github-com-stretchr-objx-0.1.0 - (package - (name "go-github-com-stretchr-objx") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/objx") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/objx")) - (home-page "https://github.com/stretchr/objx") - (synopsis "Objx") - (description - "Objx - Go package for dealing with maps, slices, JSON and other data. -") - (license license:expat))) - -(define-public go-gopkg-in-yaml-v2-2.2.2 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.2.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-github-com-stretchr-testify-1.5.1 - (package - (name "go-github-com-stretchr-testify") - (version "1.5.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/stretchr/testify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/stretchr/testify")) - (propagated-inputs - `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) - ("go-github-com-stretchr-objx-0.1.0" - ,go-github-com-stretchr-objx-0.1.0) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-davecgh-go-spew-1.1.0" - ,go-github-com-davecgh-go-spew-1.1.0))) - (home-page "https://github.com/stretchr/testify") - (synopsis "Testify - Thou Shalt Write Tests") - (description - "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** -Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. -") - (license license:expat))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.9-0.20210217033140-668b12f5399d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vmhc8ii081x1k2qw4kji7wjyg6l25zp1y6qxi27wq8m341i4rzb")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-stretchr-testify-1.5.1" - ,go-github-com-stretchr-testify-1.5.1) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.23.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.23.0" - ,go-google-golang-org-protobuf-1.23.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-uuid-1.1.2 - (package - (name "go-github-com-google-uuid") - (version "1.1.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/uuid") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/uuid")) - (home-page "https://github.com/google/uuid") - (synopsis "uuid") - (description "Package uuid generates and inspects UUIDs. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.22.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.22.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.22.0" - ,go-google-golang-org-protobuf-1.22.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 - (package - (name "go-github-com-census-instrumentation-opencensus-proto") - (version "0.2.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/census-instrumentation/opencensus-proto") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/census-instrumentation/opencensus-proto")) - (home-page "https://github.com/census-instrumentation/opencensus-proto") - (synopsis - "OpenCensus Proto - Language Independent Interface Types For OpenCensus") - (description - "Census provides a framework to define and collect stats against metrics and to -break those stats down across user-defined dimensions.") - (license license:asl2.0))) - -(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 - (package - (name "go-github-com-prometheus-client-model") - (version "0.0.0-20190812154241-14fe0d1b01d4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/prometheus/client_model") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/prometheus/client_model")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://github.com/prometheus/client_model") - (synopsis "Deprecation note") - (description - "This repository used to contain the code that defined both -the data model and the exposition format of Prometheus metrics.") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190311212946-11955173bddd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190313153728-d0100b6bd8b3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" - ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20190423024810-112230192c58") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190524140312-2c0ae7006135") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" - ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.23.0 - (package - (name "go-google-golang-org-grpc") - (version "1.23.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 - (package - (name "go-github-com-envoyproxy-go-control-plane") - (version "0.9.1-0.20191026205805-5f8ba28d4473") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/go-control-plane") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) - (propagated-inputs - `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) - ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" - ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" - ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) - (home-page "https://github.com/envoyproxy/go-control-plane") - (synopsis "control-plane") - (description - "This repository contains a Go-based implementation of an API server that -implements the discovery service APIs defined in -@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") - (license license:asl2.0))) - -(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 - (package - (name "go-github-com-envoyproxy-protoc-gen-validate") - (version "0.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/envoyproxy/protoc-gen-validate") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) - (home-page "https://github.com/envoyproxy/protoc-gen-validate") - (synopsis "protoc-gen-validate (PGV)") - (description - "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.2.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 - (package - (name "go-golang-org-x-crypto") - (version "0.0.0-20190308221718-c2843e01d9a2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/crypto")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) - (home-page "https://golang.org/x/crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190311183353-d8887717615a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" - ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20190215142949-d0b11bdaac8a") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.3.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.3.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 - (package - (name "go-golang-org-x-exp") - (version "0.0.0-20190121172915-509febef88a4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/exp") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/exp")) - (home-page "https://golang.org/x/exp") - (synopsis "exp") - (description - "This subrepository holds experimental and deprecated (in the @code{old} -directory) packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20190227174305-5b3e6a55c961") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd - (package - (name "go-golang-org-x-net") - (version "0.0.0-20190213061140-3a22650c66bd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20181108010431-42b317875d0f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180724234803-3673e40ba225") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.4.0 - (package - (name "go-google-golang-org-appengine") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" - ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0))) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190226205152-f727befe758c") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (propagated-inputs - `(("go-google-golang-org-appengine-1.4.0" - ,go-google-golang-org-appengine-1.4.0) - ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" - ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) - ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" - ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-cloud-google-com-go-0.26.0 - (package - (name "go-cloud-google-com-go") - (version "0.26.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/google-cloud-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) - (build-system go-build-system) - (arguments '(#:import-path "cloud.google.com/go")) - (home-page "https://cloud.google.com/go") - (synopsis "Google Cloud Client Libraries for Go") - (description - "Package cloud is the root of the packages used to access Google Cloud -Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list -of sub-packages. -") - (license license:asl2.0))) - -(define-public go-github-com-burntsushi-toml-0.3.1 - (package - (name "go-github-com-burntsushi-toml") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/BurntSushi/toml") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/BurntSushi/toml")) - (home-page "https://github.com/BurntSushi/toml") - (synopsis "TOML parser and encoder for Go with reflection") - (description - "Package toml implements decoding and encoding of TOML files. -") - (license license:expat))) - -(define-public go-github-com-client9-misspell-0.3.4 - (package - (name "go-github-com-client9-misspell") - (version "0.3.4") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/client9/misspell") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/client9/misspell")) - (home-page "https://github.com/client9/misspell") - (synopsis "Install") - (description - "Package misspell corrects commonly misspelled English words in source files. -") - (license license:expat))) - -(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b - (package - (name "go-github-com-golang-glog") - (version "0.0.0-20160126235308-23def4e6c14b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/glog") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/glog")) - (home-page "https://github.com/golang/glog") - (synopsis "glog") - (description - "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. -It provides functions Info, Warning, Error, Fatal, plus formatting variants such as -Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. -") - (license license:asl2.0))) - -(define-public go-github-com-golang-mock-1.1.1 - (package - (name "go-github-com-golang-mock") - (version "1.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/mock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/mock")) - (home-page "https://github.com/golang/mock") - (synopsis "gomock") - (description - "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It -integrates well with Go's built-in @code{testing} package, but can be used in other -contexts too.") - (license license:asl2.0))) - -(define-public go-github-com-golang-protobuf-1.2.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 - (package - (name "go-golang-org-x-lint") - (version "0.0.0-20181026193005-c67002cb31c3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/lint") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/lint")) - (home-page "https://golang.org/x/lint") - (synopsis "Installation") - (description "Package lint contains a linter for Go source code. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d - (package - (name "go-golang-org-x-net") - (version "0.0.0-20180826012351-8a410e7b638d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be - (package - (name "go-golang-org-x-oauth2") - (version "0.0.0-20180821212333-d2e6202438be") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/oauth2") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/oauth2")) - (home-page "https://golang.org/x/oauth2") - (synopsis "OAuth2 for Go") - (description - "Package oauth2 provides support for making -OAuth2 authorized and authenticated HTTP requests, -as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. -It can additionally grant authorization with Bearer JWT. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f - (package - (name "go-golang-org-x-sync") - (version "0.0.0-20180314180146-1d60e4601c6f") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sync") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sync")) - (home-page "https://golang.org/x/sync") - (synopsis "Go Sync") - (description - "This repository provides Go concurrency primitives in addition to the -ones provided by the language and \"sync\" and \"sync/atomic\" packages.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20180830151530-49385e6e1522") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.0 - (package - (name "go-golang-org-x-text") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20190114222345-bf090417da8b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-google-golang-org-appengine-1.1.0 - (package - (name "go-google-golang-org-appengine") - (version "1.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/appengine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/appengine")) - (home-page "https://google.golang.org/appengine") - (synopsis "Go App Engine packages") - (description - "Package appengine provides basic functionality for Google App Engine. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20180817151627-c66870c02cf8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.19.0 - (package - (name "go-google-golang-org-grpc") - (version "1.19.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" - ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) - ("go-google-golang-org-appengine-1.1.0" - ,go-google-golang-org-appengine-1.1.0) - ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" - ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) - ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) - ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" - ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) - ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" - ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" - ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) - ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" - ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) - ("go-github-com-golang-protobuf-1.2.0" - ,go-github-com-golang-protobuf-1.2.0) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-client9-misspell-0.3.4" - ,go-github-com-client9-misspell-0.3.4) - ("go-github-com-burntsushi-toml-0.3.1" - ,go-github-com-burntsushi-toml-0.3.1) - ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190102054323-c2f93a96b099") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20190819201941-24fa4b261c55") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" - ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) - ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) - ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" - ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) - ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" - ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) - ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" - ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-grpc-1.27.0 - (package - (name "go-google-golang-org-grpc") - (version "1.27.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" - ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-go-cmp-0.2.0" - ,go-github-com-google-go-cmp-0.2.0) - ("go-github-com-golang-protobuf-1.3.2" - ,go-github-com-golang-protobuf-1.3.2) - ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" - ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) - ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" - ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-github-com-google-go-cmp-0.3.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200109180630-ec00e32a8dfd") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.0" - ,go-github-com-google-go-cmp-0.3.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" - ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) - ("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.3.1 - (package - (name "go-github-com-google-go-cmp") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200221191635-4d8936d0db64") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.3.1" - ,go-github-com-google-go-cmp-0.3.1) - ("go-github-com-golang-protobuf-1.4.0-rc.1" - ,go-github-com-golang-protobuf-1.4.0-rc.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" - ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 - (package - (name "go-google-golang-org-protobuf") - (version "0.0.0-20200228230310-ab0ca4ff8a60") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" - ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.2 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" - ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 - (package - (name "go-google-golang-org-protobuf") - (version "1.20.1-0.20200309200217-e05f789c0967") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.2" - ,go-github-com-golang-protobuf-1.4.0-rc.2))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" - ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.21.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.21.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" - ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.4.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.21.0" - ,go-google-golang-org-protobuf-1.21.0) - ("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.4.0 - (package - (name "go-github-com-google-go-cmp") - (version "0.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc - (package - (name "go-google-golang-org-protobuf") - (version "1.23.1-0.20200526195155-81db48ad09cc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.4.0" - ,go-github-com-google-go-cmp-0.4.0) - ("go-github-com-golang-protobuf-1.4.0" - ,go-github-com-golang-protobuf-1.4.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc - (package - (name "go-honnef-co-go-tools") - (version "0.0.0-20190523083050-ea95bdfd59fc") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dominikh/go-tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) - (build-system go-build-system) - (arguments '(#:import-path "honnef.co/go/tools")) - (home-page "https://honnef.co/go/tools") - (synopsis "Documentation") - (description - "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, -offers simplifications, and enforces style rules.") - (license license:expat))) - -(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 - (package - (name "go-google-golang-org-genproto") - (version "0.0.0-20200526211855-cb27e3aa2013") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/googleapis/go-genproto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/genproto")) - (propagated-inputs - `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" - ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) - ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" - ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) - ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) - ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" - ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) - ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" - ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/genproto") - (synopsis "Go generated proto packages") - (description - "This repository contains the generated Go packages for common protocol buffer -types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC -APIs.") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.25.0 - (package - (name "go-google-golang-org-protobuf") - (version "1.25.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.1" - ,go-github-com-golang-protobuf-1.4.1))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-google-golang-org-grpc-1.38.0 - (package - (name "go-google-golang-org-grpc") - (version "1.38.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/grpc/grpc-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "08lgqdvbd0i4qwsv1y37qmf8mhsy9ywzx73ixiwih7xhnalrf7xl")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/grpc")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.25.0" - ,go-google-golang-org-protobuf-1.25.0) - ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" - ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) - ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" - ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) - ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" - ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) - ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" - ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) - ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) - ("go-github-com-google-go-cmp-0.5.0" - ,go-github-com-google-go-cmp-0.5.0) - ("go-github-com-golang-protobuf-1.4.2" - ,go-github-com-golang-protobuf-1.4.2) - ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" - ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) - ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d" - ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d) - ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" - ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) - (home-page "https://google.golang.org/grpc") - (synopsis "gRPC-Go") - (description "Package grpc implements an RPC system called gRPC. -") - (license license:asl2.0))) - -(define-public go-google-golang-org-protobuf-1.26.0-rc.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.26.0-rc.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-github-com-golang-protobuf-1.5.0 - (package - (name "go-github-com-golang-protobuf") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/golang/protobuf")) - (propagated-inputs - `(("go-google-golang-org-protobuf-1.26.0-rc.1" - ,go-google-golang-org-protobuf-1.26.0-rc.1) - ("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5))) - (home-page "https://github.com/golang/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This module -(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) -contains Go bindings for protocol buffers.") - (license license:bsd-3))) - -(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 - (package - (name "go-golang-org-x-xerrors") - (version "0.0.0-20191204190536-9bdfabe68543") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/xerrors") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/xerrors")) - (home-page "https://golang.org/x/xerrors") - (synopsis #f) - (description - "Package xerrors implements functions to manipulate errors. -") - (license license:bsd-3))) - -(define-public go-github-com-google-go-cmp-0.5.5 - (package - (name "go-github-com-google-go-cmp") - (version "0.5.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/google/go-cmp") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/google/go-cmp")) - (propagated-inputs - `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" - ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) - (home-page "https://github.com/google/go-cmp") - (synopsis "Package for equality of Go values") - (description - "This package is intended to be a more powerful and safer alternative to -@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") - (license license:bsd-3))) - -(define-public go-google-golang-org-protobuf-1.27.1 - (package - (name "go-google-golang-org-protobuf") - (version "1.27.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/protobuf") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0aszb7cv8fq1m8akgd4kjyg5q7g5z9fdqnry6057ygq9r8r2yif2")))) - (build-system go-build-system) - (arguments '(#:import-path "google.golang.org/protobuf")) - (propagated-inputs - `(("go-github-com-google-go-cmp-0.5.5" - ,go-github-com-google-go-cmp-0.5.5) - ("go-github-com-golang-protobuf-1.5.0" - ,go-github-com-golang-protobuf-1.5.0))) - (home-page "https://google.golang.org/protobuf") - (synopsis "Go support for Protocol Buffers") - (description - "This project hosts the Go implementation for -@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a -language-neutral, platform-neutral, extensible mechanism for serializing -structured data. The protocol buffer language is a language for specifying the -schema for structured data. This schema is compiled into language specific -bindings. This project provides both a tool to generate Go code for the -protocol buffer language, and also the runtime implementation to handle -serialization of messages in Go. See the -@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} -for more information about protocol buffers themselves.") - (license license:bsd-3))) - -(define-public go-gopkg-in-yaml-v2-2.4.0 - (package - (name "go-gopkg-in-yaml-v2") - (version "2.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v2") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v2") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license license:asl2.0))) - -(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 - (package - (name "go-gopkg-in-check-v1") - (version "0.0.0-20161208181325-20d25e280405") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/check.v1") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) - (home-page "https://gopkg.in/check.v1") - (synopsis "Instructions") - (description - "Package check is a rich testing extension for Go's testing package. -") - (license license:bsd-2))) - -(define-public go-gopkg-in-yaml-v3-3.0.0-20210107192922-496545a6307b - (package - (name "go-gopkg-in-yaml-v3") - (version "3.0.0-20210107192922-496545a6307b") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gopkg.in/yaml.v3") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "06f4lnrp494wqaygv09dggr2dwf3z2bawqhnlnnwiamg5y787k4g")))) - (build-system go-build-system) - (arguments - '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) - (propagated-inputs - `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" - ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) - (home-page "https://gopkg.in/yaml.v3") - (synopsis "YAML support for the Go language") - (description "Package yaml implements YAML support for the Go language. -") - (license #f))) - -(define-public go-oras-land-oras-go-1.0.0 - (package - (name "go-oras-land-oras-go") - (version "1.0.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/oras-project/oras-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1pqix8xj298229c886ahdggsvbg4srm4izjr66icvfjjx7rndagz")))) - (build-system go-build-system) - (arguments '(#:import-path "oras.land/oras-go")) - (propagated-inputs - `(("go-gopkg-in-yaml-v3-3.0.0-20210107192922-496545a6307b" - ,go-gopkg-in-yaml-v3-3.0.0-20210107192922-496545a6307b) - ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) - ("go-google-golang-org-protobuf-1.27.1" - ,go-google-golang-org-protobuf-1.27.1) - ("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) - ("go-google-golang-org-genproto-0.0.0-20210602131652-f16073e35f0c" - ,go-google-golang-org-genproto-0.0.0-20210602131652-f16073e35f0c) - ("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) - ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" - ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) - ("go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2" - ,go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2) - ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" - ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) - ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" - ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) - ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" - ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) - ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) - ("go-github-com-prometheus-procfs-0.6.0" - ,go-github-com-prometheus-procfs-0.6.0) - ("go-github-com-prometheus-common-0.10.0" - ,go-github-com-prometheus-common-0.10.0) - ("go-github-com-prometheus-client-model-0.2.0" - ,go-github-com-prometheus-client-model-0.2.0) - ("go-github-com-prometheus-client-golang-1.7.1" - ,go-github-com-prometheus-client-golang-1.7.1) - ("go-github-com-pmezard-go-difflib-1.0.0" - ,go-github-com-pmezard-go-difflib-1.0.0) - ("go-github-com-morikuni-aec-1.0.0" ,go-github-com-morikuni-aec-1.0.0) - ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" - ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) - ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) - ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" - ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) - ("go-github-com-klauspost-compress-1.11.13" - ,go-github-com-klauspost-compress-1.11.13) - ("go-github-com-inconshreveable-mousetrap-1.0.0" - ,go-github-com-inconshreveable-mousetrap-1.0.0) - ("go-github-com-gorilla-mux-1.8.0" ,go-github-com-gorilla-mux-1.8.0) - ("go-github-com-gorilla-handlers-1.5.1" - ,go-github-com-gorilla-handlers-1.5.1) - ("go-github-com-gomodule-redigo-1.8.2" - ,go-github-com-gomodule-redigo-1.8.2) - ("go-github-com-golang-protobuf-1.5.2" - ,go-github-com-golang-protobuf-1.5.2) - ("go-github-com-gogo-protobuf-1.3.2" - ,go-github-com-gogo-protobuf-1.3.2) - ("go-github-com-felixge-httpsnoop-1.0.1" - ,go-github-com-felixge-httpsnoop-1.0.1) - ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" - ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) - ("go-github-com-docker-go-units-0.4.0" - ,go-github-com-docker-go-units-0.4.0) - ("go-github-com-docker-go-metrics-0.0.1" - ,go-github-com-docker-go-metrics-0.0.1) - ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" - ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) - ("go-github-com-docker-go-connections-0.4.0" - ,go-github-com-docker-go-connections-0.4.0) - ("go-github-com-docker-docker-credential-helpers-0.6.4" - ,go-github-com-docker-docker-credential-helpers-0.6.4) - ("go-github-com-docker-distribution-2.7.1+incompatible" - ,go-github-com-docker-distribution-2.7.1+incompatible) - ("go-github-com-davecgh-go-spew-1.1.1" - ,go-github-com-davecgh-go-spew-1.1.1) - ("go-github-com-cespare-xxhash-v2-2.1.1" - ,go-github-com-cespare-xxhash-v2-2.1.1) - ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" - ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) - ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" - ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) - ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" - ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) - ("go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0" - ,go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0) - ("go-github-com-beorn7-perks-1.0.1" ,go-github-com-beorn7-perks-1.0.1) - ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" - ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) - ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" - ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78) - ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" - ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) - ("go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871" - ,go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871) - ("go-github-com-stretchr-testify-1.7.0" - ,go-github-com-stretchr-testify-1.7.0) - ("go-github-com-spf13-cobra-1.2.1" ,go-github-com-spf13-cobra-1.2.1) - ("go-github-com-sirupsen-logrus-1.8.1" - ,go-github-com-sirupsen-logrus-1.8.1) - ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) - ("go-github-com-phayes-freeport-0.0.0-20180830031419-95f893ade6f2" - ,go-github-com-phayes-freeport-0.0.0-20180830031419-95f893ade6f2) - ("go-github-com-opencontainers-image-spec-1.0.2" - ,go-github-com-opencontainers-image-spec-1.0.2) - ("go-github-com-opencontainers-go-digest-1.0.0" - ,go-github-com-opencontainers-go-digest-1.0.0) - ("go-github-com-docker-docker-20.10.11+incompatible" - ,go-github-com-docker-docker-20.10.11+incompatible) - ("go-github-com-docker-cli-20.10.11+incompatible" - ,go-github-com-docker-cli-20.10.11+incompatible) - ("go-github-com-distribution-distribution-v3-3.0.0-20211118083504-a29a3c99a684" - ,go-github-com-distribution-distribution-v3-3.0.0-20211118083504-a29a3c99a684) - ("go-github-com-containerd-containerd-1.5.8" - ,go-github-com-containerd-containerd-1.5.8))) - (home-page "https://oras.land/oras-go") - (synopsis "ORAS Go library") - (description - "Documentation for the ORAS Go library is located on -the project website: @url{https://oras.land/client_libraries/go/,oras.land/client_libraries/go}") - (license license:asl2.0))) - -(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 - (package - (name "go-golang-org-x-net") - (version "0.0.0-20210226172049-e18ecbb05110") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/net") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/net")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/net") - (synopsis "Go Networking") - (description - "This repository holds supplementary Go networking libraries.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20210615035016-665e8c7367d1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 - (package - (name "go-golang-org-x-sys") - (version "0.0.0-20201119102817-f84b799fce68") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/sys") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/sys")) - (home-page "https://golang.org/x/sys") - (synopsis "sys") - (description - "This repository holds supplemental Go packages for low-level interactions with -the operating system.") - (license license:bsd-3))) - -(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 - (package - (name "go-golang-org-x-term") - (version "0.0.0-20201126162022-7de9c90e9dd1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/term") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/term")) - (propagated-inputs - `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" - ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) - (home-page "https://golang.org/x/term") - (synopsis "Go terminal/console support") - (description - "Package term provides support functions for dealing with terminals, as -commonly found on UNIX systems. -") - (license license:bsd-3))) - -(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e - (package - (name "go-golang-org-x-tools") - (version "0.0.0-20180917221912-90fa682c2a6e") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/tools") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/tools")) - (home-page "https://golang.org/x/tools") - (synopsis "Go Tools") - (description - "This subrepository holds the source for various packages and tools that support -the Go programming language.") - (license license:bsd-3))) - -(define-public go-golang-org-x-text-0.3.3 - (package - (name "go-golang-org-x-text") - (version "0.3.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://go.googlesource.com/text") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) - (build-system go-build-system) - (arguments '(#:import-path "golang.org/x/text")) - (propagated-inputs - `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" - ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) - (home-page "https://golang.org/x/text") - (synopsis "Go Text") - (description - "text is a repository of text-related packages related to internationalization -(i18n) and localization (l10n), such as character encodings, text -transformations, and locale-specific text handling. -") - (license license:bsd-3))) - -(define-public go-github-com-hpcng-golang-x-crypto-0.0.0-20210830200829-e6b35e3fb874 - (package - (name "go-github-com-hpcng-golang-x-crypto") - (version "0.0.0-20210830200829-e6b35e3fb874") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hpcng/golang-x-crypto") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "17zbxn6m550dkfcx7hi6wvl7f5gm39hx72bfkdjgpzq05fdb1bfk")))) - (build-system go-build-system) - (arguments '(#:import-path "github.com/hpcng/golang-x-crypto")) - (propagated-inputs - `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) - ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" - ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) - ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" - ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) - ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" - ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) - (home-page "https://github.com/hpcng/golang-x-crypto") - (synopsis "Go Cryptography") - (description - "This repository holds supplementary Go cryptography libraries.") - (license license:bsd-3))) +;(define-public go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210319161527-f761c2329661 +; (package +; (name "go-github-com-adamkorcz-go-fuzz-headers") +; (version "0.0.0-20210319161527-f761c2329661") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/AdamKorcz/go-fuzz-headers") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "043a8lialk5kmxy2g5ka1pss8k71d42y4g0ikkv0ls8kgvxw3cc6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/AdamKorcz/go-fuzz-headers")) +; (home-page "https://github.com/AdamKorcz/go-fuzz-headers") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-netflix-go-expect-0.0.0-20190729225929-0e00d9168667 +; (package +; (name "go-github-com-netflix-go-expect") +; (version "0.0.0-20190729225929-0e00d9168667") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Netflix/go-expect") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kzas7m7fllyj3cn2ijasaw7xkv2yvqxli2l1j3jqsi0ln51fa52")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Netflix/go-expect")) +; (home-page "https://github.com/Netflix/go-expect") +; (synopsis "go-expect") +; (description +; "Package expect provides an expect-like interface to automate control of +;applications. It is unlike expect in that it does not spawn or manage +;process lifecycle. This package only focuses on expecting output and sending +;input through it's psuedoterminal. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-distribution-2.7.1+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7 +; (package +; (name "go-github-com-docker-libtrust") +; (version "0.0.0-20160708172513-aabc10ec26b7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/libtrust") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/libtrust")) +; (home-page "https://github.com/docker/libtrust") +; (synopsis "libtrust") +; (description +; "Package libtrust provides an interface for managing authentication and +;authorization using public key cryptography. Authentication is handled +;using the identity attached to the public key and verified through TLS +;x509 certificates, a key challenge, or signature. Authorization and +;access control is managed through a trust graph distributed between +;both remote trust servers and locally cached and managed data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-mux-1.7.4 +; (package +; (name "go-github-com-gorilla-mux") +; (version "1.7.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/mux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0sy1paa055ic84sp3766s9pa24q008hf77dc842vrgvn8p3wmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/mux")) +; (home-page "https://github.com/gorilla/mux") +; (synopsis "gorilla/mux") +; (description "Package mux implements a request router and dispatcher. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.1 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190422165155-953cdadca894") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-adigunhammedolalekan-registry-auth-0.0.0-20200730122110-8cde180a3a60 +; (package +; (name "go-github-com-adigunhammedolalekan-registry-auth") +; (version "0.0.0-20200730122110-8cde180a3a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/adigunhammedolalekan/registry-auth") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0855a5c0ifi6q2ghb6gax0kwwra5j7pd2lplq4wp8r83dnv4vwj0")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/adigunhammedolalekan/registry-auth")) +; (propagated-inputs +; `(("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-gorilla-mux-1.7.4" ,go-github-com-gorilla-mux-1.7.4) +; ("go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7" +; ,go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7) +; ("go-github-com-docker-distribution-2.7.1+incompatible" +; ,go-github-com-docker-distribution-2.7.1+incompatible))) +; (home-page "https://github.com/adigunhammedolalekan/registry-auth") +; (synopsis "registry-auth") +; (description +; "a package to implements docker registry token authentication server as described here [https://github.com/docker/distribution/blob/1b9ab303a477ded9bdd3fc97e9119fa8f9e58fca/docs/spec/auth/index.md]") +; (license license:expat))) +; +;(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171028004239-d358565f3c3f +; (package +; (name "go-github-com-alexflint-go-filemutex") +; (version "0.0.0-20171028004239-d358565f3c3f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alexflint/go-filemutex") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fzbm0x8821awsmqj9ig49dxxkd72p1yfqbijmdwwszvw2r0ggz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alexflint/go-filemutex")) +; (home-page "https://github.com/alexflint/go-filemutex") +; (synopsis "FileMutex") +; (description +; "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. +;On Linux, OSX, and other POSIX systems it uses the flock system call. On windows +;it uses the LockFileEx and UnlockFileEx system calls.") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0 +; (package +; (name "go-github-com-tj-assert") +; (version "0.0.0-20171129193455-018094318fb0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/assert") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15ika7izp5hkd10dm30apwfvpm0d1yl2rnxs6896q0svz9zvi2z3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/assert")) +; (home-page "https://github.com/tj/assert") +; (synopsis "assert") +; (description +; "Package assert implements the same assertions as the `assert` package but +;stops test execution when a test fails. +;") +; (license license:expat))) +; +;(define-public go-github-com-apex-logs-1.0.0 +; (package +; (name "go-github-com-apex-logs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/apex/logs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kysjp3s8718p02ngpr60gnjjspv0a69biksfjqa1540svrbi850")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/apex/logs")) +; (propagated-inputs +; `(("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0" +; ,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0))) +; (home-page "https://github.com/apex/logs") +; (synopsis "Example") +; (description "Go client for @url{https://apex.sh/logs/,Apex Logs}.") +; (license license:expat))) +; +;(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a +; (package +; (name "go-github-com-aphistic-golf") +; (version "0.0.0-20180712155816-02c07f170c5a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aphistic/golf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aphistic/golf")) +; (home-page "https://github.com/aphistic/golf") +; (synopsis "golf") +; (description +; "This package provides logging capabilities using the GELF (@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/}) log format +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.5 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "114d5xm8rfxplzd7nxz97gfngb4bhqy102szl084d1afcxsvm4aa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" +; ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.1 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.5" +; ,go-github-com-mattn-go-isatty-0.0.5))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b +; (package +; (name "go-github-com-mgutz-ansi") +; (version "0.0.0-20170206155736-9520e82c474b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mgutz/ansi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00bz22314j26736w1f0q4jy9d9dfaml17vn890n5zqy3cmvmww1j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mgutz/ansi")) +; (home-page "https://github.com/mgutz/ansi") +; (synopsis "ansi") +; (description +; "Package ansi is a small, fast library to create ANSI colored strings and codes. +;") +; (license license:expat))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.7 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcloud-tail-1.0.0 +; (package +; (name "go-github-com-hpcloud-tail") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcloud/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcloud/tail")) +; (home-page "https://github.com/hpcloud/tail") +; (synopsis "Go package for tail-ing files") +; (description +; "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") +; (license license:expat))) +; +;(define-public go-github-com-onsi-ginkgo-1.6.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180906233101-161cd47e91fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180909124046-d0be0721c37e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-fsnotify-v1-1.4.7 +; (package +; (name "go-gopkg-in-fsnotify-v1") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/fsnotify.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/fsnotify.v1" +; #:unpack-path +; "gopkg.in/fsnotify.v1")) +; (home-page "https://gopkg.in/fsnotify.v1") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 +; (package +; (name "go-gopkg-in-tomb-v1") +; (version "1.0.0-20141024135613-dd632973f1e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/tomb.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) +; (home-page "https://gopkg.in/tomb.v1") +; (synopsis "Installation and usage") +; (description +; "The tomb package offers a conventional API for clean goroutine termination. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.1 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-gomega-1.5.0 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n7i4hksdgv410m43v2sw14bl5vy59dkp6nlw5l76nibbh37syr9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-sergi-go-diff-1.0.0 +; (package +; (name "go-github-com-sergi-go-diff") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sergi/go-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sergi/go-diff")) +; (home-page "https://github.com/sergi/go-diff") +; (synopsis "go-diff") +; (description +; "go-diff offers algorithms to perform operations required for synchronizing plain text:") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190426145343-a29dc8fdc734") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07f0jj4haqs0ywc1akk1qjwn5msl2j0pry1rxjkkbfcq4r6ihc1p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-aphistic-sweet-0.2.0 +; (package +; (name "go-github-com-aphistic-sweet") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aphistic/sweet") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb4qagfxf6byqn2yx0vq24xfvisz3ah4w6bvqclc8cklvfngw43")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aphistic/sweet")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734" +; ,go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734) +; ("go-github-com-sergi-go-diff-1.0.0" +; ,go-github-com-sergi-go-diff-1.0.0) +; ("go-github-com-onsi-gomega-1.5.0" ,go-github-com-onsi-gomega-1.5.0) +; ("go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b" +; ,go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b) +; ("go-github-com-mattn-go-colorable-0.1.1" +; ,go-github-com-mattn-go-colorable-0.1.1))) +; (home-page "https://github.com/aphistic/sweet") +; (synopsis "sweet") +; (description +; "Sweet is a pluggable test runner capable of hooking into standard Go tests. It attempts to provide access to the standard Go test tool as close as possible while adding support for test suites and plugins that can hook into test results to add additional functionality.") +; (license license:expat))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20180206201540-c2b33e8439af") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r6w7ydx8ydryxk3sfhzsk8m6f1nsik9jg3i1zhi69v4kfl4d5cz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-aws-aws-sdk-go-1.20.6 +; (package +; (name "go-github-com-aws-aws-sdk-go") +; (version "1.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aws/aws-sdk-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "016vy5s9finyfgh08j7rvn2pnwymdgj2ydr59w57pysnri87mdwx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aws/aws-sdk-go")) +; (propagated-inputs +; `(("go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af))) +; (home-page "https://github.com/aws/aws-sdk-go") +; (synopsis "AWS SDK for Go") +; (description +; "Package sdk is the official AWS SDK for the Go programming language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59 +; (package +; (name "go-github-com-aybabtme-rgbterm") +; (version "0.0.0-20170906152045-cc83f3b3ce59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aybabtme/rgbterm") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wvmxvjn64968ikvnxrflb1x8rlcwzpfl53fzbxff2axbx9lq50q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aybabtme/rgbterm")) +; (home-page "https://github.com/aybabtme/rgbterm") +; (synopsis "RGB terminal") +; (description +; "Package rgbterm colorizes bytes and strings using RGB colors, for a +;full range of pretty terminal strings. +;") +; (license #f))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 +; (package +; (name "go-github-com-kr-logfmt") +; (version "0.0.0-20140226030751-b84e30acd515") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/logfmt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/logfmt")) +; (home-page "https://github.com/kr/logfmt") +; (synopsis #f) +; (description +; "Package implements the decoding of logfmt key-value pairs. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.4.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (propagated-inputs +; `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-uuid-1.1.1 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7 +; (package +; (name "go-github-com-jpillora-backoff") +; (version "0.0.0-20180909062703-3050d21c67d7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jpillora/backoff") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nxapdx9xg5gwiscfhq7m0w14hj4gaxb4avmgf1mx9zd3jnw9jxv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jpillora/backoff")) +; (home-page "https://github.com/jpillora/backoff") +; (synopsis "Backoff") +; (description +; "Package backoff provides an exponential-backoff implementation. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.2.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190222072716-a9d3bda3a223") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1w45zc13xrjzl19s1sx74r5mg3lf2z2nm13wygcdq5r5pyjlhdz9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.8 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rqfh1rj6f5wm8p2ky7inm8g10152p7w6n2cli17kf9gad797i8h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" +; ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.2 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.8" +; ,go-github-com-mattn-go-isatty-0.0.8))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-rogpeppe-fastuuid-1.1.0 +; (package +; (name "go-github-com-rogpeppe-fastuuid") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/fastuuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jlif5pxyz3md02ij93kd2y2j1zz0ajc9k8azvn83vv6l3r5c1zg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) +; (home-page "https://github.com/rogpeppe/fastuuid") +; (synopsis "fastuuid") +; (description +; "Package fastuuid provides fast UUID generation of 192 bit +;universally unique identifiers. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9 +; (package +; (name "go-github-com-smartystreets-go-aws-auth") +; (version "0.0.0-20180515143844-0c1422d1fdb9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets-archives/go-aws-auth") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0krfdpgn3gfii1z9fi8ydfw0wwfqyvp6w3rji7w92m528zkjl93d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/go-aws-auth")) +; (home-page "https://github.com/smartystreets/go-aws-auth") +; (synopsis "go-aws-auth") +; (description +; "Package awsauth implements AWS request signing using Signed Signature Version 2, +;Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and STS. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-1.0.0 +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1188hs39zvil41sdnxs83h1hp319lfyc5n2rvd1xnhz1dh5qjjh4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-gunit-1.0.0 +; (package +; (name "go-github-com-smartystreets-gunit") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/gunit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d09rl5qqpj36a311pjj8w5jkj83d5b8gdcsx8f1zn4j924sm5d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/gunit")) +; (propagated-inputs +; `(("go-github-com-smartystreets-assertions-1.0.0" +; ,go-github-com-smartystreets-assertions-1.0.0))) +; (home-page "https://github.com/smartystreets/gunit") +; (synopsis "gunit") +; (description +; "Package gunit provides \"testing\" package hooks and convenience +;functions for writing tests in an xUnit style. +;See the README file and the examples folder for examples. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200605160147-a5ece683394c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03cm7c3p5fh0aa8vnxv5010dgqqr268ivb480ix1salxx3396w68")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-tj-assert-0.0.3 +; (package +; (name "go-github-com-tj-assert") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/assert") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/assert")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/tj/assert") +; (synopsis "assert") +; (description +; "Package assert implements the same assertions as the `assert` package but +;stops test execution when a test fails. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-buffer-1.1.0 +; (package +; (name "go-github-com-tj-go-buffer") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-buffer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qdxpa069pjjbzh217aadpzz1aq1n6h32lhp60yjcpi7hr4q8fxx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-buffer")) +; (propagated-inputs +; `(("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3))) +; (home-page "https://github.com/tj/go-buffer") +; (synopsis "Buffer") +; (description +; "Package buffer provides a generic buffer or batching mechanism for flushing +;entries at a given size or interval, useful for cases such as batching log +;events. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2 +; (package +; (name "go-github-com-tj-go-elastic") +; (version "0.0.0-20171221160941-36157cbbebc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-elastic") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-elastic")) +; (home-page "https://github.com/tj/go-elastic") +; (synopsis "go-elastic") +; (description +; "Package elastic provides an Elasticsearch client with AWS sigv4 support. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b +; (package +; (name "go-github-com-tj-go-kinesis") +; (version "0.0.0-20171128231115-08b17f58cb1b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-kinesis") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "108c6p5j6rhhc2cnc2v5368yfsw73y6lzlvz02vpvvjph8rhmld4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-kinesis")) +; (home-page "https://github.com/tj/go-kinesis") +; (synopsis "go-kinesis") +; (description +; "Package kinesis implements a batch producer built on top of the official AWS SDK. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-spin-1.1.0 +; (package +; (name "go-github-com-tj-go-spin") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-spin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-spin")) +; (home-page "https://github.com/tj/go-spin") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20190902080502-41f04d3bba15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-apex-log-1.9.0 +; (package +; (name "go-github-com-apex-log") +; (version "1.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/apex/log") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ibqkncnb8wcwilg2kyfyl5541g69rg551iy6m61q6iwdn5vfhi2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/apex/log")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-tj-go-spin-1.1.0" ,go-github-com-tj-go-spin-1.1.0) +; ("go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b" +; ,go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b) +; ("go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2" +; ,go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2) +; ("go-github-com-tj-go-buffer-1.1.0" ,go-github-com-tj-go-buffer-1.1.0) +; ("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-smartystreets-gunit-1.0.0" +; ,go-github-com-smartystreets-gunit-1.0.0) +; ("go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9" +; ,go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9) +; ("go-github-com-rogpeppe-fastuuid-1.1.0" +; ,go-github-com-rogpeppe-fastuuid-1.1.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-mattn-go-colorable-0.1.2" +; ,go-github-com-mattn-go-colorable-0.1.2) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7" +; ,go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59" +; ,go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59) +; ("go-github-com-aws-aws-sdk-go-1.20.6" +; ,go-github-com-aws-aws-sdk-go-1.20.6) +; ("go-github-com-aphistic-sweet-0.2.0" +; ,go-github-com-aphistic-sweet-0.2.0) +; ("go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a" +; ,go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a) +; ("go-github-com-apex-logs-1.0.0" ,go-github-com-apex-logs-1.0.0))) +; (home-page "https://github.com/apex/log") +; (synopsis "Handlers") +; (description +; "Package log implements a simple structured logging API designed with few assumptions. Designed for +;centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out +;to handlers. +;") +; (license license:expat))) +; +;(define-public go-github-com-blang-semver-v4-4.0.0 +; (package +; (name "go-github-com-blang-semver-v4") +; (version "4.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14h9ys4n4kx9cbj42lkdf4i5k3nkll6sd62jcvl7cs565v6fiknz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver/v4")) +; (home-page "https://github.com/blang/semver") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-buger-jsonparser-1.1.1 +; (package +; (name "go-github-com-buger-jsonparser") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/buger/jsonparser") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qv2lsh2biwxn927941gqiv5pqg7n4v58j0i536pjp7pr17pq7dp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/buger/jsonparser")) +; (home-page "https://github.com/buger/jsonparser") +; (synopsis +; "Alternative JSON parser for Go (10x times faster standard library)") +; (description +; "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-bugsnag-go-1.5.1 +; (package +; (name "go-github-com-bugsnag-bugsnag-go") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/bugsnag-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "133yi7x5ygwg7iabl246nj2i3lqkkh0pmhpcw4maq2g0b8d7np54")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) +; (home-page "https://github.com/bugsnag/bugsnag-go") +; (synopsis "Bugsnag error reporter for Go") +; (description +; "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). +;") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-panicwrap-1.2.0 +; (package +; (name "go-github-com-bugsnag-panicwrap") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/panicwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dzsnpdy4b16h8gh6qr9k3bl5dfch7vmglqhsbcxwyli8s09pimx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/panicwrap")) +; (home-page "https://github.com/bugsnag/panicwrap") +; (synopsis "panicwrap") +; (description +; "The panicwrap package provides functions for capturing and handling +;panics in your application. It does this by re-executing the running +;application and monitoring stderr for any panics. At the same time, +;stdout/stderr/etc. are set to the same values so that data is shuttled +;through properly, making the existence of panicwrap mostly transparent. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.2.1 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-frankban-quicktest-1.11.3 +; (package +; (name "go-github-com-frankban-quicktest") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/frankban/quicktest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/frankban/quicktest")) +; (propagated-inputs +; `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/frankban/quicktest") +; (synopsis "quicktest") +; (description +; "Package quicktest provides a collection of Go helpers for writing tests. +;") +; (license license:expat))) +; +;(define-public go-github-com-google-go-cmp-0.5.4 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.4.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.1.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-docker-go-units-0.4.0 +; (package +; (name "go-github-com-docker-go-units") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-units") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-units")) +; (home-page "https://github.com/docker/go-units") +; (synopsis "Introduction") +; (description +; "Package units provides helper function to parse and print size and time units +;in human-readable format. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.3 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-yuin-goldmark-1.1.27 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.27") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.2.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200226121028-0de0cce0169b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190911185100-cd5d95a43a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200619180055-7c47624df98f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.27" +; ,go-github-com-yuin-goldmark-1.1.27))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.5.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" +; ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-kisielk-gotool-1.0.0 +; (package +; (name "go-github-com-kisielk-gotool") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/gotool") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/gotool")) +; (home-page "https://github.com/kisielk/gotool") +; (synopsis "gotool") +; (description +; "Package gotool contains utility functions used to implement the standard +;\"cmd/go\" tool, provided as a convenience to developers who want to write +;tools with similar semantics. +;") +; (license license:expat))) +; +;(define-public go-github-com-yuin-goldmark-1.2.1 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20190717185122-a985d3407aa7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191119224855-298f0cb1881e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191011141410-1b5146add898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.3.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201021035429-f5854403a974") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201020160332-67f06af15bc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20200804184101-5ec99f83aff1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210106214847-113979e3529a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-protobuf-1.3.2 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" +; ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.5.0" +; ,go-github-com-kisielk-errcheck-1.5.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191026070338-33540a1f6037") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.7.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0-20190314233015-f79a8a8ca69d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.2 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210124154548-22da62e12c0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-cgroups-1.0.1 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-cenkalti-backoff-v4-4.1.1 +; (package +; (name "go-github-com-cenkalti-backoff-v4") +; (version "4.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cenkalti/backoff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08c28226q612i1pv83161y57qh16631vpc51ai9f76qfrzsy946z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cenkalti/backoff/v4")) +; (home-page "https://github.com/cenkalti/backoff") +; (synopsis "Exponential Backoff") +; (description +; "Package backoff implements backoff algorithms for retrying operations. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.9 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ykikks6ihgg899ibk9m9m0hqrbss0cx7l7z4yjb873b10bacj52")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.23 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.23") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19gmwvq72vrlw6wvnmz4rjmg6r34c1nbqk71mj4bqq08rpi3i89r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.1.0" +; ,go-github-com-containerd-ttrpc-1.1.0) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-containerd-1.4.9" +; ,go-github-com-containerd-containerd-1.4.9) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-cenkalti-backoff-v4-4.1.1" +; ,go-github-com-cenkalti-backoff-v4-4.1.1) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-1.0.0 +; (package +; (name "go-github-com-containerd-aufs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-1.0.0 +; (package +; (name "go-github-com-containerd-btrfs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cilium-ebpf-0.4.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-1.0.1 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mitchellh-go-homedir-1.1.0 +; (package +; (name "go-github-com-mitchellh-go-homedir") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/go-homedir") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/go-homedir")) +; (home-page "https://github.com/mitchellh/go-homedir") +; (synopsis "go-homedir") +; (description +; "This is a Go library for detecting the user's home directory without +;the use of cgo, so the library can be used in cross-compilation environments.") +; (license license:expat))) +; +;(define-public go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6 +; (package +; (name "go-github-com-armon-consul-api") +; (version "0.0.0-20180202201655-eb2c6b5be1b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/consul-api") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/consul-api")) +; (home-page "https://github.com/armon/consul-api") +; (synopsis "consul-api") +; (description +; " Please use @url{https://github.com/hashicorp/consul/tree/master/api,consul api package} instead. +;Godocs for that package @url{http://godoc.org/github.com/hashicorp/consul/api,are here}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-coreos-bbolt-1.3.2 +; (package +; (name "go-github-com-coreos-bbolt") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/bbolt")) +; (home-page "https://github.com/coreos/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-etcd-3.3.10+incompatible +; (package +; (name "go-github-com-coreos-etcd") +; (version "3.3.10+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/etcd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/etcd")) +; (home-page "https://github.com/coreos/etcd") +; (synopsis "etcd") +; (description +; "Package main is a simple wrapper of the real etcd entrypoint package +;(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still +;\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and +;builds a binary in $GOBIN/etcd +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190129154638-5b532d6fd5ef") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ls2i4ixyd4r2556j7c5jmlligjb35gfvxknrdn2abjmcahgqd6h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-websocket-1.4.0 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-middleware") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (synopsis "Go gRPC Middleware") +; (description +; "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.0 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" +; ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) +; ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) +; ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" +; ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-hcl-1.0.0 +; (package +; (name "go-github-com-hashicorp-hcl") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/hcl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/hcl")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/hashicorp/hcl") +; (synopsis "HCL") +; (description "Package hcl decodes HCL into usable Go structures. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-magiconair-properties-1.8.0 +; (package +; (name "go-github-com-magiconair-properties") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/magiconair/properties") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/magiconair/properties")) +; (home-page "https://github.com/magiconair/properties") +; (synopsis "Overview") +; (description +; "Package properties provides functions for reading and writing +;ISO-8859-1 and UTF-8 encoded .properties files and has +;support for recursive property expansion. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-pelletier-go-toml-1.2.0 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-prometheus-common-0.4.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" +; ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20190507164030-5867b95ac084") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-oneofone-xxhash-1.2.2 +; (package +; (name "go-github-com-oneofone-xxhash") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/OneOfOne/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/OneOfOne/xxhash")) +; (home-page "https://github.com/OneOfOne/xxhash") +; (synopsis "xxhash") +; (description +; "This is a native Go implementation of the excellent @url{https://github.com/Cyan4973/xxHash,xxhash}* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.") +; (license license:asl2.0))) +; +;(define-public go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72 +; (package +; (name "go-github-com-spaolacci-murmur3") +; (version "0.0.0-20180118202830-f09979ecbc72") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spaolacci/murmur3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spaolacci/murmur3")) +; (home-page "https://github.com/spaolacci/murmur3") +; (synopsis "murmur3") +; (description +; "Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-cespare-xxhash-1.1.0 +; (package +; (name "go-github-com-cespare-xxhash") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cespare/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cespare/xxhash")) +; (propagated-inputs +; `(("go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72" +; ,go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72) +; ("go-github-com-oneofone-xxhash-1.2.2" +; ,go-github-com-oneofone-xxhash-1.2.2))) +; (home-page "https://github.com/cespare/xxhash") +; (synopsis "xxhash") +; (description +; "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described +;at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. +;") +; (license license:expat))) +; +;(define-public go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954 +; (package +; (name "go-github-com-dgryski-go-sip13") +; (version "0.0.0-20181026042036-e10d5fee7954") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgryski/go-sip13") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgryski/go-sip13")) +; (home-page "https://github.com/dgryski/go-sip13") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-oklog-ulid-1.3.1 +; (package +; (name "go-github-com-oklog-ulid") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/oklog/ulid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/oklog/ulid")) +; (home-page "https://github.com/oklog/ulid") +; (synopsis "Universally Unique Lexicographically Sortable Identifier") +; (description +; "This package provides a Go port of @url{https://github.com/alizain/ulid,alizain/ulid} with binary format implemented.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce +; (package +; (name "go-github-com-prometheus-common") +; (version "0.0.0-20181113130724-41aa239b4cce") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spy10lwanqa5ynks9cagphkq74zz4b3jm4w59vvizdcw4fhd7s6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-tsdb-0.7.1 +; (package +; (name "go-github-com-prometheus-tsdb") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus-junkyard/tsdb") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/tsdb")) +; (propagated-inputs +; `(("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce" +; ,go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-oklog-ulid-1.3.1" ,go-github-com-oklog-ulid-1.3.1) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954" +; ,go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-cespare-xxhash-1.1.0" +; ,go-github-com-cespare-xxhash-1.1.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/tsdb") +; (synopsis "TSDB") +; (description +; "Package tsdb implements a time series storage for float64 sample data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-0.9.3 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-github-com-prometheus-tsdb-0.7.1" +; ,go-github-com-prometheus-tsdb-0.7.1) +; ("go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084" +; ,go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084) +; ("go-github-com-prometheus-common-0.4.0" +; ,go-github-com-prometheus-common-0.4.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-beorn7-perks-1.0.0" +; ,go-github-com-beorn7-perks-1.0.0))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-afero-1.1.2 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cast-1.3.0 +; (package +; (name "go-github-com-spf13-cast") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cast") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cast")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/cast") +; (synopsis "cast") +; (description "Package cast provides easy and safe casting in Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-jwalterweatherman-1.0.0 +; (package +; (name "go-github-com-spf13-jwalterweatherman") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/jwalterweatherman") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) +; (home-page "https://github.com/spf13/jwalterweatherman") +; (synopsis "jWalterWeatherman") +; (description +; "Seamless printing to the terminal (stdout) and logging to a io.Writer +;(file) thatâ\x80\x99s as easy to use as fmt.Println.") +; (license license:expat))) +; +;(define-public go-github-com-ugorji-go-1.1.4 +; (package +; (name "go-github-com-ugorji-go") +; (version "1.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ugorji/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ugorji/go")) +; (home-page "https://github.com/ugorji/go") +; (synopsis "go-codec") +; (description +; "This repository contains the @code{go-codec} library, the @code{codecgen} tool and +;benchmarks for comparing against other libraries.") +; (license license:expat))) +; +;(define-public go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77 +; (package +; (name "go-github-com-xordataexchange-crypt") +; (version "0.0.3-0.20170626215501-b2862e3d0a77") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xordataexchange/crypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xordataexchange/crypt")) +; (home-page "https://github.com/xordataexchange/crypt") +; (synopsis "crypt") +; (description +; "You can use crypt as a command line tool or as a configuration library:") +; (license license:expat))) +; +;(define-public go-go-etcd-io-bbolt-1.3.2 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4 +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20190308202827-9d24e82272b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-github-com-spf13-viper-1.4.0 +; (package +; (name "go-github-com-spf13-viper") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/viper") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/viper")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) +; ("go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4" +; ,go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4) +; ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" +; ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-go-etcd-io-bbolt-1.3.2" ,go-go-etcd-io-bbolt-1.3.2) +; ("go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77" +; ,go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77) +; ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" +; ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) +; ("go-github-com-ugorji-go-1.1.4" ,go-github-com-ugorji-go-1.1.4) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-jwalterweatherman-1.0.0" +; ,go-github-com-spf13-jwalterweatherman-1.0.0) +; ("go-github-com-spf13-cast-1.3.0" ,go-github-com-spf13-cast-1.3.0) +; ("go-github-com-spf13-afero-1.1.2" ,go-github-com-spf13-afero-1.1.2) +; ("go-github-com-soheilhy-cmux-0.1.4" +; ,go-github-com-soheilhy-cmux-0.1.4) +; ("go-github-com-prometheus-client-golang-0.9.3" +; ,go-github-com-prometheus-client-golang-0.9.3) +; ("go-github-com-pelletier-go-toml-1.2.0" +; ,go-github-com-pelletier-go-toml-1.2.0) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-magiconair-properties-1.8.0" +; ,go-github-com-magiconair-properties-1.8.0) +; ("go-github-com-jonboulle-clockwork-0.1.0" +; ,go-github-com-jonboulle-clockwork-0.1.0) +; ("go-github-com-hashicorp-hcl-1.0.0" +; ,go-github-com-hashicorp-hcl-1.0.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.0" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0" +; ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0) +; ("go-github-com-gorilla-websocket-1.4.0" +; ,go-github-com-gorilla-websocket-1.4.0) +; ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) +; ("go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef" +; ,go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7) +; ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" +; ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.2.0" +; ,go-github-com-coreos-go-semver-0.2.0) +; ("go-github-com-coreos-etcd-3.3.10+incompatible" +; ,go-github-com-coreos-etcd-3.3.10+incompatible) +; ("go-github-com-coreos-bbolt-1.3.2" ,go-github-com-coreos-bbolt-1.3.2) +; ("go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6" +; ,go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6))) +; (home-page "https://github.com/spf13/viper") +; (synopsis "Install") +; (description "Many Go projects are built using Viper including:") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-1.0.0 +; (package +; (name "go-github-com-spf13-cobra") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-spf13-viper-1.4.0" ,go-github-com-spf13-viper-1.4.0) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-mitchellh-go-homedir-1.1.0" +; ,go-github-com-mitchellh-go-homedir-1.1.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.1.0 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h756l1xc31sc4zc1d3hmh64kl9qm5vpbbw0c93hrasn51ki96yz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-spf13-cobra-1.0.0" ,go-github-com-spf13-cobra-1.0.0) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-1.0.0 +; (package +; (name "go-github-com-containerd-fifo") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l6jy9b4mjcj7pbz1n79zmipni1dz60rf5n66vn5p2ggavbq7h1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-cni-1.0.2 +; (package +; (name "go-github-com-containerd-go-cni") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hqwy402qy04slz2vj05s517mhdbmmkdjs6nhfnk184a730whgv6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-cni")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-containernetworking-cni-0.8.0" +; ,go-github-com-containernetworking-cni-0.8.0))) +; (home-page "https://github.com/containerd/go-cni") +; (synopsis "go-cni") +; (description +; "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-1.0.0 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210315114300-dde8f0fda960") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ag5p2vqzdavq66wb1z42yw5jzrncsi97g8qk2x9nq51z1nj8rdi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.4 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "039c26mjq8qs1s4kbx76fc99wnmnx165bqn16b2b9gyvxcphs7iv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960" +; ,go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" +; ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) +; ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" +; ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" +; ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" +; ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) +; ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" +; ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210324051608-47abb6519492") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19g0pa8lazad5kcq396ggg9x1d6sx39rw9brz3hklx71gg1jd3ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.16 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.16") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15bxkqq4zavwspx3ga8j3vx9jrc7l0jazsa6cs6im9liy6xhkbd6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-containerd-1.5.0-beta.4" +; ,go-github-com-containerd-containerd-1.5.0-beta.4) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17-0.20210324224401-5516f17a5958") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20210316121734-20793ff83c97") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ipr8pafb2xpkchfvnxjcfx9pb48mjr9k8krj9gnagssxhynbkd5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676 +; (package +; (name "go-github-com-containerd-btrfs") +; (version "0.0.0-20210316141732-918d888fb676") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20210316144830-115abcc95a1d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hqna43p8r6g3xv8g8n985hq1nzipsvjiwm70xpbzbgynh4ym6z5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20201020171139-16b287bc67d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.1.1-0.20210312161619-7ed62a527887") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16pgcc0w8m2cxhfjzmmd2h3n6mxzc1nlghrhgjlx0lf4q96hv904")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.0" +; ,go-github-com-containers-ocicrypt-1.1.0) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.0.0-20210316161719-dbaa18c31c14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kyrvagbga6yib7il0m4zvqz977a4wsv5lgjd3ix53xmr4h7fgm7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210324211415-d5c4544f0433") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wsqwqv2pyn05asgpm9clgpwq9b8b0fjk4khzkjvscrf5j4v1rx4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.4 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gffl7z6bvi46v0fvphbak4waddsgf4pd5w16khgrzl1sv9skn61")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) +; ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-api-0.20.4 +; (package +; (name "go-k8s-io-api") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hjckd94vpsr690kwx7dad8qlb8xjg2bz5ms315s9h6wc5cqwvgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apimachinery-0.20.4 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.4 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g8x2d59qm6068rql63c0mdhcjz9jsyyf7a5fdg1hyf88dvigfcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.4 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02b782p63h8z3pg64i1kfgkmxwslxpyl6afkhd1agbig9zd6g7w8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.4 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-rc.0 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-rc.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "148z6782bj0vy3vzbhg2xf53g14llvxfsmdsqkz6x5n49rm6xr4i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.4" ,go-k8s-io-cri-api-0.20.4) +; ("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) +; ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apiserver-0.20.4" ,go-k8s-io-apiserver-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433" +; ,go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" +; ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) +; ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" +; ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" +; ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" +; ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) +; ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" +; ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20210322153248-0c34fe9e7dc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.1 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l0bfk244sxnakg3my529jsw532pffkmiyk5y1iqblz4mkjfphc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" +; ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.1.1 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "177fs3p2xzwjsffcxqqllx6wi6ghfyqbvfgn95v3q7a2993yqk4k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.1" +; ,go-github-com-containers-ocicrypt-1.1.1) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-rc.0" +; ,go-github-com-containerd-containerd-1.5.0-rc.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-microsoft-hcsshim-0.8.16" +; ,go-github-com-microsoft-hcsshim-0.8.16) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.1.0 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hqji5qa0n0fdyv9sjdl7mv3bb4fnq9i79pdzlw6m1nigrnb18qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200224152610-e50cd9704f63") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1392q1dfg4kkfg86w05gsszdlkd0hf424rvich1xzjqbm3ad3lin")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.27.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.27.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0aszb7cv8fq1m8akgd4kjyg5q7g5z9fdqnry6057ygq9r8r2yif2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-ttrpc-1.1.0 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13grp3ivmkdyhwpzhnva2w4lv035c4i1m0a2bdci4z44mif86gns")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.27.1" +; ,go-google-golang-org-protobuf-1.27.1) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63" +; ,go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-1.0.2 +; (package +; (name "go-github-com-containerd-typeurl") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wvfxlxgkln11d9s6rxay965c715bnpk203klbsq8m8qpjqrz620")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.15 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1119qf7nklpnn9li61m8jrd5wvifhiz7qh7sfjjy04rfvbvlsi6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" +; ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k6dqaidnldf7kpxdszf0wn6xb8m6vaizm2aza81fri1q0051213")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200622214017-ed371f2e16b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20201003224125-76a6863f2989") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nsiyqjrgf3vvv6hpiljknpbkzlla1czpkq69i607f7p5jd8bgaq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" +; ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.1" +; ,go-github-com-containerd-ttrpc-1.0.1) +; ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" +; ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) +; ("go-github-com-containerd-containerd-1.4.1" +; ,go-github-com-containerd-containerd-1.4.1) +; ("go-github-com-microsoft-hcsshim-0.8.9" +; ,go-github-com-microsoft-hcsshim-0.8.9))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20210114181951-8a68de567b68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v70kxazvsizx33w9nz341hg14acg2vnbfcpx9yknmsjqdwgqnhs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17-0.20210211115548-6eac466e5fa3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w8fmybsl0v5azwi66qa299gwh0mlp907mrg4yaiya7s0cjmjx0d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3 +; (package +; (name "go-github-com-microsoft-hcsshim-test") +; (version "0.0.0-20210227013316-43a75bb4edd3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j899w4hdw1mk6rfyy9qsm902iavgc49ykbjdsb02m6wszq1z0wy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/Microsoft/hcsshim/test" +; #:unpack-path +; "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.16 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.16") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible +; (package +; (name "go-github-com-azure-azure-sdk-for-go") +; (version "16.2.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/azure-sdk-for-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hwrspsyfs003h4f8zl8b41g3a6jpkqawqrykd1mjw9p6hs1c6k8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) +; (home-page "https://github.com/Azure/azure-sdk-for-go") +; (synopsis "Azure SDK for Go") +; (description +; "Package sdk provides Go packages for managing and using Azure services. +;") +; (license license:expat))) +; +;(define-public go-github-com-azure-go-autorest-10.8.1+incompatible +; (package +; (name "go-github-com-azure-go-autorest") +; (version "10.8.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/go-autorest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "122zfifj93vkix8ggkdh0dz5rmzxh4bql4nry1hws2czmzgxlkdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/go-autorest")) +; (home-page "https://github.com/Azure/go-autorest") +; (synopsis "go-autorest") +; (description +; "Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d +; (package +; (name "go-github-com-shopify-logrus-bugsnag") +; (version "0.0.0-20171204204709-577dee27f20d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Shopify/logrus-bugsnag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l3yahk77vzgmjs7baf8g14sv33jj04rw73iind4wayg40lfgrp8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Shopify/logrus-bugsnag")) +; (home-page "https://github.com/Shopify/logrus-bugsnag") +; (synopsis "logrus-bugsnag") +; (description +; "logrus-bugsnag is a hook that allows @url{https://github.com/sirupsen/logrus,Logrus} to interface with @url{https://bugsnag.com,Bugsnag}.") +; (license license:expat))) +; +;(define-public go-github-com-go-ini-ini-1.25.4 +; (package +; (name "go-github-com-go-ini-ini") +; (version "1.25.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-ini/ini") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b6cql5ripbiyrm18d6bfd1rfjnwcbskppw3d0vb80l0wy72d0c6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-ini/ini")) +; (home-page "https://github.com/go-ini/ini") +; (synopsis "INI") +; (description +; "Package ini provides INI file read and write functionality in Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20160202185014-0b12d6b521d8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-aws-aws-sdk-go-1.15.11 +; (package +; (name "go-github-com-aws-aws-sdk-go") +; (version "1.15.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aws/aws-sdk-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w960w39k3nyc17p1lvd41cls39qwg7kzfm57vfbdb4h1m5sck99")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aws/aws-sdk-go")) +; (propagated-inputs +; `(("go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8) +; ("go-github-com-go-ini-ini-1.25.4" ,go-github-com-go-ini-ini-1.25.4))) +; (home-page "https://github.com/aws/aws-sdk-go") +; (synopsis "AWS SDK for Go") +; (description +; "Package sdk is the official AWS SDK for the Go programming language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a +; (package +; (name "go-github-com-beorn7-perks") +; (version "0.0.0-20160804104726-4c0e84591b9a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-bitly-go-simplejson-0.5.0 +; (package +; (name "go-github-com-bitly-go-simplejson") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bitly/go-simplejson") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bitly/go-simplejson")) +; (home-page "https://github.com/bitly/go-simplejson") +; (synopsis "go-simplejson") +; (description "a Go package to interact with arbitrary JSON") +; (license license:expat))) +; +;(define-public go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869 +; (package +; (name "go-github-com-bmizerany-assert") +; (version "0.0.0-20160611221934-b7ed37b82869") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bmizerany/assert") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bmizerany/assert")) +; (home-page "https://github.com/bmizerany/assert") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1 +; (package +; (name "go-github-com-bshuster-repo-logrus-logstash-hook") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bshuster-repo/logrus-logstash-hook") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kkjzav4i3l2ahgpirysr0cqh60vdq517lpj00cc9z32zfrsw87k")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) +; (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") +; (synopsis "Logstash hook for logrus") +; (description +; "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd +; (package +; (name "go-github-com-bugsnag-bugsnag-go") +; (version "0.0.0-20141110184014-b1d153021fcd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/bugsnag-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "057vwigfzq42p9vkk9yhy8vkvgdmh6653rc988jmvmrkwbgvb352")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) +; (home-page "https://github.com/bugsnag/bugsnag-go") +; (synopsis "Bugsnag error reporter for Go") +; (description +; "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). +;") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b +; (package +; (name "go-github-com-bugsnag-osext") +; (version "0.0.0-20130617224835-0dd3f918b21b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02pczqml6p1mnfdrygm3rs02g0r65qx8v1bi3x24dx8wv9dr5y23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/osext")) +; (home-page "https://github.com/bugsnag/osext") +; (synopsis #f) +; (description "Extensions to the standard \"os\" package. +;") +; (license license:zlib))) +; +;(define-public go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0 +; (package +; (name "go-github-com-bugsnag-panicwrap") +; (version "0.0.0-20151223152923-e2c28503fcd0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/panicwrap") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02z1q18s83xhfsz3n8bzv071a6n0irlad11yxppaf7015a7dl446")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/panicwrap")) +; (home-page "https://github.com/bugsnag/panicwrap") +; (synopsis "panicwrap") +; (description +; "The panicwrap package provides functions for capturing and handling +;panics in your application. It does this by re-executing the running +;application and monitoring stderr for any panics. At the same time, +;stdout/stderr/etc. are set to the same values so that data is shuttled +;through properly, making the existence of panicwrap mostly transparent. +;") +; (license license:expat))) +; +;(define-public go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba +; (package +; (name "go-github-com-denverdino-aliyungo") +; (version "0.0.0-20190125010748-a747050bb1ba") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/denverdino/aliyungo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rc16ciz8gjpn36fhp0qz1ns0inlvjaz07z1qffl9ni4b49hhwkn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/denverdino/aliyungo")) +; (home-page "https://github.com/denverdino/aliyungo") +; (synopsis "AliyunGo: Go SDK for Aliyun Services") +; (description +; "This is an unofficial Go SDK for Aliyun services. You are welcome for contribution.") +; (license license:asl2.0))) +; +;(define-public go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c +; (package +; (name "go-github-com-dgrijalva-jwt-go") +; (version "0.0.0-20170104182250-a601269ab70c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgrijalva/jwt-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c2dhmj95wh9cs099cr43qghgmp6bqx0mq44vha2dqq5jkbazwfv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) +; (home-page "https://github.com/dgrijalva/jwt-go") +; (synopsis "jwt-go") +; (description +; "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} +;") +; (license license:expat))) +; +;(define-public go-github-com-dnaeon-go-vcr-1.0.1 +; (package +; (name "go-github-com-dnaeon-go-vcr") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dnaeon/go-vcr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dnaeon/go-vcr")) +; (home-page "https://github.com/dnaeon/go-vcr") +; (synopsis "go-vcr") +; (description +; "@code{go-vcr} simplifies testing by recording your HTTP interactions and +;replaying them in future runs in order to provide fast, deterministic +;and accurate testing of your code.") +; (license license:bsd-2))) +; +;(define-public go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916 +; (package +; (name "go-github-com-docker-go-metrics") +; (version "0.0.0-20180209012529-399ea8c73916") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-metrics")) +; (home-page "https://github.com/docker/go-metrics") +; (synopsis "go-metrics") +; (description +; "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1 +; (package +; (name "go-github-com-docker-libtrust") +; (version "0.0.0-20150114040149-fa567046d9b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/libtrust") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1121c7fxarzyr3fvxyzfw8qs4hb8k92dsix26s5vxncgszl5svf2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/libtrust")) +; (home-page "https://github.com/docker/libtrust") +; (synopsis "libtrust") +; (description +; "Package libtrust provides an interface for managing authentication and +;authorization using public key cryptography. Authentication is handled +;using the identity attached to the public key and verified through TLS +;x509 certificates, a key challenge, or signature. Authorization and +;access control is managed through a trust graph distributed between +;both remote trust servers and locally cached and managed data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7 +; (package +; (name "go-github-com-garyburd-redigo") +; (version "0.0.0-20150301180006-535138d7bcd7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/garyburd/redigo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/garyburd/redigo")) +; (home-page "https://github.com/garyburd/redigo") +; (synopsis #f) +; (description +; "Future development of Redigo is at +;@url{https://github.com/gomodule/redigo,github.com/gomodule/redigo}. Please submit +;issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a +;read-only snapshot.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33 +; (package +; (name "go-github-com-gorilla-handlers") +; (version "0.0.0-20150720190736-60c7bfde3e33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/handlers") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zvpxvybdn8yqpk2cxs134ip9wxmw6c1s0kw9nahf7qw1kfyzycm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/handlers")) +; (home-page "https://github.com/gorilla/handlers") +; (synopsis "gorilla/handlers") +; (description +; "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use +;with Go's net/http package (or any framework supporting http.Handler). +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gorilla-mux-1.7.2 +; (package +; (name "go-github-com-gorilla-mux") +; (version "1.7.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/mux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gjcbgpdl3snc38i8sj8k6sqbv3inyrxqyggbqvr4jfx2phv2zy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/mux")) +; (home-page "https://github.com/gorilla/mux") +; (synopsis "gorilla/mux") +; (description "Package mux implements a request router and dispatcher. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20160803190731-bd40a432e4c7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kgzwiyqn24ba9kgpjxlq1h746gnyby0psbjj9mp2yx0h1i0kc4z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-marstr-guid-1.1.0 +; (package +; (name "go-github-com-marstr-guid") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/marstr/guid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/marstr/guid")) +; (home-page "https://github.com/marstr/guid") +; (synopsis "Guid") +; (description +; "Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, @url{http://ietf.org/rfc/rfc4122.txt,RFC 4122} governs the desired behavior.") +; (license license:expat))) +; +;(define-public go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f +; (package +; (name "go-github-com-mitchellh-osext") +; (version "0.0.0-20151018003038-5e2d6d41470f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j635c1cx7crs5wlirlk713l36x70pnlmqrzd3x3bjgnjg194jrk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/osext")) +; (home-page "https://github.com/mitchellh/osext") +; (synopsis "osext") +; (description "Extensions to the standard \"os\" package. +;") +; (license license:zlib))) +; +;(define-public go-github-com-ncw-swift-1.0.47 +; (package +; (name "go-github-com-ncw-swift") +; (version "1.0.47") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ncw/swift") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wxz4lvy6pjabghq8inby2fyh58ysclayccziawc8fd7a67kh4cd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ncw/swift")) +; (home-page "https://github.com/ncw/swift") +; (synopsis "Swift") +; (description +; "Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "0.0.0-20170106003457-a6d0ee40d420") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.0 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04ax2pylpwzsa5pw6wk94shdpdmfyqf70ys0idhpxsygzc2m5l23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.0.0-20180209125602-c332b6f63c06") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "068r759wnh1lxcjhj89z4bqbpl7ydcx2drn2967ygw80nyab30pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20171117100541-99fa1f4be8e5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.0.0-20180110214958-89604d197083") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "169rdlaf2mk9z4fydz7ajmngyhmf3q1lk96yhvx46bn986x5xkyn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 +; (package +; (name "go-github-com-gopherjs-gopherjs") +; (version "0.0.0-20181017120253-0766667cb4d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gopherjs/gopherjs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gopherjs/gopherjs")) +; (home-page "https://github.com/gopherjs/gopherjs") +; (synopsis "GopherJS - A compiler from Go to JavaScript") +; (description +; "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") +; (license license:bsd-2))) +; +;(define-public go-github-com-jtolds-gls-4.20.0+incompatible +; (package +; (name "go-github-com-jtolds-gls") +; (version "4.20.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jtolio/gls") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jtolds/gls")) +; (home-page "https://github.com/jtolds/gls") +; (synopsis "gls") +; (description "Package gls implements goroutine-local storage. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "0.0.0-20180927180507-b2de0cb4f26d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190328211700-ab21143f2384") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a +; (package +; (name "go-github-com-smartystreets-goconvey") +; (version "0.0.0-20190330032615-68dc04aab96a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/goconvey") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kas5v95fzhr88hg4rjy0vp03y4pzvy3pwwgkfz2yhn5nlj29nk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/goconvey")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" +; ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) +; ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" +; ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) +; ("go-github-com-jtolds-gls-4.20.0+incompatible" +; ,go-github-com-jtolds-gls-4.20.0+incompatible) +; ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" +; ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) +; (home-page "https://github.com/smartystreets/goconvey") +; (synopsis "GoConvey is awesome Go testing") +; (description +; "This executable provides an HTTP server that watches for file system changes +;to .go files within the working directory (and all nested go packages). +;Navigating to the configured host and port in a web browser will display the +;latest results of running `go test` in each go package. +;") +; (license license:expat))) +; +;(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43 +; (package +; (name "go-github-com-yvasiyarov-go-metrics") +; (version "0.0.0-20140926110328-57bccd1ccd43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rwlq9k3iii54da90fjivi13zacx2h6znppkzncvl653xhjpm26g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) +; (home-page "https://github.com/yvasiyarov/go-metrics") +; (synopsis "go-metrics") +; (description "Go port of Coda Hale's Metrics library +;") +; (license #f))) +; +;(define-public go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50 +; (package +; (name "go-github-com-yvasiyarov-gorelic") +; (version "0.0.0-20141212073537-a9bba5b9ab50") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/gorelic") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1niwv40k9rx2g5h6wddci9ykf1sm1d5ml9mjgdjd1ahm4wfq08gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) +; (home-page "https://github.com/yvasiyarov/gorelic") +; (synopsis "GoRelic is deprecated in favour of") +; (description +; "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f +; (package +; (name "go-github-com-yvasiyarov-newrelic-platform-go") +; (version "0.0.0-20140908184405-b21fdbd4370f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/newrelic_platform_go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a4yncdxwsy0rn3bhkadfysm817b7ndzmh9fkg8hh92pnw5aabzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) +; (home-page "https://github.com/yvasiyarov/newrelic_platform_go") +; (synopsis "New Relic Platform Agent SDK for Go(golang)") +; (description +; "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190619014844-b5b0513f8c1b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sr4gbiq09izkmm6hcmfnia6lz6ngzzqjbwlrzh7jifbzyck53wz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190602015325-4c4f7f33c9ed") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191001bxqyc3xfs46nnqmm7jdk0r73vk7a4zqngfl7zwjv9smwsq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff +; (package +; (name "go-google-golang-org-api") +; (version "0.0.0-20160322025152-9bf6e6e569ff") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02zn0zr4jrkdnxhxa0h3vm30j27bsc4lcswrffilkrafbspjsrxz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8 +; (package +; (name "go-google-golang-org-cloud") +; (version "0.0.0-20151119220103-975617b05ea8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "156jhn1kakr98jfk830y4yr8lhisdj6qs38ypa42ddmgza9qcmdd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/cloud")) +; (home-page "https://google.golang.org/cloud") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a +; (package +; (name "go-google-golang-org-grpc") +; (version "0.0.0-20160317175043-d3ddb4469d5a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p45by0s66ragvx9hs8gkz1k1gy8456y794b5zspa0b86y2b53w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20141024133853-64131543e789") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01sz40asq0zwf6j7q2hww33wr1cflglngq8xazw466c9d1f9kyyh")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c +; (package +; (name "go-github-com-docker-distribution") +; (version "0.0.0-20190905152932-14b96e55d84c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jd7ccjy7ahznsh6hf9dhqbgn9glwc0db9g5nv8n6sys5d1jdni9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" +; ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) +; ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" +; ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) +; ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" +; ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) +; ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" +; ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) +; ("go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed" +; ,go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b" +; ,go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) +; ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" +; ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) +; ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" +; ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) +; ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" +; ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a" +; ,go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083" +; ,go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083) +; ("go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5" +; ,go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5) +; ("go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06" +; ,go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06) +; ("go-github-com-opencontainers-image-spec-1.0.0" +; ,go-github-com-opencontainers-image-spec-1.0.0) +; ("go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420" +; ,go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420) +; ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) +; ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" +; ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-marstr-guid-1.1.0" ,go-github-com-marstr-guid-1.1.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-gorilla-mux-1.7.2" ,go-github-com-gorilla-mux-1.7.2) +; ("go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33" +; ,go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33) +; ("go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7" +; ,go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7) +; ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" +; ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) +; ("go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916" +; ,go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916) +; ("go-github-com-dnaeon-go-vcr-1.0.1" +; ,go-github-com-dnaeon-go-vcr-1.0.1) +; ("go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c" +; ,go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c) +; ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" +; ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) +; ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" +; ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) +; ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" +; ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) +; ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" +; ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) +; ("go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1" +; ,go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1) +; ("go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869" +; ,go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869) +; ("go-github-com-bitly-go-simplejson-0.5.0" +; ,go-github-com-bitly-go-simplejson-0.5.0) +; ("go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a" +; ,go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a) +; ("go-github-com-aws-aws-sdk-go-1.15.11" +; ,go-github-com-aws-aws-sdk-go-1.15.11) +; ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" +; ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) +; ("go-github-com-azure-go-autorest-10.8.1+incompatible" +; ,go-github-com-azure-go-autorest-10.8.1+incompatible) +; ("go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible" +; ,go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible))) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.2.2-0.20190723190241-65acae22fc9d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0700alky9z0g9akhrzn20wf4jr1600d0clhs32sm8chnlbvidy46")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190813064441-fde4db37ae7a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16k4w4pzziq1kln18k5fg01qgk4hpzb5xsm7175kaky6d6gwyhg3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-cri-api-0.17.3 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.17.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "047wg80q4cb9qikpj0zp2kzcgp599cdqwiqlravfy86bga4r3fgf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a" +; ,go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d" +; ,go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da +; (package +; (name "go-github-com-microsoft-hcsshim-test") +; (version "0.0.0-20201218223536-d3e5debf77da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/Microsoft/hcsshim/test" +; #:unpack-path +; "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-cri-api-0.17.3" ,go-k8s-io-cri-api-0.17.3) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" +; ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) +; ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" +; ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-imdario-mergo-0.3.8" +; ,go-github-com-imdario-mergo-0.3.8) +; ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" +; ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) +; ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" +; ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-gogo-googleapis-1.2.0" +; ,go-github-com-gogo-googleapis-1.2.0) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c" +; ,go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-blang-semver-3.1.0+incompatible" +; ,go-github-com-blang-semver-3.1.0+incompatible) +; ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" +; ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20200908144142-dab0cbea06f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "060iqypyrdmww0ykip1zqi5f2fl1il55vndgdn5aq5zj6530mgsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" +; ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) +; ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" +; ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) +; ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" +; ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) +; ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" +; ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) +; ("go-github-com-microsoft-hcsshim-0.8.7" +; ,go-github-com-microsoft-hcsshim-0.8.7))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e +; (package +; (name "go-github-com-containerd-btrfs") +; (version "0.0.0-20201111183144-404b9149801e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10aakvy9njaly2mfwi1cvys8dxjn27mnd7wnpnmxh8pxb7g2svag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200824123100-0b889c03f102") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zjmphy2df9y20hzrmwxfpyyvz8vb5lazr4pjyx3c5a5x0j4rv8d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" +; ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20201208142359-180525291bb7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1di4pspqfwfafdni0in84kzyn8h1fhqb6vh4i0g5skqmrc4sxf4h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20201026212402-0724c46b320c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d9j0isblnnqf78ygvwjyijjxn6zdzf7p803v0jv2py4d0pkvj8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.8.0 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16i59dhiq7pc7qs32cdk4yv4w9rjx4vvlw7fb6a6jhq6hxxjrgiw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-1.10.3 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00a40by9f5ylycnar8h3p9b4z5rcsvfvg4j3v5s5mchdqrqjv1pc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.0.0-20180129172003-8a3f7159479f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rbz4x4jbq9vp3zxmv0c2wh1vbg48lmc8ncdgz7zxk7241fc31ki")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d +; (package +; (name "go-github-com-stretchr-testify") +; (version "0.0.0-20180303142811-b89eecf5ca5d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g946ii8qjaynvidj648z8izl91i6yhy0ir6g3qsrn136im3r8wk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-go-cni-1.0.1 +; (package +; (name "go-github-com-containerd-go-cni") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sdlwa4d0kzpm3vg9jy6fxqqcfjq8innv1zjcyp8n9qy8vj9b24y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-cni")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d" +; ,go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d) +; ("go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f" +; ,go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-containernetworking-cni-0.8.0" +; ,go-github-com-containernetworking-cni-0.8.0))) +; (home-page "https://github.com/containerd/go-cni") +; (synopsis "go-cni") +; (description +; "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20191206165004-02ecf6a7291e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1b3yq446gv8da4fajknbjxr5syz1ypz0nii9sqw066hx8kmqzgqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00qb0q7ndxsll12ilp5a8pqfi4i1jqrlqzv0yf7sn52lkrdrw5f4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20200220073739-7016d3ce2328") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.1" +; ,go-github-com-opencontainers-runtime-spec-1.0.1) +; ("go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e" +; ,go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.14 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n34wi9l9ks2z3cz97j30ljfmqppwf1zxr16hwbnswyrk54fcxm3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.7-0.20190325164909-8abdbb8205e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0029085clghvprb3bs2m9q7xk4njx5fg2gr5wm3a0y8kqx0awv45")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20190717030353-c4b9ac5c7601") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fpai6nsm7qd5zfd8ykq8j4ngbqcy5v2isw16j086j0qabyw2iiw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50 +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20181022165439-0650fd9eeb50") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cs11g3gjan15rnbgryf60725sw2hf83fb6y2hwn1rgcm0jab1b8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.3.0 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05mr33l0rhkj49n6wf9lk95ijqvqwhp68ll879rpad1ypfv2f8as")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20190815185530-f2a389ac0a02") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8a7npx46sjak0dyypkgg0h5dkq6dqpa4gx1v22ik62rmw0jy8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260 +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20180307165137-3d5202aec260") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jp12vgfj0xg9m2w5cfay72fwrxb6w8za7rkcqw8yy8hypiqqxq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20190911050354-e029b79d8cda") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zwb6bfnfmj09rnz1z3xx1y2pm4wrhyp2ls7vmf7p62j5zyvdpkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20190828172938-92c8520ef9f8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.2.10 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.2.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kddhkd93wkrimk0yjcqiavdrqc818nd39rf3wrgxyilx1mfnrwb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa +; (package +; (name "go-github-com-fullsailor-pkcs7") +; (version "0.0.0-20190404230743-d7302db945fa") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fullsailor/pkcs7") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d7dpj85j36pxwg1kn7b23rm54va5p9v3vdcx27pma2jjlsxsm1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fullsailor/pkcs7")) +; (home-page "https://github.com/fullsailor/pkcs7") +; (synopsis "pkcs7") +; (description +; "Package pkcs7 implements parsing and generation of some PKCS#7 structures. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190701094942-4def268fd1a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.3.1 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11r93g9xrcjqj7qvq8sbd5hy5rnbpmim0vdsp6rbav8gl7wimaa3")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.0.1 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q27vzgdsimypkpi7iv0rl1xz571554adphyl0j8b5qa8wrf0n7v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-square-go-jose-v2-2.3.1" +; ,go-gopkg-in-square-go-jose-v2-2.3.1) +; ("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) +; ("go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4" +; ,go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa" +; ,go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa) +; ("go-github-com-containerd-containerd-1.2.10" +; ,go-github-com-containerd-containerd-1.2.10))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20161114122254-48702e0da86b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zl9ns4j3lpjykf32rv5cb6sj9x5ci8yi90vab1bl27vnqjgdkh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1-0.20190205005809-0d3efadf0154+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad +; (package +; (name "go-github-com-docker-go-events") +; (version "0.0.0-20170721190031-9461782956ad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-events") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vn0kd0w253jwdk86gv1h6s8p6bzxiyif74xdzlb39zr6fdrr145")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-events")) +; (home-page "https://github.com/docker/go-events") +; (synopsis "Docker Events Package") +; (description +; "The Docker @code{events} package implements a composable event distribution package +;for Go.") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55 +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20151105175453-c7fdd8b5cd55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09zazkiny2im24xaiac5kbyhhnbqdbhwi9z9n7fj6rhpg8msiq9n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gogo-googleapis-1.2.0 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a82n0xp0v8lgjxzl3aa595r0rmy7afgyn2l3kv6z9kzw339i0jp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.8 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15xwyrnwng11ib0fxi7clwick2r0njwn0gs3va2g5m1ad418ry57")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0-rc1.0.20180430190053-c9281466c8b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc8.0.20190926000215-3e425f80a8c9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18psc830b2rkwml1x6vxngam5b5wi3pj14mw817rshpzy87prspj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2-0.20190207185410-29686dbc5559") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i8q3520jk4yl9rsxs8mn5vsi9i0gd3drysbhciaqwm5l8c30h65")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.8 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "076wblhz8fjdc73fmz1lg0hafbwg1xv8hszm78lbg9anjpfgacvq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190522155817-f3200d17e092") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mskh7p80dd8j1ffy16917d3cyy7lfh1gb56n4rq9g1bwckz4lwy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190812073006-9eafafc0a87e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5wcpiafz47066993mgz77gka9qzww6w6crxpnyir0459j7z07r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.24.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.0.1 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0gbnp8imckw6rv3sjf3sycp8rc9lyhv0pp0x3q3yksvqmbqh5v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) +; ("go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e" +; ,go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" +; ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.8" +; ,go-github-com-prometheus-procfs-0.0.8) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559" +; ,go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559) +; ("go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9" +; ,go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2) +; ("go-github-com-imdario-mergo-0.3.8" +; ,go-github-com-imdario-mergo-0.3.8) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-gogo-googleapis-1.2.0" +; ,go-github-com-gogo-googleapis-1.2.0) +; ("go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55" +; ,go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad" +; ,go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad) +; ("go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible" +; ,go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible) +; ("go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b" +; ,go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b) +; ("go-github-com-containers-ocicrypt-1.0.1" +; ,go-github-com-containers-ocicrypt-1.0.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8) +; ("go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda" +; ,go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda) +; ("go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260" +; ,go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260) +; ("go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02" +; ,go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02) +; ("go-github-com-containerd-containerd-1.3.0" +; ,go-github-com-containerd-containerd-1.3.0) +; ("go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50" +; ,go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50) +; ("go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601" +; ,go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601) +; ("go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4" +; ,go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4) +; ("go-github-com-microsoft-go-winio-0.4.14" +; ,go-github-com-microsoft-go-winio-0.4.14))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-blang-semver-3.1.0+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s80qlij6j6wrh0fhm0l11hbf3qjra67nca5bl7izyfjj4621fcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.0-beta.2.0.20190828155532-0293cbd26c69") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jhb4a7fczf817d9dwj0a02wfscv46hkymrqh1dcsgpdsp80igkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "0.0.0-20141028054710-7554cd9344ce") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "0.0.0-20161216184304-ed905158d874") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bldhx9dmx9q4gjsag3g1xswq1jsf394rs69fdbmgnkj75j3sp70")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39 +; (package +; (name "go-github-com-opencontainers-runtime-tools") +; (version "0.0.0-20181011054405-1d69bd0f9c39") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wgisl2v8i1hvy3bf8f16v7rarx2ynyasb0jx4kffp5n5hz2hfcl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) +; (home-page "https://github.com/opencontainers/runtime-tools") +; (synopsis "oci-runtime-tool") +; (description +; "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. +;To build from source code, runtime-tools requires Go 1.10.x or above.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.5 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqn8ip9f4f6kqrvand4lxhcxrkk19dwf8s3nh336i9wr2jfhbwa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20170704070218-db04d3cc01c8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jwica5kqax70rd4gbc2yjdz54401s4mr6clyn60gcmnxc0wynds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f +; (package +; (name "go-github-com-xeipuuv-gojsonpointer") +; (version "0.0.0-20180127040702-4e3ac2762d5f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonpointer") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) +; (home-page "https://github.com/xeipuuv/gojsonpointer") +; (synopsis "gojsonpointer") +; (description "An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 +; (package +; (name "go-github-com-xeipuuv-gojsonreference") +; (version "0.0.0-20180127040603-bd5ef7bd5415") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonreference") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) +; (home-page "https://github.com/xeipuuv/gojsonreference") +; (synopsis "gojsonreference") +; (description "An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f +; (package +; (name "go-github-com-xeipuuv-gojsonschema") +; (version "0.0.0-20180618132009-1d523034197f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonschema") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) +; (home-page "https://github.com/xeipuuv/gojsonschema") +; (synopsis "gojsonschema") +; (description +; "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-kubernetes-1.13.0 +; (package +; (name "go-k8s-io-kubernetes") +; (version "1.13.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/kubernetes") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12cvw8b7l319p8nc2imc2wck7zz7vzrwcjyxq5djqj7l5rbcwmzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/kubernetes")) +; (home-page "https://k8s.io/kubernetes") +; (synopsis "Kubernetes (K8s)") +; (description +; "Kubernetes, also known as K8s, is an open source system for managing @url{https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/,containerized applications} +;across multiple hosts. It provides basic mechanisms for deployment, maintenance, +;and scaling of applications.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.7 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c6ix202ll48n7x00xxb7gzgm3srm9zwwbx2503l6vz3sqclh9xm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-kubernetes-1.13.0" ,go-k8s-io-kubernetes-1.13.0) +; ("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" +; ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) +; ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" +; ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) +; ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" +; ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-prometheus-procfs-0.0.5" +; ,go-github-com-prometheus-procfs-0.0.5) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" +; ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) +; ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" +; ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69" +; ,go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" +; ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) +; ("go-github-com-blang-semver-3.1.0+incompatible" +; ,go-github-com-blang-semver-3.1.0+incompatible) +; ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" +; ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.1-0.20191213020239-082f7e3aed57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1piaha1adhzhj150l7zhskn5fgl4r2cyvwhrrm8bbm3vnvhmgw7v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20191127005431-f65d91d395eb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15yh5idl3if8a982gsnq9q72021a7jcs9bdcrqaxbl4dwdqcszki")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190522044717-8097e1b27ff5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rgflfvh365x5lwdyqdd9qk8hh3ycr88a2488bgqgvfhp5ri5p6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190522204451-c2c4e71fbf69") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y44pmyy92pg822fhw80pnciifx1ah0g73i2l0ixickd24wyznnm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.21.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20191028202541-4f1b8fe65a5c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fhm39jagk2sfgi9g5zdqx4rynziwxhaap03x4mdj8kczlz21x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) +; ("go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69" +; ,go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69) +; ("go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5" +; ,go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-protobuf-1.3.0 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfyrmbpdcppf0z3waar90bpszdhi2gv705ys1b0zx5x6ax8f1a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd +; (package +; (name "go-github-com-containerd-typeurl") +; (version "0.0.0-20190911142611-5eb25027c9fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fyc2962b9sqgqycnlkxls6n0d701nszl84bayxrdv3r1491jn9v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-gogo-protobuf-1.3.0" +; ,go-github-com-gogo-protobuf-1.3.0))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20200918131355-0a33824f23a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "112bj6mxc3r2ncybblf3w1fgqa6w0070f6a8vlqcml1g00ljhsz6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" +; ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) +; ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" +; ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) +; ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" +; ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) +; ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" +; ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) +; ("go-github-com-microsoft-hcsshim-0.8.7" +; ,go-github-com-microsoft-hcsshim-0.8.7))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201202213521-69691e467435 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201202213521-69691e467435") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lndxdnazszfj1jl87cpz31vd12jrjm1wj0zw1c2p8yg64cfkhna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jki3jwmbfk4mp2qhz4ppd6vgnicalszzv5ffibasa4qj5v19wcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-golang-org-x-sys-0.0.0-20201202213521-69691e467435" +; ,go-golang-org-x-sys-0.0.0-20201202213521-69691e467435) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.10" +; ,go-github-com-imdario-mergo-0.3.10) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2" +; ,go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" +; ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) +; ("go-github-com-containerd-imgcrypt-1.0.1" +; ,go-github-com-containerd-imgcrypt-1.0.1) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" +; ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) +; ("go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7" +; ,go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" +; ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) +; ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" +; ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) +; ("go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4" +; ,go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14) +; ("go-github-com-microsoft-go-winio-0.4.16" +; ,go-github-com-microsoft-go-winio-0.4.16) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-miekg-pkcs11-1.0.3 +; (package +; (name "go-github-com-miekg-pkcs11") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/miekg/pkcs11") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rmmgssb6y28x54si5h63gwbdsjjxf5n9xvm3zqdfsf9l10gx2m6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/miekg/pkcs11")) +; (home-page "https://github.com/miekg/pkcs11") +; (synopsis "PKCS#11") +; (description +; "Package pkcs11 is a wrapper around the PKCS#11 cryptographic library. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980 +; (package +; (name "go-github-com-stefanberger-go-pkcs11uri") +; (version "0.0.0-20201008174630-78d3cae3a980") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stefanberger/go-pkcs11uri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09bnd1fn2v5y5ngsxz751a0x9fsqn8idlfrwyymfv9l57wvmrd2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stefanberger/go-pkcs11uri")) +; (home-page "https://github.com/stefanberger/go-pkcs11uri") +; (synopsis "go-pkcs11uri") +; (description +; "Welcome to the go-pkcs11uri library. The implementation follows @url{https://tools.ietf.org/html/rfc7512,RFC 7512} and this @url{https://www.rfc-editor.org/errata/rfc7512,errata}.") +; (license license:asl2.0))) +; +;(define-public go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1 +; (package +; (name "go-go-mozilla-org-pkcs7") +; (version "0.0.0-20200128120323-432b2356ecb1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mozilla-services/pkcs7") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yncaq6i1x6apykvng92yyqkj5kmzl4c43lmcalr5lq7ks009p40")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.mozilla.org/pkcs7")) +; (home-page "https://go.mozilla.org/pkcs7") +; (synopsis "pkcs7") +; (description +; "Package pkcs7 implements parsing and generation of some PKCS#7 structures. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200728195943-123391ffb6de") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a3wnn8yjvckh3smyqzwd2k2gvl3i8dk68pvcap0wha8hmga1vf3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200817155316-9781c653f443") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fkwiydhhmn6cxmd9jb4rj2wp06yxmqc3903b7zawsxm9jpslicm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.5.1 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z0hbmb5yyvnjkyiyn259wkbqbjxs2pzx87jz472shn2bgggxa4n")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.0 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13avih8ml00idn6qy96ash3jxkimqxpkz4cy4kgryc8jx303nv6i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443" +; ,go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443) +; ("go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de" +; ,go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.6.0 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0czzw37dq0sfq7rivxmxxw5hy287grqnng6q6hfz6mkqmhqgm1m6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.33.2 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.33.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.4.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.0.4-0.20210301171431-0ae5c75f59ba") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vkwgcxh3mpsn6wp231c9ad3sx6gmnc9948nn3vvbw8bsmjd4i77")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.0" +; ,go-github-com-containers-ocicrypt-1.1.0) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.15-0.20190919025122-fc70bd9a86b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "015ra2h3qfaq436d0g7akahgz7bikyvljq48m0l2d2f4k3wki86p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20190422162347-ade71ed3457e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ga9izv32j1zjij1p9f2sdnxjy3v80lw964518dvzirxpvwfszn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190514135907-3a4b5fb9f71f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "122ry2lw2525mqlnw2zc006y1flvj3yhj8rnpxqdwxp71jc3kqii")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20190919134610-bf292b21730f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vvk1vrwm9spilyl4r1r8626sg0zvnx3s3zmzigzinpkzzvbdqpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f" +; ,go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e" +; ,go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "0.1.2-0.20190507144316-5b71a03e2700") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dx0bp4f885vx6l4b5b7h19j6sm0jn9s2qxarfd917f4wp8l0cpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5 +; (package +; (name "go-github-com-urfave-cli") +; (version "0.0.0-20171014202726-7bc6a0acffa5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13li8phkaznh81qxs9vg0r8294ph014rwca4cqf7gxhvyjlaigwp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.9 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1imyqhh51311fdmp81ffasf7z52rbqhblbhx6477d9w20p74866b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" +; ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" +; ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) +; ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" +; ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.0.0-20200702112145-1c8d4c9ef775") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1la90b88a1li5hmlqxfx9lgxlyzqb2pd4c2dxmz4s5gg2gz8a5x5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200710171044-318312a37340") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kizbm55pmlnly2dggymp84a0d9pn4fh7jf31h6wqm385zrs14zp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" +; ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.0-beta.2.0.20200729163537-40b22ef07410") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ky7ny5b0rvkr6a58pdlcm35kc9wls6jvl7cdk8py4a16y1f2lx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-1.10.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.10.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "033a42h1wzmji57p86igg9whvsbp6nvfdsypskw738ys903n3z4d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0-rc1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1-0.20171018195549-f15c970de5b7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18jihrffhfsjvz3rkanlhq9xjcdxkqilmflnijc64s7y7lijlbfm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.4-0.20170822132746-89742aefa4b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20171113213409-9f005a07e0d3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20200710164510-efbc4488d8fe") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d638nj7z7y8z19zdwbysamqh5m3kiwvnqny7av6bxax9gg6c3h8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3" +; ,go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2" +; ,go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2) +; ("go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7" +; ,go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.10.1" ,go-github-com-onsi-ginkgo-1.10.1) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" +; ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191210023423-ac6580df4449") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14gvx65w5lddi20s4wypbbvbg9ni3m8777jhp9nqxhixc61k3dyi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20200410184934-f15a3290365b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i3pylxr2a4b9gaifjrhfa21n147vvq2z9iqwzz9id532xv9mr48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.0.1 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ilz14f1k9zip7caqfjwvfg2nwa7bs6880pi6fxbri1wy6ar45q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" +; ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) +; ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-distribution-2.7.1+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-googleapis-1.4.0 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-imdario-mergo-0.3.10 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runc-0.1.1 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11-0.20200630133818-d5bec3311243") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.6.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" +; ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20180916011248-d98352740cb2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200707034311-ab3426394381") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200625203802-6e8e738ad208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20191209042840-269d4d468f6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.25.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.25.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.0" +; ,go-github-com-envoyproxy-go-control-plane-0.9.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.30.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.0.0-20201007170849-eb1350a75164") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhrxl36fswgxv7ny3p9xi99jsbwyk920gmzkjyfyk6nqs0hqbkg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" +; ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.6.0" +; ,go-github-com-opencontainers-selinux-1.6.0) +; ("go-github-com-opencontainers-runc-0.1.1" +; ,go-github-com-opencontainers-runc-0.1.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-imdario-mergo-0.3.10" +; ,go-github-com-imdario-mergo-0.3.10) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-gogo-googleapis-1.4.0" +; ,go-github-com-gogo-googleapis-1.4.0) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-distribution-2.7.1+incompatible" +; ,go-github-com-docker-distribution-2.7.1+incompatible) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.1" +; ,go-github-com-containerd-ttrpc-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b" +; ,go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b) +; ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" +; ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) +; ("go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410" +; ,go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410) +; ("go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340" +; ,go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340) +; ("go-github-com-microsoft-hcsshim-0.8.9" +; ,go-github-com-microsoft-hcsshim-0.8.9))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.1 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m7ny9jkb98cxqhsp13xa5hnqh1s9f25x04q6arsala4zswsw33c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190916202348-b4ddaad3f8a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pa68kqxhpjk71b4cbm8vyzh6527b3ig6war2jr1g4aj3b7f1ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.16-0.20201130162521-d1ffc52c7331") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191022100944-742c48ecaeb7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1saf59bplvvb753my15ijxcy4a1jwfg53cmkgb6wkln2x4fgnhkp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.0.0-20200110133405-4032b1d8aae3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107x63zl8dlw2izn5xw8pnflgq19srpa46bgvjs8q4d61i02q1fr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7" +; ,go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.0.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p4sb2fxxm2j1xny2l4fkq4kwj74plvh600gih8nyniqzannhrdx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200531161412-0dbf7f05ba59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10abzkjf77s8pv4mpyvy2jbl8wckhk3j7ykgs01sclal21v8p251")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3" +; ,go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1 +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20180822173158-c12b1e7919c1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ylrnmdhn9a2f8w8fsdgsvwnz5j0whhyhppjnhqc4lh8h9p9dpi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.3.2 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qz6ss7a6f2r7gl7aar39pr5ry9l7nh7dn3kclr18nwdv01gmrvc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20190426062206-aaeac12a7ffc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05caqvxxb831xfvqnga692k98cy8xzkllqg1ibra0fb0ljnhbmca")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448 +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20190226154929-a9fb20d87448") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c0sgfnafjnws4jgziczs6wxh0adjdrp6yyd88b7xy0hv13fsnqa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20180907222934-5a6d9f37cfa3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07qpxcjy64m238igpmj8g9z7qhf06k5xy1jcgpgvf5n912g4k3vd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20190828154514-0e0f228740de") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd +; (package +; (name "go-github-com-containerd-typeurl") +; (version "0.0.0-20180627222232-a93fcdb778cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0aqnf5rzc5pldln0czhxlr0fqaf5553ab7wzsq85p90lg1ryqnd6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "0.0.0-20180430190053-c9281466c8b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f +; (package +; (name "go-github-com-opencontainers-runc") +; (version "0.0.0-20190115041553-12f6a991201f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lr4q440pliilq2njyj5glfpma89r9l1cl687niwkp2pzb32dm45")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20180125133057-cb4147076ac7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zhlrik0f9q1lj6cisgnxgbz4darbcix52hm5abi24l2ahchf5ca")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.2 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190501004415-9ce7a6920f09") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kbs85jsqbv4v89ii2zam4b8dhmllhsrf46njmi09x0w6s0b9cbk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-go-opencensus-io-0.22.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05jr8gkr2w34i5wwki4zhl5ch0qrgi7cdgag5iy5gpxplhbrvbg9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09" +; ,go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20191004110552-13f9640d40b9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba2767lvklnmfvb9jkwvd4m7z6326gaiz3rgylh795g88hy34g1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190502173448-54afdca5d873") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vm1vggl874jd4wi6qyl7aggc6s6kdsazk4vj0cs2dfcw2xnw8ag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.23.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d8gjjhrqbiq8pb56lb4x10hb752k7k06wspjvh7v0vpzmf25981")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.14 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59" +; ,go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59) +; ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" +; ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.3 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09xvhjg5f8h90w1y94kqqnqzhbhd62dcdd9wb9sdqakisjk6zrl0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.2 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20190522114515-bc1a522cf7b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200120151820-655fe14d7479") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "133yxmdcny5b0r8775m52sj7zja36riv0x2437k7jccywqi8nx32")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200117163144-32f20d992d24") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kl696jd8fykykjjbngqpgqsngajwbbrvrpl1q0804l6hz8qk858")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.0.2 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" +; ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) +; ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-1.0.1 +; (package +; (name "go-github-com-containerd-typeurl") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09cgrchrw5d36zq0mc321l5qr2gfbdm1z1a3hhkhqr4qay6vglqn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc9 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210301145711-11e8f1707f62") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1919ax45a07v2y56xq5c0xihkn2c5zgyqv68rzx3x5cc20n2p8yg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.4.3" +; ,go-github-com-containerd-containerd-1.4.3) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.7.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.4.5 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.4.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04iqh4hvvrrvjsfjyaa5bdyqklwzrzzy8yiyvja90hvv121f7975")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "0.0.0-20151202141238-7f8ab55aaf3b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nas6wqdym4jx42kw9wj80b58r69k9qhnvglz009lj34g5gba7rw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a +; (package +; (name "go-github-com-onsi-gomega") +; (version "0.0.0-20151007035656-2152b45fa28a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0amjlkawp84mmdqjgdamf93p1546cla6h4wwrx7hf5r862r2qcw2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "0.0.0-20181108222139-023a6dafdcdf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i5q8r8rg7lxzvq2vhbf25lrkzdlgficfv0bxg9rf7cgg6z819sn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20180720170159-13995c7128cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20181009213950-7c1a557ab941") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1q9mby8m7ws3gbj90v0prhnf4g2sgf74azmw31kzwd6azlar3m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181011144130-49bb7cea24b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "111q4qm3hcjvzvyv9y5rz8ydnyg48rckcygxqy6gv63q618wz6gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containernetworking-plugins-0.8.6 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f1cqxjf26sy1c4aw6y7pyd9lrz0vknby4q5j6xj77a1pab9073m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" +; ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) +; ("go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1" +; ,go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1) +; ("go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941" +; ,go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941) +; ("go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc" +; ,go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc) +; ("go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf" +; ,go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a" +; ,go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a) +; ("go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b" +; ,go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.4.5" +; ,go-github-com-coreos-go-iptables-0.4.5) +; ("go-github-com-containernetworking-cni-0.7.1" +; ,go-github-com-containernetworking-cni-0.7.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.11 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07iay9j3ry7qrflvn9bgyyggvwacl1s1in1cnbmsp1020ydkph8k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-klauspost-compress-1.11.3 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-checkpoint-restore-go-criu-v4-4.1.0 +; (package +; (name "go-github-com-checkpoint-restore-go-criu-v4") +; (version "4.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/checkpoint-restore/go-criu") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfgjck015df5h44hczl3x4gg430saczgkl619cp0l6cpaxga5yi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v4")) +; (propagated-inputs +; `(("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5))) +; (home-page "https://github.com/checkpoint-restore/go-criu") +; (synopsis "go-criu -- Go bindings for") +; (description +; "This repository provides Go bindings for CRIU. The code is based on the Go based PHaul +;implementation from the CRIU repository. For easier inclusion into other Go projects the +;CRIU Go bindings have been moved to this repository.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200124204421-9fbb57f87de9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qaz2jjkrxzgkapmjqingdwamrgq2aiblxvzzgrcsv2qhkj0wdps")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.2.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200916030750-2334cc1a136f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lc7d513gwwpr6r7f55743684n1qsgn9vmg6b79x0hsp1x90z4mr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-console-1.0.1 +; (package +; (name "go-github-com-containerd-console") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.1.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.3 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc93 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc93") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-github-com-willf-bitset-1.1.11" +; ,go-github-com-willf-bitset-1.1.11) +; ("go-github-com-vishvananda-netlink-1.1.0" +; ,go-github-com-vishvananda-netlink-1.1.0) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-mrunalp-fileutils-0.5.0" +; ,go-github-com-mrunalp-fileutils-0.5.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0) +; ("go-github-com-checkpoint-restore-go-criu-v4-4.1.0" +; ,go-github-com-checkpoint-restore-go-criu-v4-4.1.0))) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20200929063507-e6143ca7d51d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06yk9kjif5mgi46d0hcgqcikdcplf3yflqbj8h6ljxshp6jzc49w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-willf-bitset-1.1.11 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v7wnikdxiyhwdxnsj2wcrsrsi1kb2ssmarvbrda90vmxzafjl7d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08aakiva619hk4lgfvyi6kpjgw7hfirs0jlc2jdgzcv7p0gfhbmx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11" +; ,go-github-com-willf-bitset-1.1.11) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14 +; (package +; (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") +; (version "0.0.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0px41x5apgcssmwmx75cwm000s8b8pgd84dxn56maxx223dzz9vm")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page +; "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.1 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03k8kjisscj59i410kk2bz0qfpxa2d2vbwxiwyn93k7a2avbn7cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-api-0.20.1 +; (package +; (name "go-k8s-io-api") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "051nl7g66k0jkc9rmfbvwdsmqkn36nq71kvnfym3lhnjcgg53k0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apimachinery-0.20.1 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.1 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02jrzwwcrdlya91fga2wvf8dsl1yka3kky194dm6l9pmd754qwzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.1 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05x3mv1lxh7s6ckfh1s9wwmb0n9rg14a9637ai9bhxdfps47sz0v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.1 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.3 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fbd4llrwg5hi5adfkmfndma5y129yl9wwz3c3fjn7cfhc64hlqf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62" +; ,go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" +; ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) +; ("go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba" +; ,go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" +; ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" +; ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) +; ("go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989" +; ,go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898 +; (package +; (name "go-bazil-org-fuse") +; (version "0.0.0-20160811212531-371fbbdaa898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bazil/fuse") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "bazil.org/fuse")) +; (home-page "https://bazil.org/fuse") +; (synopsis "bazil.org/fuse -- Filesystems in Go") +; (description +; "Package fuse enables writing FUSE file systems on Linux and FreeBSD. +;") +; (license #f))) +; +;(define-public go-github-com-sirupsen-logrus-1.7.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee +; (package +; (name "go-github-com-spf13-cobra") +; (version "0.0.2-0.20171109065643-2da4a54c5cee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.1-0.20171106142849-4c012f6dcd95") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201201145000-ef89a241ccb3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20210208174643-50096c924a4e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible +; (package +; (name "go-github-com-mistifyio-go-zfs") +; (version "2.1.2-0.20190413222219-f784269be439+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mistifyio/go-zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x6ncjaqjm06c615kbwkqbd5wcdg9nmrbl7wm4w185s6kq6l8fpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mistifyio/go-zfs")) +; (home-page "https://github.com/mistifyio/go-zfs") +; (synopsis "Go Wrapper for ZFS") +; (description +; "Package zfs provides wrappers around the ZFS command line tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-1.0.0 +; (package +; (name "go-github-com-containerd-zfs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10shqmcdxlxxi90kwgs5cljz12589yz5cm78aimv9m4cgwiv3wl3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.11 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.6 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae +; (package +; (name "go-github-com-alexflint-go-filemutex") +; (version "0.0.0-20171022225611-72bdc8eae2ae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alexflint/go-filemutex") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alexflint/go-filemutex")) +; (home-page "https://github.com/alexflint/go-filemutex") +; (synopsis "FileMutex") +; (description +; "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. +;On Linux, OSX, and other POSIX systems it uses the flock system call. On windows +;it uses the LockFileEx and UnlockFileEx system calls.") +; (license license:expat))) +; +;(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 +; (package +; (name "go-github-com-buger-jsonparser") +; (version "0.0.0-20180808090653-f4dd9f5a6b44") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/buger/jsonparser") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/buger/jsonparser")) +; (home-page "https://github.com/buger/jsonparser") +; (synopsis +; "Alternative JSON parser for Go (10x times faster standard library)") +; (description +; "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-cni-0.8.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.5.0 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c +; (package +; (name "go-github-com-d2g-dhcp4") +; (version "0.0.0-20170904100407-a1d1b6c41b1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4")) +; (home-page "https://github.com/d2g/dhcp4") +; (synopsis "DHCP4 - A DHCP library written in Go.") +; (description +; "Warning: This library is still being developed. Function calls will change.") +; (license license:bsd-3))) +; +;(define-public go-github-com-d2g-dhcp4client-1.0.0 +; (package +; (name "go-github-com-d2g-dhcp4client") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4client")) +; (home-page "https://github.com/d2g/dhcp4client") +; (synopsis "dhcp4client") +; (description "DHCP Client") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 +; (package +; (name "go-github-com-d2g-dhcp4server") +; (version "0.0.0-20181031114812-7d4a0a7f59a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4server") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4server")) +; (home-page "https://github.com/d2g/dhcp4server") +; (synopsis "dhcp4server") +; (description "DHCP Server") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 +; (package +; (name "go-github-com-d2g-hardwareaddr") +; (version "0.0.0-20190221164911-e7d9fbe030e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/hardwareaddr") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/hardwareaddr")) +; (home-page "https://github.com/d2g/hardwareaddr") +; (synopsis "hardwareaddr") +; (description "Generate Hardware Addresses") +; (license license:mpl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20180201030542-885f9cc04c9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 +; (package +; (name "go-github-com-j-keck-arping") +; (version "0.0.0-20160618110441-2cf9dc699c56") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/j-keck/arping") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/j-keck/arping")) +; (home-page "https://github.com/j-keck/arping") +; (synopsis "arping") +; (description +; "Package arping is a native go library to ping a host per arp datagram, or query a host mac address +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-shellwords-1.0.3 +; (package +; (name "go-github-com-mattn-go-shellwords") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-shellwords") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-shellwords")) +; (home-page "https://github.com/mattn/go-shellwords") +; (synopsis "go-shellwords") +; (description "Parse line as shell words.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190904154756-749cb33beabd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-nxadm-tail-1.4.4 +; (package +; (name "go-github-com-nxadm-tail") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nxadm/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/nxadm/tail")) +; (propagated-inputs +; `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" +; ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/nxadm/tail") +; (synopsis "tail functionality in Go") +; (description +; "nxadm/tail provides a Go library that emulates the features of the BSD `tail` +;program. The library comes with full support for truncation/move detection as +;it is designed to work with log rotation tools. The library works on all +;operating systems supported by Go, including POSIX systems like Linux and +;*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-1.7.1 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191120155948-bd437916bb0e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.12.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.12.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201006153459-a7d1128ccaa0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-gomega-1.10.3 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" +; ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 +; (package +; (name "go-github-com-safchain-ethtool") +; (version "0.0.0-20190326074333-42ed695e3de8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/safchain/ethtool") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/safchain/ethtool")) +; (home-page "https://github.com/safchain/ethtool") +; (synopsis "ethtool go package") +; (description +; "Package ethtool aims to provide a library giving a simple access to the +;Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations +;from a network device like statistics, driver related informations or +;even the peer of a VETH interface. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.6 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200217220822-9197077df867") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20200728191858-db3c7e526aae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" +; ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200728102440-3e129f6d46b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.1-0.20201029203352-d40f9887b852") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" +; ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201117170446-d9b008d0a637") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 +; (package +; (name "go-gopkg-in-airbrake-gobrake-v2") +; (version "2.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/airbrake/gobrake.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/airbrake/gobrake.v2" +; #:unpack-path +; "gopkg.in/airbrake/gobrake.v2")) +; (home-page "https://gopkg.in/airbrake/gobrake.v2") +; (synopsis "Airbrake Golang Notifier") +; (description +; "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 +; (package +; (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") +; (version "2.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2" +; #:unpack-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) +; (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (synopsis "Airbrake Hook for Logrus") +; (description +; "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. +;This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. +;The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-plugins-0.9.1 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" +; ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) +; ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" +; ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.5.0" +; ,go-github-com-coreos-go-iptables-0.5.0) +; ("go-github-com-containernetworking-cni-0.8.1" +; ,go-github-com-containernetworking-cni-0.8.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c +; (package +; (name "go-github-com-docker-go-events") +; (version "0.0.0-20190806004212-e31b211e4f1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-events") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-events")) +; (home-page "https://github.com/docker/go-events") +; (synopsis "Docker Events Package") +; (description +; "The Docker @code{events} package implements a composable event distribution package +;for Go.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.6.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q16br348117ffycxdwsldb0i39p34miclfa8z93k6vjwnrqbh2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.3 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190801041406-cbf593c0f2f3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zmcmckinhclcwlvznjqvs31aww8jnf6pjm9is0nq8lqlvipg5ls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-client-golang-1.1.0 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3" +; ,go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3) +; ("go-github-com-prometheus-procfs-0.0.3" +; ,go-github-com-prometheus-procfs-0.0.3) +; ("go-github-com-prometheus-common-0.6.0" +; ,go-github-com-prometheus-common-0.6.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-json-iterator-go-1.1.7" +; ,go-github-com-json-iterator-go-1.1.7) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-beorn7-perks-1.0.1" +; ,go-github-com-beorn7-perks-1.0.1))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-metrics-0.0.1 +; (package +; (name "go-github-com-docker-go-metrics") +; (version "0.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-metrics") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1b6f1889chmwlsgrqxylnks2jic16j2dqhsdd1dvaklk48ky95ga")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-metrics")) +; (propagated-inputs +; `(("go-github-com-prometheus-client-golang-1.1.0" +; ,go-github-com-prometheus-client-golang-1.1.0))) +; (home-page "https://github.com/docker/go-metrics") +; (synopsis "go-metrics") +; (description +; "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-google-uuid-1.2.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08wqig98w23cg2ngjijhgm6s0mdayb95awa3cn3bs69lg20gryac")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-errwrap-1.0.0 +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.3.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.12 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15s6807vcm7xq4l6my7rnw1i7x57712jvdidjli5bip79jfaxw90")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-klauspost-compress-1.11.13 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.13") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19l2rbh6vg0ly4qp2gn5lf39ijggf7asav7lxziikkhjqqb4223j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-moby-locker-1.0.1 +; (package +; (name "go-github-com-moby-locker") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/locker") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07rc2c6h35f9mcy81jp382a030f6xmcifi9n5jnlayybfwxmpjir")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/moby/locker")) +; (home-page "https://github.com/moby/locker") +; (synopsis "Locker") +; (description +; "Package locker provides a mechanism for creating finer-grained locking to help +;free up more global locks to handle other tasks. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-checkpoint-restore-go-criu-v5-5.0.0 +; (package +; (name "go-github-com-checkpoint-restore-go-criu-v5") +; (version "5.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/checkpoint-restore/go-criu") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07dal5a9y43azkkh61jf6s81h7anbl17drkh2mal9mzcsi8wa2z8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v5")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/checkpoint-restore/go-criu") +; (synopsis "go-criu -- Go bindings for CRIU") +; (description +; "This repository provides Go bindings for @url{https://criu.org/,CRIU}. The code is based on the Go-based PHaul +;implementation from the CRIU repository. For easier inclusion into other Go projects the +;CRIU Go bindings have been moved to this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pretty-0.2.1 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-frankban-quicktest-1.11.3 +; (package +; (name "go-github-com-frankban-quicktest") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/frankban/quicktest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/frankban/quicktest")) +; (propagated-inputs +; `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/frankban/quicktest") +; (synopsis "quicktest") +; (description +; "Package quicktest provides a collection of Go helpers for writing tests. +;") +; (license license:expat))) +; +;(define-public go-github-com-google-go-cmp-0.5.4 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.6.2 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.6.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x64sg0kyc8bbsp75dpv8g2jfmpdldsshf9ni49jh6rgsnnqhpf8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210124154548-22da62e12c0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-console-1.0.2 +; (package +; (name "go-github-com-containerd-console") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.3.2 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ndi86b8va84ha93njqgafypz4di7yxfd5r5kf1r0s3y3ghcjajq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.4" +; ,go-github-com-godbus-dbus-v5-5.0.4))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 +; (package +; (name "go-github-com-cyphar-filepath-securejoin") +; (version "0.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cyphar/filepath-securejoin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) +; (home-page "https://github.com/cyphar/filepath-securejoin") +; (synopsis #f) +; (description +; "Package securejoin is an implementation of the hopefully-soon-to-be-included +;SecureJoin helper that is meant to be part of the \"path/filepath\" package. +;The purpose of this project is to provide a PoC implementation to make the +;SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more +;tangible. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-docker-go-units-0.4.0 +; (package +; (name "go-github-com-docker-go-units") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-units") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-units")) +; (home-page "https://github.com/docker/go-units") +; (synopsis "Introduction") +; (description +; "Package units provides helper function to parse and print size and time units +;in human-readable format. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.4 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mrunalp-fileutils-0.5.0 +; (package +; (name "go-github-com-mrunalp-fileutils") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mrunalp/fileutils") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zrs959gf4zgi6ijwkdn4dcqk0svfblpaikkqy63q30rqz4swm0x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mrunalp/fileutils")) +; (home-page "https://github.com/mrunalp/fileutils") +; (synopsis "fileutils") +; (description "Collection of utilities for file manipulation in golang") +; (license license:asl2.0))) +; +;(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 +; (package +; (name "go-github-com-seccomp-libseccomp-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/seccomp/libseccomp-golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) +; (home-page "https://github.com/seccomp/libseccomp-golang") +; (synopsis #f) +; (description +; "Package seccomp provides bindings for libseccomp, a library wrapping the Linux +;seccomp syscall. Seccomp enables an application to restrict system call use +;for itself and its children. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20200815063812-42c35b437635") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00zi0k190ydlm9drnafvj9p4cf6axm858wr71pbmq1p3r94iqws4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20191106174202-0a2b9b5464df") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1zb7pzc4r4wicq7ncspf6zsvq298lvpsq963ibj813shg657xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190606203320-7fc4e5ec1444") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18rv3m1kksv3758aqiaac2l6j334g0bapic6ibsj999agcn7y9fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.0 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444" +; ,go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444) +; ("go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df" +; ,go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201224014010-6772e930b67b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zlr39dxbg0fxfdrc20c4x0pw43n9kz749ssml97cdzqy116p5qa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0-rc.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0-rc.1" +; ,go-google-golang-org-protobuf-1.26.0-rc.1) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.5 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runc-1.0.2 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpckghjah0rczciw1a1ab8z718lb2d3k4mjm4zb45lpm3njmrcp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" +; ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-github-com-vishvananda-netlink-1.1.0" +; ,go-github-com-vishvananda-netlink-1.1.0) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.2" +; ,go-github-com-opencontainers-selinux-1.8.2) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-mrunalp-fileutils-0.5.0" +; ,go-github-com-mrunalp-fileutils-0.5.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-godbus-dbus-v5-5.0.4" +; ,go-github-com-godbus-dbus-v5-5.0.4) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-coreos-go-systemd-v22-22.3.2" +; ,go-github-com-coreos-go-systemd-v22-22.3.2) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-cilium-ebpf-0.6.2" ,go-github-com-cilium-ebpf-0.6.2) +; ("go-github-com-checkpoint-restore-go-criu-v5-5.0.0" +; ,go-github-com-checkpoint-restore-go-criu-v5-5.0.0) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20210326190908-1c3f411f0417") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-bits-and-blooms-bitset-1.2.0 +; (package +; (name "go-github-com-bits-and-blooms-bitset") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r9f7lvz6znl7yr6njg77m8hj472yhdshf1qaybwyw7j8as6c4r3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bits-and-blooms/bitset")) +; (home-page "https://github.com/bits-and-blooms/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191115151921-52ab43148777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.2 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dl1h8nzpyhsfki1dcjphm5h4n52qwilahyl6qlnwgzcc76pwizq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pelletier-go-toml-1.8.1 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-satori-go-uuid-1.2.0 +; (package +; (name "go-github-com-satori-go-uuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/satori/go.uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/satori/go.uuid")) +; (home-page "https://github.com/satori/go.uuid") +; (synopsis "UUID package for Go language") +; (description +; "Package uuid provides implementation of Universally Unique Identifier (UUID). +;Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and +;version 2 (as specified in DCE 1.1). +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191026070338-33540a1f6037") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.8.1 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-tchap-go-patricia-2.2.6+incompatible +; (package +; (name "go-github-com-tchap-go-patricia") +; (version "2.2.6+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tchap/go-patricia") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yy1s3pnll52iyzphwi50drvz36lx628vn3xfy5ld29fxqngrckb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tchap/go-patricia")) +; (home-page "https://github.com/tchap/go-patricia") +; (synopsis "go-patricia") +; (description +; "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} +;@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210226172049-e18ecbb05110") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201207232520-09787c993a3a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210426230700-d19ff857e887") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12m35a34dfm99agcv2ln9zvvyczigaxfwqbzqirvwn1lw4784whn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-v3-3.0.3 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-oidc-2.1.0+incompatible +; (package +; (name "go-github-com-coreos-go-oidc") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-oidc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y9vxack1whvxy766jrc6xhh2rfkvnznwxi356si2kabzjv2lp6h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-oidc")) +; (home-page "https://github.com/coreos/go-oidc") +; (synopsis "go-oidc") +; (description +; "Package oidc implements OpenID Connect client logic for the golang.org/x/oauth2 package. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-semver-0.3.0 +; (package +; (name "go-github-com-coreos-go-semver") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-semver")) +; (home-page "https://github.com/coreos/go-semver") +; (synopsis "go-semver - Semantic Versioning Library") +; (description +; "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse +;and compare two semantic version strings.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20190321100706-95778dfbb74e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f +; (package +; (name "go-github-com-coreos-pkg") +; (version "0.0.0-20180928190104-399ea9e2e55f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/pkg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/pkg")) +; (home-page "https://github.com/coreos/pkg") +; (synopsis #f) +; (description "a collection of go utility packages") +; (license license:asl2.0))) +; +;(define-public go-github-com-dustin-go-humanize-1.0.0 +; (package +; (name "go-github-com-dustin-go-humanize") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dustin/go-humanize") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dustin/go-humanize")) +; (home-page "https://github.com/dustin/go-humanize") +; (synopsis "Humane Units") +; (description +; "Package humanize converts boring ugly numbers to human-friendly strings and back. +;") +; (license license:expat))) +; +;(define-public go-github-com-emicklei-go-restful-2.9.5+incompatible +; (package +; (name "go-github-com-emicklei-go-restful") +; (version "2.9.5+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/emicklei/go-restful") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0258y7q2krih98zznc4jsym9mf689afn6nsnsif1jhshrj653k36")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/emicklei/go-restful")) +; (home-page "https://github.com/emicklei/go-restful") +; (synopsis "go-restful") +; (description +; "Package restful , a lean package for creating REST-style WebServices without magic. +;") +; (license license:expat))) +; +;(define-public go-github-com-gorilla-websocket-1.4.2 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mailru-easyjson-0.7.0 +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13zv5fvjp3nr65lhqhiw6i6mlmqvyls882rlmcas0ab35alsxni8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822 +; (package +; (name "go-github-com-munnerz-goautoneg") +; (version "0.0.0-20191010083416-a7dc8b61c822") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/munnerz/goautoneg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/munnerz/goautoneg")) +; (home-page "https://github.com/munnerz/goautoneg") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021 +; (package +; (name "go-github-com-pquerna-cachecontrol") +; (version "0.0.0-20171018203845-0dec1b30a021") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pquerna/cachecontrol") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14yyfhrv60rvb983rqm7s916nwvn9kcmbvnrcna2md0s3mkzs3yh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pquerna/cachecontrol")) +; (home-page "https://github.com/pquerna/cachecontrol") +; (synopsis "cachecontrol: HTTP Caching Parser and Interpretation") +; (description +; "Package cachecontrol implements the logic for HTTP Caching +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5 +; (package +; (name "go-github-com-tmc-grpc-websocket-proxy") +; (version "0.0.0-20190109142713-0ad062ec5ee5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tmc/grpc-websocket-proxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) +; (home-page "https://github.com/tmc/grpc-websocket-proxy") +; (synopsis "grpc-websocket-proxy") +; (description +; "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200202164722-d101bd2416d5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ksxf37b0ym21n8j29m3wgbaiw1kcjw3hgf88kipc1ry2j13l98p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-bbolt-1.3.5 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5" +; ,go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5))) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-bgentry-speakeasy-0.1.0 +; (package +; (name "go-github-com-bgentry-speakeasy") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bgentry/speakeasy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bgentry/speakeasy")) +; (home-page "https://github.com/bgentry/speakeasy") +; (synopsis "Speakeasy") +; (description +; "This package provides cross-platform Go (#golang) helpers for taking user input +;from the terminal while not echoing the input back (similar to @code{getpasswd}). The +;package uses syscalls to avoid any dependence on cgo, and is therefore +;compatible with cross-compiling.") +; (license license:expat))) +; +;(define-public go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa +; (package +; (name "go-github-com-cockroachdb-datadriven") +; (version "0.0.0-20190809214429-80d97fb3cbaa") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cockroachdb/datadriven") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rvavka9zhri6r50n8fy98247fl5vycb1hffjrhshsicjv1frmlp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cockroachdb/datadriven")) +; (home-page "https://github.com/cockroachdb/datadriven") +; (synopsis "Data-Driven Tests for Go") +; (description +; "This repository implements an extension of @url{https://github.com/golang/go/wiki/TableDrivenTests,Table-Driven Testing}. Instead of +;building and iterating over a table in the test code, the input is further +;separated into files (or inline strings). For certain classes of tests, this +;can significantly reduce the friction involved in writing and reading these +;tests.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-semver-0.2.0 +; (package +; (name "go-github-com-coreos-go-semver") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-semver")) +; (home-page "https://github.com/coreos/go-semver") +; (synopsis "go-semver - Semantic Versioning Library") +; (description +; "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse +;and compare two semantic version strings.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20180511133405-39ca1b05acc7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf +; (package +; (name "go-github-com-coreos-pkg") +; (version "0.0.0-20160727233714-3ac0863d7acf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/pkg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l5ans1ls2gknkrnhymgc0zbgg5nqjbjbqc51r611adcr0m6gg8l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/pkg")) +; (home-page "https://github.com/coreos/pkg") +; (synopsis #f) +; (description "a collection of go utility packages") +; (license license:asl2.0))) +; +;(define-public go-github-com-creack-pty-1.1.7 +; (package +; (name "go-github-com-creack-pty") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/creack/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/creack/pty")) +; (home-page "https://github.com/creack/pty") +; (synopsis "pty") +; (description +; "Package pty provides functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-dgrijalva-jwt-go-3.2.0+incompatible +; (package +; (name "go-github-com-dgrijalva-jwt-go") +; (version "3.2.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgrijalva/jwt-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) +; (home-page "https://github.com/dgrijalva/jwt-go") +; (synopsis "jwt-go") +; (description +; "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} +;") +; (license license:expat))) +; +;(define-public go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4 +; (package +; (name "go-github-com-dustin-go-humanize") +; (version "0.0.0-20171111073723-bb3d318650d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dustin/go-humanize") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dustin/go-humanize")) +; (home-page "https://github.com/dustin/go-humanize") +; (synopsis "Humane Units") +; (description +; "Package humanize converts boring ugly numbers to human-friendly strings and back. +;") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180221164845-07fd8470d635") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "193g0a1zxb9ikph7r2klc6rdqxqzfmmr8d5bcibyhsm2l63s17mx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.1.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635" +; ,go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.2.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-errcheck-1.1.0" +; ,go-github-com-kisielk-errcheck-1.1.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20160516000752-02826c3e7903") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-1.0.0 +; (package +; (name "go-github-com-google-btree") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.0.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c +; (package +; (name "go-github-com-gorilla-websocket") +; (version "0.0.0-20170926233335-4201258b820c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kpdg3m46kp15ixl9ahhchhadyiblz0qpcxzylp8jhffc1rnxjb7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-middleware") +; (version "1.0.1-0.20190118093823-f849b5445de4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hscypgj0nd1407jp6y4qrnrr0mrhc4wgxz9b3mj1cs3pkvi61vc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (synopsis "Go gRPC Middleware") +; (description +; "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-prometheus") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-prometheus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-prometheus")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-prometheus") +; (synopsis "Go gRPC Interceptors for Prometheus monitoring") +; (description +; "@url{https://prometheus.io/,Prometheus} monitoring for your @url{https://github.com/grpc/grpc-go,gRPC Go} servers and clients.") +; (license license:asl2.0))) +; +;(define-public go-github-com-ghodss-yaml-1.0.0 +; (package +; (name "go-github-com-ghodss-yaml") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ghodss/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ghodss/yaml")) +; (home-page "https://github.com/ghodss/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "Copyright 2013 The Go Authors. All rights reserved. +;Use of this source code is governed by a BSD-style +;license that can be found in the LICENSE file. +;") +; (license #f))) +; +;(define-public go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af +; (package +; (name "go-github-com-rogpeppe-fastuuid") +; (version "0.0.0-20150106093220-6724a57986af") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/fastuuid") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) +; (home-page "https://github.com/rogpeppe/fastuuid") +; (synopsis "fastuuid") +; (description +; "Package fastuuid provides fast UUID generation of 192 bit +;universally unique identifiers. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181107165924-66b7b1311ac8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00ny4r2bbj6rz939iy9g699acqydq7rfi6r6awn25w9i2dld9m13")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181220203305-927f97764cc3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-resty-v1-1.12.0 +; (package +; (name "go-gopkg-in-resty-v1") +; (version "1.12.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/resty.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/resty.v1" #:unpack-path "gopkg.in/resty.v1")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3))) +; (home-page "https://gopkg.in/resty.v1") +; (synopsis "News") +; (description +; "Package resty provides Simple HTTP and REST client library for Go. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.0.0-20170812160011-eb3733d160e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.5 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.9.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0acpbxa1i1bxcpkclkcif2macbcfrlywb58vly5pzwsj261mg58a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" +; ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) +; ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) +; ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" +; ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-github-com-inconshreveable-mousetrap-1.0.0 +; (package +; (name "go-github-com-inconshreveable-mousetrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/inconshreveable/mousetrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) +; (home-page "https://github.com/inconshreveable/mousetrap") +; (synopsis "mousetrap") +; (description "mousetrap is a tiny library that answers a single question.") +; (license license:asl2.0))) +; +;(define-public go-github-com-jonboulle-clockwork-0.1.0 +; (package +; (name "go-github-com-jonboulle-clockwork") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jonboulle/clockwork") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jonboulle/clockwork")) +; (home-page "https://github.com/jonboulle/clockwork") +; (synopsis "clockwork") +; (description +; "Replace uses of the @code{time} package with the @code{clockwork.Clock} interface instead.") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.7 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" +; ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.0.9 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.4 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-runewidth-0.0.2 +; (package +; (name "go-github-com-mattn-go-runewidth") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-runewidth") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-runewidth")) +; (home-page "https://github.com/mattn/go-runewidth") +; (synopsis "go-runewidth") +; (description +; "This package provides functions to get fixed width of the character or string.") +; (license license:expat))) +; +;(define-public go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5 +; (package +; (name "go-github-com-olekukonko-tablewriter") +; (version "0.0.0-20170122224234-a0225b3f23b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/olekukonko/tablewriter") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bp9r6xzy6d3p7l2hjmvr25y3rp3p8c9xv1agkllkksm45ng6681")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/olekukonko/tablewriter")) +; (home-page "https://github.com/olekukonko/tablewriter") +; (synopsis "ASCII Table Writer") +; (description "Create & Generate text based table +;") +; (license license:expat))) +; +;(define-public go-github-com-soheilhy-cmux-0.1.4 +; (package +; (name "go-github-com-soheilhy-cmux") +; (version "0.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/soheilhy/cmux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/soheilhy/cmux")) +; (home-page "https://github.com/soheilhy/cmux") +; (synopsis "cmux: Connection Mux") +; (description +; "Package cmux is a library to multiplex network connections based on +;their payload. Using cmux, you can serve different protocols from the +;same listener. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cobra-0.0.3 +; (package +; (name "go-github-com-spf13-cobra") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q1nsx05svyv9fv3fy6xv6gs9ffimkyzsfm49flvl3wnvf1ncrkd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.1 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8 +; (package +; (name "go-github-com-tmc-grpc-websocket-proxy") +; (version "0.0.0-20170815181823-89b8d40f7ca8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tmc/grpc-websocket-proxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bg6m0cycy5sww175zkbnhi9lvzb08iicc8xka8klrgaa9mc5nsk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) +; (home-page "https://github.com/tmc/grpc-websocket-proxy") +; (synopsis "grpc-websocket-proxy") +; (description +; "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") +; (license license:expat))) +; +;(define-public go-github-com-urfave-cli-1.20.0 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2 +; (package +; (name "go-github-com-xiang90-probing") +; (version "0.0.0-20190116061207-43a291ad63a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xiang90/probing") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xiang90/probing")) +; (home-page "https://github.com/xiang90/probing") +; (synopsis "Getting Started") +; (description "We first need to serve the probing HTTP handler.") +; (license license:expat))) +; +;(define-public go-go-etcd-io-bbolt-1.3.3 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-atomic-1.3.2 +; (package +; (name "go-go-uber-org-atomic") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/atomic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/atomic")) +; (home-page "https://go.uber.org/atomic") +; (synopsis "atomic") +; (description +; "Package atomic provides simple wrappers around numerics to enforce atomic +;access. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190813141303-74dc4d7220e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563yswwqknxx2gsvl0qikn0lmwalilbng8i12iw4d3v40n23s0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190826190057-c7b8b68b1456") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lqnnrx5prrvkinnhgyvzzhcyvi8x5w54rlp336xjhpslkgqn132")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2 +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20180412165947-fbb02b2291d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.26.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qsb2mcswpp3vd7i9gfvz4a3ypdwk2svhhn09nyywgb1vvw80krv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-cheggaaa-pb-v1-1.0.25 +; (package +; (name "go-gopkg-in-cheggaaa-pb-v1") +; (version "1.0.25") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/cheggaaa/pb.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/cheggaaa/pb.v1" +; #:unpack-path +; "gopkg.in/cheggaaa/pb.v1")) +; (home-page "https://gopkg.in/cheggaaa/pb.v1") +; (synopsis "Terminal progress bar for Go") +; (description "Simple console progress bars +;") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489 +; (package +; (name "go-go-etcd-io-etcd") +; (version "0.5.0-alpha.5.0.20200910180754-dd1b699fc489") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/etcd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11zkvkq7ipqi0n8y05zgn8lf7qm59xdk75x7jbxj5sflx38yfa0k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/etcd")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) +; ("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-cheggaaa-pb-v1-1.0.25" +; ,go-gopkg-in-cheggaaa-pb-v1-1.0.25) +; ("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2" +; ,go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456" +; ,go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456) +; ("go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7" +; ,go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.3.2" ,go-go-uber-org-atomic-1.3.2) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" +; ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) +; ("go-github-com-urfave-cli-1.20.0" ,go-github-com-urfave-cli-1.20.0) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8) +; ("go-github-com-spf13-pflag-1.0.1" ,go-github-com-spf13-pflag-1.0.1) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-soheilhy-cmux-0.1.4" +; ,go-github-com-soheilhy-cmux-0.1.4) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5" +; ,go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-mattn-go-runewidth-0.0.2" +; ,go-github-com-mattn-go-runewidth-0.0.2) +; ("go-github-com-mattn-go-isatty-0.0.4" +; ,go-github-com-mattn-go-isatty-0.0.4) +; ("go-github-com-mattn-go-colorable-0.0.9" +; ,go-github-com-mattn-go-colorable-0.0.9) +; ("go-github-com-json-iterator-go-1.1.7" +; ,go-github-com-json-iterator-go-1.1.7) +; ("go-github-com-jonboulle-clockwork-0.1.0" +; ,go-github-com-jonboulle-clockwork-0.1.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.5" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.5) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4" +; ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4) +; ("go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c" +; ,go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c) +; ("go-github-com-google-uuid-1.0.0" ,go-github-com-google-uuid-1.0.0) +; ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903" +; ,go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" +; ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) +; ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" +; ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) +; ("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7) +; ("go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf" +; ,go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-semver-0.2.0" +; ,go-github-com-coreos-go-semver-0.2.0) +; ("go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa" +; ,go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa) +; ("go-github-com-bgentry-speakeasy-0.1.0" +; ,go-github-com-bgentry-speakeasy-0.1.0))) +; (home-page "https://go.etcd.io/etcd") +; (synopsis "etcd") +; (description +; "Package main is a simple wrapper of the real etcd entrypoint package +;(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still +;\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and +;builds a binary in $GOBIN/etcd +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-natefinch-lumberjack-v2-2.0.0 +; (package +; (name "go-gopkg-in-natefinch-lumberjack-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/natefinch/lumberjack.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/natefinch/lumberjack.v2" +; #:unpack-path +; "gopkg.in/natefinch/lumberjack.v2")) +; (home-page "https://gopkg.in/natefinch/lumberjack.v2") +; (synopsis "lumberjack") +; (description "Package lumberjack provides a rolling logger. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.2.2 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cpvfqw7pw8m8wfj8nda4kam0z48q3gp6b9a3a0wr90zv9ldszbv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15 +; (package +; (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") +; (version "0.0.15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00ad9yjr3g1pj118xy063z7rnydkilqmvz9xf89vdva2kjqd7fal")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page +; "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.6 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b53aw2cp9i2v5kg1m2s5kwkz7525ii8vs1g7d8yc2j980aar9y3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-github-com-blang-semver-3.5.1+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.5.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369 +; (package +; (name "go-github-com-matttproud-golang-protobuf-extensions") +; (version "1.0.2-0.20181231171920-c182affec369") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/matttproud/golang_protobuf_extensions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/matttproud/golang_protobuf_extensions") +; (synopsis "Overview") +; (description +; "This repository provides various Protocol Buffer extensions for the Go +;language (golang), namely support for record length-delimited message +;streaming.") +; (license license:asl2.0))) +; +;(define-public go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78 +; (package +; (name "go-github-com-azure-go-ansiterm") +; (version "0.0.0-20170929234023-d6e3b3328b78") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/go-ansiterm") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/go-ansiterm")) +; (home-page "https://github.com/Azure/go-ansiterm") +; (synopsis "go-ansiterm") +; (description +; "This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.") +; (license license:expat))) +; +;(define-public go-gotest-tools-2.2.0+incompatible +; (package +; (name "go-gotest-tools") +; (version "2.2.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "gotest.tools")) +; (home-page "https://gotest.tools") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.3 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190624222133-a101b041ded4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-v3-3.0.2 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cap2aq2wphnbkkzkck5zdjxb64q3jqxfwpkgqys7279rbr8cvjm")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd +; (package +; (name "go-github-com-moby-term") +; (version "0.0.0-20200312100748-672ec06f55cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xspasm3d101hmjsayrbx6az4r4ybbg5gkj13qybhpq674a6kkwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/moby/term")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" +; ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" +; ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78))) +; (home-page "https://github.com/moby/term") +; (synopsis "term - utilities for dealing with terminals") +; (description +; "Package term provides structures and helper functions to work with +;terminal (state, sizes). +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-beorn7-perks-1.0.1 +; (package +; (name "go-github-com-beorn7-perks") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-cespare-xxhash-v2-2.1.1 +; (package +; (name "go-github-com-cespare-xxhash-v2") +; (version "2.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cespare/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cespare/xxhash/v2")) +; (home-page "https://github.com/cespare/xxhash") +; (synopsis "xxhash") +; (description +; "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described +;at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-procfs-0.1.3 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09wmlmvmjf49nchidqffc99wn6vl98v5k9qgyyrhqgv0015xskwa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" +; ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200615200032-f1bc736245b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbmih4n2xw53qbpmc7msqf2660i4ryr0chbrsbj8mdalfrjr0vp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.5 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08smz8dfyxp02ha74my9iszqa5qzgl3ksi28ilyp8lqipssiq6fg")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-1.7.1 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i9wbwjq3idgp9y0vv7fvg6g7zrqi9qlfw915xc49ahw83q2h61w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.5" ,go-gopkg-in-yaml-v2-2.2.5) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1" +; ,go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-prometheus-procfs-0.1.3" +; ,go-github-com-prometheus-procfs-0.1.3) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-cespare-xxhash-v2-2.1.1" +; ,go-github-com-cespare-xxhash-v2-2.1.1) +; ("go-github-com-beorn7-perks-1.0.1" +; ,go-github-com-beorn7-perks-1.0.1))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751 +; (package +; (name "go-github-com-alecthomas-template") +; (version "0.0.0-20190718012654-fb15b899a751") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/template") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/template")) +; (home-page "https://github.com/alecthomas/template") +; (synopsis "Go's") +; (description +; "Package template implements data-driven templates for generating textual output. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4 +; (package +; (name "go-github-com-alecthomas-units") +; (version "0.0.0-20190717042225-c3de453c63f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/units") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/units")) +; (home-page "https://github.com/alecthomas/units") +; (synopsis "Units - Helpful unit multipliers and functions for Go") +; (description +; "Package units provides helpful unit multipliers and functions for Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-kit-kit-0.9.0 +; (package +; (name "go-github-com-go-kit-kit") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-kit/kit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-kit/kit")) +; (home-page "https://github.com/go-kit/kit") +; (synopsis "Go kit") +; (description +; "@strong{Go kit} is a @strong{programming toolkit} for building microservices +;(or elegant monoliths) in Go. We solve common problems in distributed +;systems and application architecture so you can focus on delivering +;business value.") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.4.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (propagated-inputs +; `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-beorn7-perks-1.0.0 +; (package +; (name "go-github-com-beorn7-perks") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190129233127-fd36f4220a90") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc +; (package +; (name "go-github-com-alecthomas-template") +; (version "0.0.0-20160405071501-a0175ee3bccc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/template") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/template")) +; (home-page "https://github.com/alecthomas/template") +; (synopsis "Go's") +; (description +; "Package template implements data-driven templates for generating textual output. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf +; (package +; (name "go-github-com-alecthomas-units") +; (version "0.0.0-20151022065526-2efee857e7cf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/units") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/units")) +; (home-page "https://github.com/alecthomas/units") +; (synopsis "Units - Helpful unit multipliers and functions for Go") +; (description +; "Package units provides helpful unit multipliers and functions for Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973 +; (package +; (name "go-github-com-beorn7-perks") +; (version "0.0.0-20180321164747-3a771d992973") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-go-kit-kit-0.8.0 +; (package +; (name "go-github-com-go-kit-kit") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-kit/kit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-kit/kit")) +; (home-page "https://github.com/go-kit/kit") +; (synopsis "Go kit") +; (description +; "@strong{Go kit} is a @strong{programming toolkit} for building microservices +;(or elegant monoliths) in Go. We solve common problems in distributed +;systems and application architecture so you can focus on delivering +;business value.") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.3.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-stack-stack-1.8.0 +; (package +; (name "go-github-com-go-stack-stack") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-stack/stack") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-stack/stack")) +; (home-page "https://github.com/go-stack/stack") +; (synopsis "stack") +; (description +; "Package stack implements utilities to capture, manipulate, and format call +;stacks. It provides a simpler API than package runtime. +;") +; (license license:expat))) +; +;(define-public go-github-com-julienschmidt-httprouter-1.2.0 +; (package +; (name "go-github-com-julienschmidt-httprouter") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/julienschmidt/httprouter") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/julienschmidt/httprouter")) +; (home-page "https://github.com/julienschmidt/httprouter") +; (synopsis "HttpRouter") +; (description +; "Package httprouter is a trie based high performance HTTP request router. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 +; (package +; (name "go-github-com-kr-logfmt") +; (version "0.0.0-20140226030751-b84e30acd515") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/logfmt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/logfmt")) +; (home-page "https://github.com/kr/logfmt") +; (synopsis #f) +; (description +; "Package implements the decoding of logfmt key-value pairs. +;") +; (license license:expat))) +; +;(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.1 +; (package +; (name "go-github-com-matttproud-golang-protobuf-extensions") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/matttproud/golang_protobuf_extensions") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) +; (home-page "https://github.com/matttproud/golang_protobuf_extensions") +; (synopsis "Overview") +; (description +; "This repository provides various Protocol Buffer extensions for the Go +;language (golang), namely support for record length-delimited message +;streaming.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223 +; (package +; (name "go-github-com-mwitkow-go-conntrack") +; (version "0.0.0-20161129095857-cc309e4a2223") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mwitkow/go-conntrack") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mwitkow/go-conntrack")) +; (home-page "https://github.com/mwitkow/go-conntrack") +; (synopsis "Go tracing and monitoring (Prometheus) for") +; (description +; "@url{https://prometheus.io/,Prometheus} monitoring and @url{https://godoc.org/golang.org/x/net/trace#EventLog,(code x/net/trace)} tracing wrappers @code{net.Conn}, both inbound (@code{net.Listener}) and outbound (@code{net.Dialer}).") +; (license license:asl2.0))) +; +;(define-public go-github-com-pkg-errors-0.8.0 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-prometheus-client-golang-0.9.1 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20180712105110-5c3871d89910") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20181005140218-185b4288413d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d85429kdw5dgj5zhyiz1sq3i5691vj2gjnda93nnxxzx9acg8cv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20180904163835-0709b304e793") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180905080454-ebe1bf3edb33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.2.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" +; ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181114220301-adae6a3d119a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fx860zsgzqk28j7lmp96qsfrgb0kzbfjvr294hywswcbwdwkb01")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-common-0.4.1 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" +; ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.2 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181116152217-5ac8a444bdc5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00zdrighflwc4iyizsag184nvl1cbkk02v73kpl5miprdrvzqlr4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-client-golang-1.0.0 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-prometheus-procfs-0.0.2" +; ,go-github-com-prometheus-procfs-0.0.2) +; ("go-github-com-prometheus-common-0.4.1" +; ,go-github-com-prometheus-common-0.4.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-beorn7-perks-1.0.0" +; ,go-github-com-beorn7-perks-1.0.0))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.2.0 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.1.1 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-alecthomas-kingpin-v2-2.2.6 +; (package +; (name "go-gopkg-in-alecthomas-kingpin-v2") +; (version "2.2.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/alecthomas/kingpin.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/alecthomas/kingpin.v2" +; #:unpack-path +; "gopkg.in/alecthomas/kingpin.v2")) +; (home-page "https://gopkg.in/alecthomas/kingpin.v2") +; (synopsis "Kingpin - A Go (golang) command line and flag parser") +; (description +; "Package kingpin provides command line interfaces like this: +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.4 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.10.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ra7zfqsnvgfizzsxn3rk0dwhk7nx8p8082zgpvadbv2b0j1k01i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-go-kit-kit-0.9.0" ,go-github-com-go-kit-kit-0.9.0) +; ("go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4" +; ,go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4) +; ("go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751" +; ,go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200106162015-b016eb3dc98e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k0qr26046d228gi6ngkfxp4m1rjgxk4jj75h0kh1cpyp91n5rja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-procfs-0.2.0 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkpyq1grk3qyfahnfry5qkxjg5qb10yh1l8cvm8b79nqsmdyjbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" +; ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190422165155-953cdadca894") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.6.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-atomic-1.4.0 +; (package +; (name "go-go-uber-org-atomic") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/atomic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/atomic")) +; (home-page "https://go.uber.org/atomic") +; (synopsis "atomic") +; (description +; "Package atomic provides simple wrappers around numerics to enforce atomic +;access. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-multierr-1.1.0 +; (package +; (name "go-go-uber-org-multierr") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/multierr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/multierr")) +; (home-page "https://go.uber.org/multierr") +; (synopsis "multierr") +; (description +; "Package multierr allows combining one or more errors together. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-zap-1.10.0 +; (package +; (name "go-go-uber-org-zap") +; (version "1.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/zap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/zap")) +; (home-page "https://go.uber.org/zap") +; (synopsis "â\x9a¡ zap") +; (description "Package zap provides fast, structured, leveled logging. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190425150028-36563e24a262") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c +; (package +; (name "go-golang-org-x-text") +; (version "0.0.0-20170915032832-14c0d48ead0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-sampler-1.3.0 +; (package +; (name "go-rsc-io-sampler") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/sampler") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "rsc.io/sampler")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" +; ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) +; (home-page "https://rsc.io/sampler") +; (synopsis #f) +; (description "Package sampler shows simple texts. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-quote-v3-3.1.0 +; (package +; (name "go-rsc-io-quote-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/quote") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) +; (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) +; (home-page "https://rsc.io/quote/v3") +; (synopsis #f) +; (description "Package quote collects pithy sayings. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.4.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zb4n285mv85dh3y2f8fqbs30h2dhzw7vbczr6z0zg2gqr6vzg0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) +; ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.4 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12dclmj2if8l0069fby4psrpqby7p810dr1dr63nwx93g9jhvkmx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-chzyer-logex-1.1.10 +; (package +; (name "go-github-com-chzyer-logex") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/logex") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/logex")) +; (home-page "https://github.com/chzyer/logex") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e +; (package +; (name "go-github-com-chzyer-readline") +; (version "0.0.0-20180603132655-2972be24d48e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/readline") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/readline")) +; (home-page "https://github.com/chzyer/readline") +; (synopsis "Guide") +; (description +; "Readline is a pure go implementation for GNU-Readline kind library. +;") +; (license license:expat))) +; +;(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 +; (package +; (name "go-github-com-chzyer-test") +; (version "0.0.0-20180213035817-a1ea475d72b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/test") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/test")) +; (home-page "https://github.com/chzyer/test") +; (synopsis "test") +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20181102032728-5e5cf60278f6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191204072324-ce4227a45e2e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200229191704-1ebb73c60ed3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.9.1 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190702054246-869f871628b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-testify-1.4.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190502145724-3ef323f4f1fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190425155659-357c62f0e4bb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.20.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.3 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee +; (package +; (name "go-golang-org-x-mod") +; (version "0.1.1-0.20191105210325-c90efee705ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200130002326-2f3ba24bd6e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" +; ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20200302205851-738671d3881b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200301022130-244492dfa37a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vm2q44phz4vjnzq9428rjk58c82fxf003whczp7c9ryn9fazh7s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200302150141-5c8b2ff67527") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200304193943-95d2e580d8eb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f46657xsdc12lr29ksqg80fp0j8v2iqgihzh788avcj5cmhnqyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.2.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c +; (package +; (name "go-github-com-google-btree") +; (version "0.0.0-20180813153112-4030bb1f1f0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-martian-2.1.0+incompatible +; (package +; (name "go-github-com-google-martian") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian")) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20181206194817-3ea8567a2e57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.4 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.0.0-20190106144839-af01ea7f8024") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.1-0.20180807135948-17ff2d5776d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20181108054448-85acf8d2951c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190301231843-5614ed5bae6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190226205417-e64efc72b421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190312170243-e65039ee4138") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.4.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190418145605-e7d98fc518a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190106161140-3f1c8253044a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.38.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" +; ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" +; ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) +; ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" +; ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) +; ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" +; ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" +; ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) +; ("go-github-com-googleapis-gax-go-v2-2.0.4" +; ,go-github-com-googleapis-gax-go-v2-2.0.4) +; ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" +; ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.5 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.0 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190227155943-e225da77a7e6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190307195333-5fe7a883aa19") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.21.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190503192946-f4e77d36d62c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190604053449-0f29369cfe45") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190507160741-ecd444e8653b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.5.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.20.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-google-golang-org-appengine-1.5.0" +; ,go-google-golang-org-appengine-1.5.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" +; ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200305110556-506484158171 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200305110556-506484158171") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19h7sxkfjcrkm7majd0pyzzirdnk1qlsxc3h5zklhm234d8jg407")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-renameio-0.1.0 +; (package +; (name "go-github-com-google-renameio") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/renameio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/renameio")) +; (home-page "https://github.com/google/renameio") +; (synopsis "Atomicity vs durability") +; (description +; "Package renameio provides a way to atomically create or replace a file or +;symbolic link. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-errgo-v2-2.1.0 +; (package +; (name "go-gopkg-in-errgo-v2") +; (version "2.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/errgo.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) +; (home-page "https://gopkg.in/errgo.v2") +; (synopsis #f) +; (description +; "Package errgo provides some primitives for error creation and handling.") +; (license license:bsd-3))) +; +;(define-public go-github-com-rogpeppe-go-internal-1.3.0 +; (package +; (name "go-github-com-rogpeppe-go-internal") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/go-internal") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/go-internal")) +; (propagated-inputs +; `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) +; (home-page "https://github.com/rogpeppe/go-internal") +; (synopsis #f) +; (description +; "This repository factors out an opinionated selection of internal packages and functionality from the Go standard +;library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190510104115-cbcb75029529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e +; (package +; (name "go-golang-org-x-mod") +; (version "0.0.0-20190513183733-4bf6d317e70e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" +; ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191130070609-6e064ea0cf2d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.1-2020.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" +; ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) +; ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" +; ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) +; ("go-github-com-rogpeppe-go-internal-1.3.0" +; ,go-github-com-rogpeppe-go-internal-1.3.0) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-google-renameio-0.1.0" +; ,go-github-com-google-renameio-0.1.0) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.54.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.54.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ilqqymrphg546c66jc0npd48dlr88wbgrg462h1jgm2ykbnq1ba")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.1-2020.1.3" +; ,go-honnef-co-go-tools-0.0.1-2020.1.3) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20200305110556-506484158171" +; ,go-google-golang-org-genproto-0.0.0-20200305110556-506484158171) +; ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) +; ("go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb" +; ,go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" +; ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a" +; ,go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" +; ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.4" +; ,go-github-com-golang-protobuf-1.3.4) +; ("go-github-com-golang-mock-1.4.1" ,go-github-com-golang-mock-1.4.1) +; ("go-cloud-google-com-go-storage-1.6.0" +; ,go-cloud-google-com-go-storage-1.6.0) +; ("go-cloud-google-com-go-pubsub-1.2.0" +; ,go-cloud-google-com-go-pubsub-1.2.0) +; ("go-cloud-google-com-go-datastore-1.1.0" +; ,go-cloud-google-com-go-datastore-1.1.0) +; ("go-cloud-google-com-go-bigquery-1.4.0" +; ,go-cloud-google-com-go-bigquery-1.4.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7 +; (package +; (name "go-github-com-gregjones-httpcache") +; (version "0.0.0-20180305231024-9cad4c3443a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gregjones/httpcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gregjones/httpcache")) +; (home-page "https://github.com/gregjones/httpcache") +; (synopsis "httpcache") +; (description +; "Package httpcache provides a http.RoundTripper implementation that works as a +;mostly RFC-compliant cache for http responses. +;") +; (license license:expat))) +; +;(define-public go-github-com-imdario-mergo-0.3.5 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-peterbourgon-diskv-2.0.1+incompatible +; (package +; (name "go-github-com-peterbourgon-diskv") +; (version "2.0.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/peterbourgon/diskv") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/peterbourgon/diskv")) +; (home-page "https://github.com/peterbourgon/diskv") +; (synopsis "What is diskv?") +; (description +; "Diskv (disk-vee) is a simple, persistent key-value store written in the Go +;language. It starts with an incredibly simple API for storing arbitrary data on +;a filesystem by key, and builds several layers of performance-enhancing +;abstraction on top. The end result is a conceptually simple, but highly +;performant, disk-backed storage system.") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20201002170205-7f63de1d35b0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dr89jfs4dmpr3jqfshqqvfpzzdx4r76nkzhrvmixfrmn6wxrnd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.34.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190108225652-1e06a53dbb7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181221193216-37e7f081c4d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200107190931-bf48bf16ab8d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20200630173020-3af7569d3a1e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05hqhw3vlssi499y6m41zgdp1yyjsw2kj95ahymlw6pkhsssh2vq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-api-0.20.6 +; (package +; (name "go-k8s-io-api") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mm6a91a4nrlsvnfcbgn2574vdwxf1nxpgrd5avklh8mym2ngimw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96 +; (package +; (name "go-github-com-docker-spdystream") +; (version "0.0.0-20160310174837-449fdfce4d96") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/spdystream") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/spdystream")) +; (home-page "https://github.com/docker/spdystream") +; (synopsis "SpdyStream") +; (description +; "This package provides a multiplexed stream library using spdy") +; (license license:asl2.0))) +; +;(define-public go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153 +; (package +; (name "go-github-com-elazarl-goproxy") +; (version "0.0.0-20180725130230-947c36da3153") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/elazarl/goproxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lmsnr5xmda89wig8sw62llg6acjb5caghz5jmdhnm85rm6rnssk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/elazarl/goproxy")) +; (home-page "https://github.com/elazarl/goproxy") +; (synopsis "Introduction") +; (description +; "Taken from $GOROOT/src/pkg/net/http/chunked +;needed to write https responses to client. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-evanphx-json-patch-4.9.0+incompatible +; (package +; (name "go-github-com-evanphx-json-patch") +; (version "4.9.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/evanphx/json-patch") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r88qpzjxsx8skij9s5pi4a5qcv4bm18vq8sy21gpwgzp3qf6qzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/evanphx/json-patch")) +; (home-page "https://github.com/evanphx/json-patch") +; (synopsis "JSON-Patch") +; (description +; "@code{jsonpatch} is a library which provides functionality for both applying +;@url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against documents, as +;well as for calculating & applying @url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191005200804-aed5e4c7ecf9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.9 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" +; ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20200121045136-8c9f03a8e57e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-gofuzz-1.1.0 +; (package +; (name "go-github-com-google-gofuzz") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gofuzz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0si2fiigj45vr4jnw4grjhls7nw56wkwinnn93gqbl9ng9ynw8rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/gofuzz")) +; (home-page "https://github.com/google/gofuzz") +; (synopsis "gofuzz") +; (description +; "Package fuzz is a library for populating go objects with random values. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.1.2 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.1 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421 +; (package +; (name "go-github-com-modern-go-concurrent") +; (version "0.0.0-20180228061459-e0a39a4cb421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/concurrent") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hamz1zimsxm9vl0ih19v7sbibglwq2j6473w4j9k7ib80fmxdzr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/concurrent")) +; (home-page "https://github.com/modern-go/concurrent") +; (synopsis "concurrent") +; (description +; "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "0.0.0-20180701023420-4b7aa43c6742") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.10 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "134zwc2pmf8nd90r8065wsl6vv1mwjl23bs70i08dzhw5h98drr4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" +; ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f +; (package +; (name "go-github-com-mxk-go-flowrate") +; (version "0.0.0-20140419014527-cca7078d478f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mxk/go-flowrate") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mxk/go-flowrate")) +; (home-page "https://github.com/mxk/go-flowrate") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.11.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.11.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vxmb5k89bq50m2kzcw5l3bdvci4czpifkgxd4nbq1yzv5ir03kp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.7 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcloud-tail-1.0.0 +; (package +; (name "go-github-com-hpcloud-tail") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcloud/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcloud/tail")) +; (home-page "https://github.com/hpcloud/tail") +; (synopsis "Go package for tail-ing files") +; (description +; "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") +; (license license:expat))) +; +;(define-public go-github-com-onsi-ginkgo-1.6.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180906233101-161cd47e91fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180909124046-d0be0721c37e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-fsnotify-v1-1.4.7 +; (package +; (name "go-gopkg-in-fsnotify-v1") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/fsnotify.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/fsnotify.v1" +; #:unpack-path +; "gopkg.in/fsnotify.v1")) +; (home-page "https://gopkg.in/fsnotify.v1") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 +; (package +; (name "go-gopkg-in-tomb-v1") +; (version "1.0.0-20141024135613-dd632973f1e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/tomb.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) +; (home-page "https://gopkg.in/tomb.v1") +; (synopsis "Installation and usage") +; (description +; "The tomb package offers a conventional API for clean goroutine termination. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-gomega-1.7.0 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09j6wq425wgzzsbwm9ckhfgl2capv3yyqbrf45qyrjwkzm49i02y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-spf13-pflag-1.0.5 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-inf-v0-0.9.1 +; (package +; (name "go-gopkg-in-inf-v0") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/inf.v0") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/inf.v0" #:unpack-path "gopkg.in/inf.v0")) +; (home-page "https://gopkg.in/inf.v0") +; (synopsis #f) +; (description +; "Package inf (type inf.Dec) implements \"infinite-precision\" decimal +;arithmetic. +;\"Infinite precision\" describes two characteristics: practically unlimited +;precision for decimal number representation and no support for calculating +;with any specific fixed precision. +;(Although there is no practical limit on precision, inf.Dec can only +;represent finite decimals.) +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46 +; (package +; (name "go-github-com-nytimes-gziphandler") +; (version "0.0.0-20170623195520-56545f4a5d46") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nytimes/gziphandler") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/NYTimes/gziphandler")) +; (home-page "https://github.com/NYTimes/gziphandler") +; (synopsis "Gzip Handler") +; (description +; "This is a tiny Go package which wraps HTTP handlers to transparently gzip the +;response body, for clients which support it. Although it's usually simpler to +;leave that to a reverse proxy (like nginx or Varnish), this package is useful +;when that's undesirable.") +; (license license:asl2.0))) +; +;(define-public go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a +; (package +; (name "go-github-com-asaskevich-govalidator") +; (version "0.0.0-20190424111038-f61b66f89f4a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/asaskevich/govalidator") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jzjd9ak4byb83bwhbyrrdclnhrgglyxcbr4d4qh39a6ywvcijm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/asaskevich/govalidator")) +; (home-page "https://github.com/asaskevich/govalidator") +; (synopsis "govalidator") +; (description +; "Package govalidator is package of validators and sanitizers for strings, structs and collections. +;") +; (license license:expat))) +; +;(define-public go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633 +; (package +; (name "go-github-com-emicklei-go-restful") +; (version "0.0.0-20170410110728-ff4f55a20633") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/emicklei/go-restful") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/emicklei/go-restful")) +; (home-page "https://github.com/emicklei/go-restful") +; (synopsis "go-restful") +; (description +; "Package restful , a lean package for creating REST-style WebServices without magic. +;") +; (license license:expat))) +; +;(define-public go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680 +; (package +; (name "go-github-com-ghodss-yaml") +; (version "0.0.0-20150909031657-73d445a93680") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ghodss/yaml") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ghodss/yaml")) +; (home-page "https://github.com/ghodss/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "Copyright 2013 The Go Authors. All rights reserved. +;Use of this source code is governed by a BSD-style +;license that can be found in the LICENSE file. +;") +; (license #f))) +; +;(define-public go-github-com-go-openapi-jsonreference-0.19.3 +; (package +; (name "go-github-com-go-openapi-jsonreference") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonreference") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ln21xai74fynwmi4ck5j0c70yszjy96wfagc705y8khjxsgncsw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonreference")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" +; ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3) +; ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" +; ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) +; ("go-github-com-puerkitobio-purell-1.1.1" +; ,go-github-com-puerkitobio-purell-1.1.1))) +; (home-page "https://github.com/go-openapi/jsonreference") +; (synopsis "gojsonreference") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} +;An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.0.0-20190626092158-b2ccc519800e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-openapi-jsonpointer-0.19.3 +; (package +; (name "go-github-com-go-openapi-jsonpointer") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonpointer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4bb7c5y8ss2s8wl50k7lsk84nl4lcldkbkphrfdl21y51gz4jr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e" +; ,go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5))) +; (home-page "https://github.com/go-openapi/jsonpointer") +; (synopsis "gojsonpointer") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} +;An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-puerkitobio-purell-1.1.1 +; (package +; (name "go-github-com-puerkitobio-purell") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/PuerkitoBio/purell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/PuerkitoBio/purell")) +; (home-page "https://github.com/PuerkitoBio/purell") +; (synopsis "Purell") +; (description +; "Package purell offers URL normalization as described on the wikipedia page: +;@url{http://en.wikipedia.org/wiki/URL_normalization,http://en.wikipedia.org/wiki/URL_normalization} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578 +; (package +; (name "go-github-com-puerkitobio-urlesc") +; (version "0.0.0-20170810143723-de5bf2ad4578") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/PuerkitoBio/urlesc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/PuerkitoBio/urlesc")) +; (home-page "https://github.com/PuerkitoBio/urlesc") +; (synopsis "urlesc") +; (description +; "Package urlesc implements query escaping as per @url{https://rfc-editor.org/rfc/rfc3986.html,RFC 3986}. +;It contains some parts of the net/url package, modified so as to allow +;some reserved characters incorrectly escaped by net/url. +;See @url{https://github.com/golang/go/issues/5684,https://github.com/golang/go/issues/5684} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-swag-0.19.2 +; (package +; (name "go-github-com-go-openapi-swag") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/swag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mlxlajx2p9wjm72rmqjrx5g49q2sn04y45s3nrykkf6jqlq1v4z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/swag")) +; (propagated-inputs +; `(("go-github-com-sourcegraph-go-diff-0.5.1" +; ,go-github-com-sourcegraph-go-diff-0.5.1) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" +; ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/go-openapi/swag") +; (synopsis "Swag") +; (description +; "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-openapi-jsonpointer-0.19.2 +; (package +; (name "go-github-com-go-openapi-jsonpointer") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonpointer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s3cqf4svrbygvvpvi7hf122szsgihas52vqh0bba3avf4w03g9n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-swag-0.19.2" +; ,go-github-com-go-openapi-swag-0.19.2))) +; (home-page "https://github.com/go-openapi/jsonpointer") +; (synopsis "gojsonpointer") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} +;An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190613194153-d28f0bde5980") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-jsonreference-0.19.2 +; (package +; (name "go-github-com-go-openapi-jsonreference") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonreference") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v933yvcwyzzlpdxwb9204ki7lls2rwfd96ww2i901ndvz37kdf8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonreference")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-jsonpointer-0.19.2" +; ,go-github-com-go-openapi-jsonpointer-0.19.2) +; ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" +; ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) +; ("go-github-com-puerkitobio-purell-1.1.1" +; ,go-github-com-puerkitobio-purell-1.1.1))) +; (home-page "https://github.com/go-openapi/jsonreference") +; (synopsis "gojsonreference") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} +;An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pty-1.1.5 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpq77b90z72cv9h66dvxsg2j197ylpgcps23xsjfbs752bykfw1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.2.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190611184440-5c40567a22f8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17g8fb9vy2sqq8vgz8jdvf6c6d2290gm2qs0i4yzsd86mgn4dlrg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190827160401-ba9fcec4b297") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190616124812-15dcb6c0061f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qfkkysbyn44nyx57cq8mmw1cjgpxi9gi9xrf6kljmd9c1416zdd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190614205625-5aca471b1d59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i4h3q83w4y9s065w0wnnnwlssy69jbrj08k47ppsa8dnv85kyrf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-spec-0.19.3 +; (package +; (name "go-github-com-go-openapi-spec") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dikq1p550vj5i9y918s075pgk0fxkixxk3fb70ri7wkm51s6nlj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/spec")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59" +; ,go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59) +; ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" +; ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) +; ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" +; ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) +; ("go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8" +; ,go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stretchr-objx-0.2.0" +; ,go-github-com-stretchr-objx-0.2.0) +; ("go-github-com-kr-pty-1.1.5" ,go-github-com-kr-pty-1.1.5) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5) +; ("go-github-com-go-openapi-jsonreference-0.19.2" +; ,go-github-com-go-openapi-jsonreference-0.19.2) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3))) +; (home-page "https://github.com/go-openapi/spec") +; (synopsis "OAI object model") +; (description "The object model for OpenAPI specification documents.") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pretty-0.1.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63 +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.0.0-20190614124828-94de47d64c63") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1km0kkh7cf7dlz5pqi9yr1wamv0167y41cyv1dbrcxfdmwgpfd23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20180628173108-788fd7840127") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190409202823-959b441ac422") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-protobuf-1.1.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e +; (package +; (name "go-github-com-shurcool-go") +; (version "0.0.0-20180423040247-9e1955d9fb6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/go")) +; (home-page "https://github.com/shurcooL/go") +; (synopsis "go") +; (description "Common Go code.") +; (license license:expat))) +; +;(define-public go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041 +; (package +; (name "go-github-com-shurcool-go-goon") +; (version "0.0.0-20170922171312-37c2f522c041") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/go-goon") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/go-goon")) +; (home-page "https://github.com/shurcooL/go-goon") +; (synopsis "goon") +; (description +; "Package goon is a deep pretty printer with Go-like notation. It implements the goon specification. +;") +; (license license:expat))) +; +;(define-public go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4 +; (package +; (name "go-sourcegraph-com-sqs-pbtypes") +; (version "0.0.0-20180604144634-d3ebe8f20ae4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sqs/pbtypes") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sourcegraph.com/sqs/pbtypes")) +; (home-page "https://sourcegraph.com/sqs/pbtypes") +; (synopsis "pbtypes") +; (description +; "Package pbtypes contains protocol buffer types (Timestamp, Void, +;etc.) and related helpers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sourcegraph-go-diff-0.5.1 +; (package +; (name "go-github-com-sourcegraph-go-diff") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sourcegraph/go-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sourcegraph/go-diff")) +; (propagated-inputs +; `(("go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4" +; ,go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4) +; ("go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041" +; ,go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041) +; ("go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e" +; ,go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1))) +; (home-page "https://github.com/sourcegraph/go-diff") +; (synopsis "go-diff") +; (description "Diff parser and printer for Go.") +; (license license:expat))) +; +;(define-public go-github-com-go-openapi-swag-0.19.5 +; (package +; (name "go-github-com-go-openapi-swag") +; (version "0.19.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/swag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z34vqc5yz6rzvarrvlhkimxx33p74iaxb28l1mv716njvlsmjhg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/swag")) +; (propagated-inputs +; `(("go-github-com-sourcegraph-go-diff-0.5.1" +; ,go-github-com-sourcegraph-go-diff-0.5.1) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" +; ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/go-openapi/swag") +; (synopsis "Swag") +; (description +; "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.1.1 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815 +; (package +; (name "go-github-com-docopt-docopt-go") +; (version "0.0.0-20180111231733-ee0de3bc6815") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docopt/docopt.go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docopt/docopt-go")) +; (home-page "https://github.com/docopt/docopt-go") +; (synopsis "docopt-go") +; (description +; "Package docopt parses command-line arguments based on a help message. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-protobuf-1.3.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-googleapis-gnostic-0.4.1 +; (package +; (name "go-github-com-googleapis-gnostic") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gnostic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fw28m3ach5pkcdh4ijd6s7w09j0n88p6mah3hp0k8918jsc6mj9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gnostic")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815" +; ,go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815))) +; (home-page "https://github.com/googleapis/gnostic") +; (synopsis "â¨\x81 gnostic") +; (description +; "Gnostic is a tool for building better REST APIs through knowledge. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.1.2 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d +; (package +; (name "go-github-com-munnerz-goautoneg") +; (version "0.0.0-20120707110453-a547fc61f48d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/munnerz/goautoneg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/munnerz/goautoneg")) +; (home-page "https://github.com/munnerz/goautoneg") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "0.0.0-20170829012221-11459a886d9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nswc1fnrrs792qbix05h91bilj8rr3wxmxgwi97p2gjk0r292zh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c +; (package +; (name "go-github-com-onsi-gomega") +; (version "0.0.0-20170829124025-dcabb60a477c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1775lv5jbsgv3ghq5v2827slqlhqdadrzc1nkpq4y0hdv2qzrgkm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff +; (package +; (name "go-github-com-spf13-pflag") +; (version "0.0.0-20170130214245-9ff6c6923cff") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mfrxzyl8x7araa126lh8l3sihbbgfbzgkrg3v3cx7y4n3wrsqvn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200323222414-85ca7c5b95cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200324143707-d3edc9973b7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac +; (package +; (name "go-k8s-io-gengo") +; (version "0.0.0-20200413195148-3a45101e95ac") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/gengo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x46jq6rv8z0y96231rfgzvfscgy5hp5aacid3r93zy0rq9r37g6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/gengo")) +; (home-page "https://k8s.io/gengo") +; (synopsis "gengo") +; (description +; "This package provides a package for generating things based on go files. This mechanism was first used +;in Kubernetes and is split out here for ease of reuse and maintainability.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.2 +; (package +; (name "go-sigs-k8s-io-structured-merge-diff-v4") +; (version "4.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/structured-merge-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z60sw6nrlzyddyx5pvh6afwf8jvmn8c2zw15hklq17iyvj3lj7a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/structured-merge-diff/v4" +; #:unpack-path +; "sigs.k8s.io/structured-merge-diff/v4")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) +; (home-page "https://sigs.k8s.io/structured-merge-diff/v4") +; (synopsis "Structured Merge and Diff") +; (description +; "This repo contains code which implements the Kubernetes \"apply\" operation.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-yaml-1.1.0 +; (package +; (name "go-sigs-k8s-io-yaml") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sigs.k8s.io/yaml")) +; (home-page "https://sigs.k8s.io/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") +; (license #f))) +; +;(define-public go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd +; (package +; (name "go-k8s-io-kube-openapi") +; (version "0.0.0-20201113171705-d219536bb9fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/kube-openapi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d420a3rxznh3f6x5a6xp22zjwv6jfq4w1gb6srqb4vn9rhgrka")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/kube-openapi")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac" +; ,go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" +; ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff" +; ,go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff) +; ("go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c" +; ,go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c) +; ("go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c" +; ,go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c) +; ("go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d" +; ,go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-go-openapi-jsonreference-0.19.3" +; ,go-github-com-go-openapi-jsonreference-0.19.3) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3) +; ("go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680" +; ,go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680) +; ("go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633" +; ,go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a" +; ,go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a) +; ("go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46" +; ,go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46))) +; (home-page "https://k8s.io/kube-openapi") +; (synopsis "Kube OpenAPI") +; (description +; "This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal +;is to support a subset of OpenAPI features to satisfy kubernetes use-cases but +;implement that subset with little to no assumption about the structure of the +;code or routes. Thus, there should be no kubernetes specific code in this repo.") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.1 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-gofuzz-1.0.0 +; (package +; (name "go-github-com-google-gofuzz") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gofuzz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/gofuzz")) +; (home-page "https://github.com/google/gofuzz") +; (synopsis "gofuzz") +; (description +; "Package fuzz is a library for populating go objects with random values. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.6 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd +; (package +; (name "go-github-com-modern-go-concurrent") +; (version "0.0.0-20180306012644-bacd9c7ef1dd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/concurrent") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/concurrent")) +; (home-page "https://github.com/modern-go/concurrent") +; (synopsis "concurrent") +; (description +; "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-reflect2-1.0.1 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.3 +; (package +; (name "go-sigs-k8s-io-structured-merge-diff-v4") +; (version "4.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/structured-merge-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jv60bkk0z437bsz5ldjyc006k20njmpl0xfl8p3g1q0bx0fkypa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/structured-merge-diff/v4" +; #:unpack-path +; "sigs.k8s.io/structured-merge-diff/v4")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) +; (home-page "https://sigs.k8s.io/structured-merge-diff/v4") +; (synopsis "Structured Merge and Diff") +; (description +; "This repo contains code which implements the Kubernetes \"apply\" operation.") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.8 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-yaml-1.2.0 +; (package +; (name "go-sigs-k8s-io-yaml") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "059a1chkd6afyvqszrx7h93k6cgik3ia92x29f5whpwi66461pzq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sigs.k8s.io/yaml")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://sigs.k8s.io/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") +; (license #f))) +; +;(define-public go-k8s-io-apimachinery-0.20.6 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16952v7zjk3pdyw5r3wy28qkcfx3risid0847pwdw8gmalwxr237")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.6 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fpz56pfadbfp8mlzmzicfmlgk5zqbk2rdwnr8c8h6ypjd5xjcvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.6 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1987vm5lhbnn4ynrpzdgz3873lp78664cpdpkbv9jwnhzqdhpyhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-github-com-yuin-goldmark-1.1.27 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.27") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.2.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200226121028-0de0cce0169b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190911185100-cd5d95a43a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200619180055-7c47624df98f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.27" +; ,go-github-com-yuin-goldmark-1.1.27))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.5.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" +; ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-yuin-goldmark-1.2.1 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20190717185122-a985d3407aa7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191119224855-298f0cb1881e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191011141410-1b5146add898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.3.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201021035429-f5854403a974") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201020160332-67f06af15bc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20200804184101-5ec99f83aff1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210106214847-113979e3529a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-protobuf-1.3.2 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" +; ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.5.0" +; ,go-github-com-kisielk-errcheck-1.5.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.2 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.2.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201110031124-69a78807bb2b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201112073958-5cba982894dd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08dvnwmi2p4slmhyx7gzkmzfp51mmnkzi0ngwhvv0vip1s3s3zjc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.4 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.24.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201110150050-8816d57aaa9a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cbfam4w9jr5gib43v3s2r5j8mhd3hl6ks3azwsahaff6idggg20")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.22.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.22.0" +; ,go-google-golang-org-protobuf-1.22.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.27.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.1-0.20200526195155-81db48ad09cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200526211855-cb27e3aa2013") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" +; ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.25.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.25.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20190902080502-41f04d3bba15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-k8s-io-cri-api-0.20.6 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yp4rfxjn4h78z4sbmwhcqm8mva9bsvsc5jky2qa76npp0hycjhx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-logr-logr-0.2.0 +; (package +; (name "go-github-com-go-logr-logr") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logr/logr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06xh4pw53z38vyi300mgpnr4pkqgknw9xakdyk1xzqfg9zd60d7d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logr/logr")) +; (home-page "https://github.com/go-logr/logr") +; (synopsis "A minimal logging API for Go") +; (description +; "Package logr defines a general-purpose logging API and abstract interfaces +;to back that API. Packages in the Go ecosystem can depend on this package, +;while callers can implement logging with whatever backend is appropriate. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-klog-v2-2.4.0 +; (package +; (name "go-k8s-io-klog-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/klog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zjih6bgdalga5hqaa2fwwidslq6lv358gkj88a8wwj7w253wc8c")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) +; (propagated-inputs +; `(("go-github-com-go-logr-logr-0.2.0" +; ,go-github-com-go-logr-logr-0.2.0))) +; (home-page "https://k8s.io/klog/v2") +; (synopsis "klog") +; (description +; "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-spf13-afero-1.2.2 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0))) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-logr-logr-0.1.0 +; (package +; (name "go-github-com-go-logr-logr") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logr/logr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logr/logr")) +; (home-page "https://github.com/go-logr/logr") +; (synopsis "A minimal logging API for Go") +; (description +; "Package logr defines a general-purpose logging API and abstract interfaces +;to back that API. Packages in the Go ecosystem can depend on this package, +;while callers can implement logging with whatever backend is appropriate. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-klog-v2-2.0.0 +; (package +; (name "go-k8s-io-klog-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/klog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09vqm0n5l64lzpk3xqm4njbncnphx52qk21gwx8nsgyivlxx1n8g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) +; (propagated-inputs +; `(("go-github-com-go-logr-logr-0.1.0" +; ,go-github-com-go-logr-logr-0.1.0))) +; (home-page "https://k8s.io/klog/v2") +; (synopsis "klog") +; (description +; "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920 +; (package +; (name "go-k8s-io-utils") +; (version "0.0.0-20201110183641-67b214c5f920") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/utils") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19rc9v5xin0a8qbf25my3rd0jd74cin2mk2a38j2dwplqy3s9crl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/utils")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-afero-1.2.2" ,go-github-com-spf13-afero-1.2.2) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/utils") +; (synopsis "Utils") +; (description +; "This package provides a set of Go libraries that provide low-level, kubernetes-independent packages +;supplementing the @url{https://golang.org/pkg/#stdlib,Go standard libs}.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20181030221726-6c7e314b6563") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m1n6r8v6mrlh0yvlz3qxz4s7jc7nis0zf3dfl1i6hqh5xblkwnw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.2.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563" +; ,go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-kisielk-gotool-1.0.0 +; (package +; (name "go-github-com-kisielk-gotool") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/gotool") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/gotool")) +; (home-page "https://github.com/kisielk/gotool") +; (synopsis "gotool") +; (description +; "Package gotool contains utility functions used to implement the standard +;\"cmd/go\" tool, provided as a convenience to developers who want to write +;tools with similar semantics. +;") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.3.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-googleapis-1.3.2 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10670qprmk151n6pa1yclr89kgrvmalzvkq221xqbid83iv59s2h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.5 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0-20190314233015-f79a8a8ca69d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.1 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04ymak18flqlfcn8lycmg8r3931al8dvr8f1cg9n4yjaskmg72v8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 +; (package +; (name "go-github-com-census-instrumentation-opencensus-proto") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/census-instrumentation/opencensus-proto")) +; (home-page "https://github.com/census-instrumentation/opencensus-proto") +; (synopsis +; "OpenCensus Proto - Language Independent Interface Types For OpenCensus") +; (description +; "Census provides a framework to define and collect stats against metrics and to +;break those stats down across user-defined dimensions.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190812154241-14fe0d1b01d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190311212946-11955173bddd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190313153728-d0100b6bd8b3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190524140312-2c0ae7006135") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190523083050-ea95bdfd59fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-grpc-1.23.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.1-0.20191026205805-5f8ba28d4473") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 +; (package +; (name "go-github-com-envoyproxy-protoc-gen-validate") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/protoc-gen-validate") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) +; (home-page "https://github.com/envoyproxy/protoc-gen-validate") +; (synopsis "protoc-gen-validate (PGV)") +; (description +; "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.2.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 +; (package +; (name "go-golang-org-x-exp") +; (version "0.0.0-20190121172915-509febef88a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/exp") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/exp")) +; (home-page "https://golang.org/x/exp") +; (synopsis "exp") +; (description +; "This subrepository holds experimental and deprecated (in the @code{old} +;directory) packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190227174305-5b3e6a55c961") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190213061140-3a22650c66bd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181108010431-42b317875d0f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180724234803-3673e40ba225") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.4.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190226205152-f727befe758c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.26.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-client9-misspell-0.3.4 +; (package +; (name "go-github-com-client9-misspell") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/client9/misspell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/client9/misspell")) +; (home-page "https://github.com/client9/misspell") +; (synopsis "Install") +; (description +; "Package misspell corrects commonly misspelled English words in source files. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b +; (package +; (name "go-github-com-golang-glog") +; (version "0.0.0-20160126235308-23def4e6c14b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/glog") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/glog")) +; (home-page "https://github.com/golang/glog") +; (synopsis "glog") +; (description +; "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.1.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20181026193005-c67002cb31c3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180826012351-8a410e7b638d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20180821212333-d2e6202438be") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180830151530-49385e6e1522") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190114222345-bf090417da8b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.1.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20180817151627-c66870c02cf8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.19.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.19.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" +; ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" +; ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" +; ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) +; ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" +; ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190102054323-c2f93a96b099") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190819201941-24fa4b261c55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09phrrsafgq6hnbw8cawvx44bdpk1p584fys17x1bwn0j0451zzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.8 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18lzmpbhbk1kq1nwdp6zcxb577kp425l2ikcmb45jcwgqdwzla6l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) +; ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" +; ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.2" +; ,go-github-com-opencontainers-selinux-1.8.2) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-opencontainers-runc-1.0.2" +; ,go-github-com-opencontainers-runc-1.0.2) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.12" +; ,go-github-com-imdario-mergo-0.3.12) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.3.2" +; ,go-github-com-coreos-go-systemd-v22-22.3.2) +; ("go-github-com-containernetworking-plugins-0.9.1" +; ,go-github-com-containernetworking-plugins-0.9.1) +; ("go-github-com-containerd-zfs-1.0.0" +; ,go-github-com-containerd-zfs-1.0.0) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.1.0" +; ,go-github-com-containerd-ttrpc-1.1.0) +; ("go-github-com-containerd-nri-0.1.0" +; ,go-github-com-containerd-nri-0.1.0) +; ("go-github-com-containerd-imgcrypt-1.1.1" +; ,go-github-com-containerd-imgcrypt-1.1.1) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-go-cni-1.0.2" +; ,go-github-com-containerd-go-cni-1.0.2) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-containerd-btrfs-1.0.0" +; ,go-github-com-containerd-btrfs-1.0.0) +; ("go-github-com-containerd-aufs-1.0.0" +; ,go-github-com-containerd-aufs-1.0.0) +; ("go-github-com-microsoft-hcsshim-0.8.23" +; ,go-github-com-microsoft-hcsshim-0.8.23) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.8.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.11 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.6 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae +; (package +; (name "go-github-com-alexflint-go-filemutex") +; (version "0.0.0-20171022225611-72bdc8eae2ae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alexflint/go-filemutex") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alexflint/go-filemutex")) +; (home-page "https://github.com/alexflint/go-filemutex") +; (synopsis "FileMutex") +; (description +; "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. +;On Linux, OSX, and other POSIX systems it uses the flock system call. On windows +;it uses the LockFileEx and UnlockFileEx system calls.") +; (license license:expat))) +; +;(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 +; (package +; (name "go-github-com-buger-jsonparser") +; (version "0.0.0-20180808090653-f4dd9f5a6b44") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/buger/jsonparser") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/buger/jsonparser")) +; (home-page "https://github.com/buger/jsonparser") +; (synopsis +; "Alternative JSON parser for Go (10x times faster standard library)") +; (description +; "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-cni-0.8.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.5.0 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20180511133405-39ca1b05acc7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c +; (package +; (name "go-github-com-d2g-dhcp4") +; (version "0.0.0-20170904100407-a1d1b6c41b1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4")) +; (home-page "https://github.com/d2g/dhcp4") +; (synopsis "DHCP4 - A DHCP library written in Go.") +; (description +; "Warning: This library is still being developed. Function calls will change.") +; (license license:bsd-3))) +; +;(define-public go-github-com-d2g-dhcp4client-1.0.0 +; (package +; (name "go-github-com-d2g-dhcp4client") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4client")) +; (home-page "https://github.com/d2g/dhcp4client") +; (synopsis "dhcp4client") +; (description "DHCP Client") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 +; (package +; (name "go-github-com-d2g-dhcp4server") +; (version "0.0.0-20181031114812-7d4a0a7f59a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4server") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4server")) +; (home-page "https://github.com/d2g/dhcp4server") +; (synopsis "dhcp4server") +; (description "DHCP Server") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 +; (package +; (name "go-github-com-d2g-hardwareaddr") +; (version "0.0.0-20190221164911-e7d9fbe030e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/hardwareaddr") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/hardwareaddr")) +; (home-page "https://github.com/d2g/hardwareaddr") +; (synopsis "hardwareaddr") +; (description "Generate Hardware Addresses") +; (license license:mpl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20180201030542-885f9cc04c9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 +; (package +; (name "go-github-com-j-keck-arping") +; (version "0.0.0-20160618110441-2cf9dc699c56") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/j-keck/arping") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/j-keck/arping")) +; (home-page "https://github.com/j-keck/arping") +; (synopsis "arping") +; (description +; "Package arping is a native go library to ping a host per arp datagram, or query a host mac address +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-shellwords-1.0.3 +; (package +; (name "go-github-com-mattn-go-shellwords") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-shellwords") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-shellwords")) +; (home-page "https://github.com/mattn/go-shellwords") +; (synopsis "go-shellwords") +; (description "Parse line as shell words.") +; (license license:expat))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190904154756-749cb33beabd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-nxadm-tail-1.4.4 +; (package +; (name "go-github-com-nxadm-tail") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nxadm/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/nxadm/tail")) +; (propagated-inputs +; `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" +; ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/nxadm/tail") +; (synopsis "tail functionality in Go") +; (description +; "nxadm/tail provides a Go library that emulates the features of the BSD `tail` +;program. The library comes with full support for truncation/move detection as +;it is designed to work with log rotation tools. The library works on all +;operating systems supported by Go, including POSIX systems like Linux and +;*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. +;") +; (license license:expat))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.7 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcloud-tail-1.0.0 +; (package +; (name "go-github-com-hpcloud-tail") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcloud/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcloud/tail")) +; (home-page "https://github.com/hpcloud/tail") +; (synopsis "Go package for tail-ing files") +; (description +; "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") +; (license license:expat))) +; +;(define-public go-github-com-onsi-ginkgo-1.6.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180906233101-161cd47e91fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180909124046-d0be0721c37e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-fsnotify-v1-1.4.7 +; (package +; (name "go-gopkg-in-fsnotify-v1") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/fsnotify.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/fsnotify.v1" +; #:unpack-path +; "gopkg.in/fsnotify.v1")) +; (home-page "https://gopkg.in/fsnotify.v1") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 +; (package +; (name "go-gopkg-in-tomb-v1") +; (version "1.0.0-20141024135613-dd632973f1e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/tomb.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) +; (home-page "https://gopkg.in/tomb.v1") +; (synopsis "Installation and usage") +; (description +; "The tomb package offers a conventional API for clean goroutine termination. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.4 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-gomega-1.7.1 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191120155948-bd437916bb0e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.12.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.12.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201006153459-a7d1128ccaa0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.3.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-gomega-1.10.3 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" +; ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 +; (package +; (name "go-github-com-safchain-ethtool") +; (version "0.0.0-20190326074333-42ed695e3de8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/safchain/ethtool") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/safchain/ethtool")) +; (home-page "https://github.com/safchain/ethtool") +; (synopsis "ethtool go package") +; (description +; "Package ethtool aims to provide a library giving a simple access to the +;Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations +;from a network device like statistics, driver related informations or +;even the peer of a VETH interface. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.6 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200217220822-9197077df867") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20200728191858-db3c7e526aae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" +; ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200728102440-3e129f6d46b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.1-0.20201029203352-d40f9887b852") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" +; ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201117170446-d9b008d0a637") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 +; (package +; (name "go-gopkg-in-airbrake-gobrake-v2") +; (version "2.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/airbrake/gobrake.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/airbrake/gobrake.v2" +; #:unpack-path +; "gopkg.in/airbrake/gobrake.v2")) +; (home-page "https://gopkg.in/airbrake/gobrake.v2") +; (synopsis "Airbrake Golang Notifier") +; (description +; "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 +; (package +; (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") +; (version "2.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2" +; #:unpack-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) +; (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (synopsis "Airbrake Hook for Logrus") +; (description +; "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. +;This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. +;The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-plugins-0.9.1 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" +; ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) +; ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" +; ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.5.0" +; ,go-github-com-coreos-go-iptables-0.5.0) +; ("go-github-com-containernetworking-cni-0.8.1" +; ,go-github-com-containernetworking-cni-0.8.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-14rcole-gopopulate-0.0.0-20180821133914-b175b219e774 +; (package +; (name "go-github-com-14rcole-gopopulate") +; (version "0.0.0-20180821133914-b175b219e774") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/14rcole/gopopulate") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rrrwsmjvkswn3mrdm03q53sl6r9y00galv83lcm7b789m9a6abf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/14rcole/gopopulate")) +; (home-page "https://github.com/14rcole/gopopulate") +; (synopsis "gopopulate") +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.5.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mbdk7c1drl14wzxykh6h3hxd5d9xxgdslp9634yj9pwi5wkx3n3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) +; ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.9.1" +; ,go-github-com-containernetworking-plugins-0.9.1) +; ("go-github-com-containerd-zfs-1.0.0" +; ,go-github-com-containerd-zfs-1.0.0) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.1.0" +; ,go-github-com-containerd-nri-0.1.0) +; ("go-github-com-containerd-imgcrypt-1.1.1" +; ,go-github-com-containerd-imgcrypt-1.1.1) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-go-cni-1.0.2" +; ,go-github-com-containerd-go-cni-1.0.2) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-containerd-btrfs-1.0.0" +; ,go-github-com-containerd-btrfs-1.0.0) +; ("go-github-com-containerd-aufs-1.0.0" +; ,go-github-com-containerd-aufs-1.0.0) +; ("go-github-com-microsoft-hcsshim-0.8.16" +; ,go-github-com-microsoft-hcsshim-0.8.16) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.21 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.21") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z0imk1nr6h6smi3r5fr7zl54k1wzbkgwff6jijg0zr2m3lqp051")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-containerd-1.5.1" +; ,go-github-com-containerd-containerd-1.5.1) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-1.0.0 +; (package +; (name "go-github-com-containerd-aufs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-1.0.0 +; (package +; (name "go-github-com-containerd-btrfs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-cni-1.0.2 +; (package +; (name "go-github-com-containerd-go-cni") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hqwy402qy04slz2vj05s517mhdbmmkdjs6nhfnk184a730whgv6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-cni")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-containernetworking-cni-0.8.0" +; ,go-github-com-containernetworking-cni-0.8.0))) +; (home-page "https://github.com/containerd/go-cni") +; (synopsis "go-cni") +; (description +; "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210315114300-dde8f0fda960") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ag5p2vqzdavq66wb1z42yw5jzrncsi97g8qk2x9nq51z1nj8rdi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.4 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "039c26mjq8qs1s4kbx76fc99wnmnx165bqn16b2b9gyvxcphs7iv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960" +; ,go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" +; ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) +; ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" +; ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" +; ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" +; ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) +; ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" +; ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.16 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.16") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15bxkqq4zavwspx3ga8j3vx9jrc7l0jazsa6cs6im9liy6xhkbd6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-containerd-1.5.0-beta.4" +; ,go-github-com-containerd-containerd-1.5.0-beta.4) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17-0.20210324224401-5516f17a5958") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20210316121734-20793ff83c97") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ipr8pafb2xpkchfvnxjcfx9pb48mjr9k8krj9gnagssxhynbkd5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676 +; (package +; (name "go-github-com-containerd-btrfs") +; (version "0.0.0-20210316141732-918d888fb676") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20210316144830-115abcc95a1d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hqna43p8r6g3xv8g8n985hq1nzipsvjiwm70xpbzbgynh4ym6z5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20201020171139-16b287bc67d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.1.1-0.20210312161619-7ed62a527887") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16pgcc0w8m2cxhfjzmmd2h3n6mxzc1nlghrhgjlx0lf4q96hv904")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.0" +; ,go-github-com-containers-ocicrypt-1.1.0) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.0.0-20210316161719-dbaa18c31c14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kyrvagbga6yib7il0m4zvqz977a4wsv5lgjd3ix53xmr4h7fgm7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210324211415-d5c4544f0433") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wsqwqv2pyn05asgpm9clgpwq9b8b0fjk4khzkjvscrf5j4v1rx4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.4 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gffl7z6bvi46v0fvphbak4waddsgf4pd5w16khgrzl1sv9skn61")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) +; ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-api-0.20.4 +; (package +; (name "go-k8s-io-api") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hjckd94vpsr690kwx7dad8qlb8xjg2bz5ms315s9h6wc5cqwvgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apimachinery-0.20.4 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.4 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g8x2d59qm6068rql63c0mdhcjz9jsyyf7a5fdg1hyf88dvigfcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.4 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02b782p63h8z3pg64i1kfgkmxwslxpyl6afkhd1agbig9zd6g7w8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.4 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-rc.0 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-rc.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "148z6782bj0vy3vzbhg2xf53g14llvxfsmdsqkz6x5n49rm6xr4i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.4" ,go-k8s-io-cri-api-0.20.4) +; ("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) +; ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apiserver-0.20.4" ,go-k8s-io-apiserver-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433" +; ,go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" +; ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) +; ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" +; ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" +; ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" +; ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) +; ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" +; ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.1 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l0bfk244sxnakg3my529jsw532pffkmiyk5y1iqblz4mkjfphc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" +; ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.1.1 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "177fs3p2xzwjsffcxqqllx6wi6ghfyqbvfgn95v3q7a2993yqk4k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.1" +; ,go-github-com-containers-ocicrypt-1.1.1) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-rc.0" +; ,go-github-com-containerd-containerd-1.5.0-rc.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-microsoft-hcsshim-0.8.16" +; ,go-github-com-microsoft-hcsshim-0.8.16) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.1.0 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hqji5qa0n0fdyv9sjdl7mv3bb4fnq9i79pdzlw6m1nigrnb18qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.15 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1119qf7nklpnn9li61m8jrd5wvifhiz7qh7sfjjy04rfvbvlsi6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" +; ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k6dqaidnldf7kpxdszf0wn6xb8m6vaizm2aza81fri1q0051213")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200622214017-ed371f2e16b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20201003224125-76a6863f2989") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nsiyqjrgf3vvv6hpiljknpbkzlla1czpkq69i607f7p5jd8bgaq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" +; ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.1" +; ,go-github-com-containerd-ttrpc-1.0.1) +; ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" +; ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) +; ("go-github-com-containerd-containerd-1.4.1" +; ,go-github-com-containerd-containerd-1.4.1) +; ("go-github-com-microsoft-hcsshim-0.8.9" +; ,go-github-com-microsoft-hcsshim-0.8.9))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20210114181951-8a68de567b68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v70kxazvsizx33w9nz341hg14acg2vnbfcpx9yknmsjqdwgqnhs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17-0.20210211115548-6eac466e5fa3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w8fmybsl0v5azwi66qa299gwh0mlp907mrg4yaiya7s0cjmjx0d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3 +; (package +; (name "go-github-com-microsoft-hcsshim-test") +; (version "0.0.0-20210227013316-43a75bb4edd3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j899w4hdw1mk6rfyy9qsm902iavgc49ykbjdsb02m6wszq1z0wy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/Microsoft/hcsshim/test" +; #:unpack-path +; "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.16 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.16") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible +; (package +; (name "go-github-com-azure-azure-sdk-for-go") +; (version "16.2.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/azure-sdk-for-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hwrspsyfs003h4f8zl8b41g3a6jpkqawqrykd1mjw9p6hs1c6k8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) +; (home-page "https://github.com/Azure/azure-sdk-for-go") +; (synopsis "Azure SDK for Go") +; (description +; "Package sdk provides Go packages for managing and using Azure services. +;") +; (license license:expat))) +; +;(define-public go-github-com-azure-go-autorest-10.8.1+incompatible +; (package +; (name "go-github-com-azure-go-autorest") +; (version "10.8.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/go-autorest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "122zfifj93vkix8ggkdh0dz5rmzxh4bql4nry1hws2czmzgxlkdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/go-autorest")) +; (home-page "https://github.com/Azure/go-autorest") +; (synopsis "go-autorest") +; (description +; "Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d +; (package +; (name "go-github-com-shopify-logrus-bugsnag") +; (version "0.0.0-20171204204709-577dee27f20d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Shopify/logrus-bugsnag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l3yahk77vzgmjs7baf8g14sv33jj04rw73iind4wayg40lfgrp8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Shopify/logrus-bugsnag")) +; (home-page "https://github.com/Shopify/logrus-bugsnag") +; (synopsis "logrus-bugsnag") +; (description +; "logrus-bugsnag is a hook that allows @url{https://github.com/sirupsen/logrus,Logrus} to interface with @url{https://bugsnag.com,Bugsnag}.") +; (license license:expat))) +; +;(define-public go-github-com-go-ini-ini-1.25.4 +; (package +; (name "go-github-com-go-ini-ini") +; (version "1.25.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-ini/ini") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b6cql5ripbiyrm18d6bfd1rfjnwcbskppw3d0vb80l0wy72d0c6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-ini/ini")) +; (home-page "https://github.com/go-ini/ini") +; (synopsis "INI") +; (description +; "Package ini provides INI file read and write functionality in Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20160202185014-0b12d6b521d8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-aws-aws-sdk-go-1.15.11 +; (package +; (name "go-github-com-aws-aws-sdk-go") +; (version "1.15.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aws/aws-sdk-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w960w39k3nyc17p1lvd41cls39qwg7kzfm57vfbdb4h1m5sck99")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aws/aws-sdk-go")) +; (propagated-inputs +; `(("go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8) +; ("go-github-com-go-ini-ini-1.25.4" ,go-github-com-go-ini-ini-1.25.4))) +; (home-page "https://github.com/aws/aws-sdk-go") +; (synopsis "AWS SDK for Go") +; (description +; "Package sdk is the official AWS SDK for the Go programming language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a +; (package +; (name "go-github-com-beorn7-perks") +; (version "0.0.0-20160804104726-4c0e84591b9a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-bitly-go-simplejson-0.5.0 +; (package +; (name "go-github-com-bitly-go-simplejson") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bitly/go-simplejson") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bitly/go-simplejson")) +; (home-page "https://github.com/bitly/go-simplejson") +; (synopsis "go-simplejson") +; (description "a Go package to interact with arbitrary JSON") +; (license license:expat))) +; +;(define-public go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869 +; (package +; (name "go-github-com-bmizerany-assert") +; (version "0.0.0-20160611221934-b7ed37b82869") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bmizerany/assert") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bmizerany/assert")) +; (home-page "https://github.com/bmizerany/assert") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1 +; (package +; (name "go-github-com-bshuster-repo-logrus-logstash-hook") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bshuster-repo/logrus-logstash-hook") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kkjzav4i3l2ahgpirysr0cqh60vdq517lpj00cc9z32zfrsw87k")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) +; (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") +; (synopsis "Logstash hook for logrus") +; (description +; "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd +; (package +; (name "go-github-com-bugsnag-bugsnag-go") +; (version "0.0.0-20141110184014-b1d153021fcd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/bugsnag-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "057vwigfzq42p9vkk9yhy8vkvgdmh6653rc988jmvmrkwbgvb352")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) +; (home-page "https://github.com/bugsnag/bugsnag-go") +; (synopsis "Bugsnag error reporter for Go") +; (description +; "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). +;") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b +; (package +; (name "go-github-com-bugsnag-osext") +; (version "0.0.0-20130617224835-0dd3f918b21b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02pczqml6p1mnfdrygm3rs02g0r65qx8v1bi3x24dx8wv9dr5y23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/osext")) +; (home-page "https://github.com/bugsnag/osext") +; (synopsis #f) +; (description "Extensions to the standard \"os\" package. +;") +; (license license:zlib))) +; +;(define-public go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0 +; (package +; (name "go-github-com-bugsnag-panicwrap") +; (version "0.0.0-20151223152923-e2c28503fcd0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/panicwrap") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02z1q18s83xhfsz3n8bzv071a6n0irlad11yxppaf7015a7dl446")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/panicwrap")) +; (home-page "https://github.com/bugsnag/panicwrap") +; (synopsis "panicwrap") +; (description +; "The panicwrap package provides functions for capturing and handling +;panics in your application. It does this by re-executing the running +;application and monitoring stderr for any panics. At the same time, +;stdout/stderr/etc. are set to the same values so that data is shuttled +;through properly, making the existence of panicwrap mostly transparent. +;") +; (license license:expat))) +; +;(define-public go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba +; (package +; (name "go-github-com-denverdino-aliyungo") +; (version "0.0.0-20190125010748-a747050bb1ba") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/denverdino/aliyungo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rc16ciz8gjpn36fhp0qz1ns0inlvjaz07z1qffl9ni4b49hhwkn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/denverdino/aliyungo")) +; (home-page "https://github.com/denverdino/aliyungo") +; (synopsis "AliyunGo: Go SDK for Aliyun Services") +; (description +; "This is an unofficial Go SDK for Aliyun services. You are welcome for contribution.") +; (license license:asl2.0))) +; +;(define-public go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c +; (package +; (name "go-github-com-dgrijalva-jwt-go") +; (version "0.0.0-20170104182250-a601269ab70c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgrijalva/jwt-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c2dhmj95wh9cs099cr43qghgmp6bqx0mq44vha2dqq5jkbazwfv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) +; (home-page "https://github.com/dgrijalva/jwt-go") +; (synopsis "jwt-go") +; (description +; "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} +;") +; (license license:expat))) +; +;(define-public go-github-com-dnaeon-go-vcr-1.0.1 +; (package +; (name "go-github-com-dnaeon-go-vcr") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dnaeon/go-vcr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dnaeon/go-vcr")) +; (home-page "https://github.com/dnaeon/go-vcr") +; (synopsis "go-vcr") +; (description +; "@code{go-vcr} simplifies testing by recording your HTTP interactions and +;replaying them in future runs in order to provide fast, deterministic +;and accurate testing of your code.") +; (license license:bsd-2))) +; +;(define-public go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916 +; (package +; (name "go-github-com-docker-go-metrics") +; (version "0.0.0-20180209012529-399ea8c73916") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-metrics")) +; (home-page "https://github.com/docker/go-metrics") +; (synopsis "go-metrics") +; (description +; "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1 +; (package +; (name "go-github-com-docker-libtrust") +; (version "0.0.0-20150114040149-fa567046d9b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/libtrust") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1121c7fxarzyr3fvxyzfw8qs4hb8k92dsix26s5vxncgszl5svf2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/libtrust")) +; (home-page "https://github.com/docker/libtrust") +; (synopsis "libtrust") +; (description +; "Package libtrust provides an interface for managing authentication and +;authorization using public key cryptography. Authentication is handled +;using the identity attached to the public key and verified through TLS +;x509 certificates, a key challenge, or signature. Authorization and +;access control is managed through a trust graph distributed between +;both remote trust servers and locally cached and managed data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7 +; (package +; (name "go-github-com-garyburd-redigo") +; (version "0.0.0-20150301180006-535138d7bcd7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/garyburd/redigo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/garyburd/redigo")) +; (home-page "https://github.com/garyburd/redigo") +; (synopsis #f) +; (description +; "Future development of Redigo is at +;@url{https://github.com/gomodule/redigo,github.com/gomodule/redigo}. Please submit +;issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a +;read-only snapshot.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33 +; (package +; (name "go-github-com-gorilla-handlers") +; (version "0.0.0-20150720190736-60c7bfde3e33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/handlers") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zvpxvybdn8yqpk2cxs134ip9wxmw6c1s0kw9nahf7qw1kfyzycm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/handlers")) +; (home-page "https://github.com/gorilla/handlers") +; (synopsis "gorilla/handlers") +; (description +; "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use +;with Go's net/http package (or any framework supporting http.Handler). +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gorilla-mux-1.7.2 +; (package +; (name "go-github-com-gorilla-mux") +; (version "1.7.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/mux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gjcbgpdl3snc38i8sj8k6sqbv3inyrxqyggbqvr4jfx2phv2zy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/mux")) +; (home-page "https://github.com/gorilla/mux") +; (synopsis "gorilla/mux") +; (description "Package mux implements a request router and dispatcher. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20160803190731-bd40a432e4c7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kgzwiyqn24ba9kgpjxlq1h746gnyby0psbjj9mp2yx0h1i0kc4z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-marstr-guid-1.1.0 +; (package +; (name "go-github-com-marstr-guid") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/marstr/guid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/marstr/guid")) +; (home-page "https://github.com/marstr/guid") +; (synopsis "Guid") +; (description +; "Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, @url{http://ietf.org/rfc/rfc4122.txt,RFC 4122} governs the desired behavior.") +; (license license:expat))) +; +;(define-public go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f +; (package +; (name "go-github-com-mitchellh-osext") +; (version "0.0.0-20151018003038-5e2d6d41470f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j635c1cx7crs5wlirlk713l36x70pnlmqrzd3x3bjgnjg194jrk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/osext")) +; (home-page "https://github.com/mitchellh/osext") +; (synopsis "osext") +; (description "Extensions to the standard \"os\" package. +;") +; (license license:zlib))) +; +;(define-public go-github-com-ncw-swift-1.0.47 +; (package +; (name "go-github-com-ncw-swift") +; (version "1.0.47") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ncw/swift") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wxz4lvy6pjabghq8inby2fyh58ysclayccziawc8fd7a67kh4cd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ncw/swift")) +; (home-page "https://github.com/ncw/swift") +; (synopsis "Swift") +; (description +; "Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "0.0.0-20170106003457-a6d0ee40d420") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.0 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04ax2pylpwzsa5pw6wk94shdpdmfyqf70ys0idhpxsygzc2m5l23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.0.0-20180209125602-c332b6f63c06") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "068r759wnh1lxcjhj89z4bqbpl7ydcx2drn2967ygw80nyab30pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20171117100541-99fa1f4be8e5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.0.0-20180110214958-89604d197083") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "169rdlaf2mk9z4fydz7ajmngyhmf3q1lk96yhvx46bn986x5xkyn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 +; (package +; (name "go-github-com-gopherjs-gopherjs") +; (version "0.0.0-20181017120253-0766667cb4d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gopherjs/gopherjs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gopherjs/gopherjs")) +; (home-page "https://github.com/gopherjs/gopherjs") +; (synopsis "GopherJS - A compiler from Go to JavaScript") +; (description +; "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") +; (license license:bsd-2))) +; +;(define-public go-github-com-jtolds-gls-4.20.0+incompatible +; (package +; (name "go-github-com-jtolds-gls") +; (version "4.20.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jtolio/gls") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jtolds/gls")) +; (home-page "https://github.com/jtolds/gls") +; (synopsis "gls") +; (description "Package gls implements goroutine-local storage. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "0.0.0-20180927180507-b2de0cb4f26d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190328211700-ab21143f2384") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a +; (package +; (name "go-github-com-smartystreets-goconvey") +; (version "0.0.0-20190330032615-68dc04aab96a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/goconvey") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kas5v95fzhr88hg4rjy0vp03y4pzvy3pwwgkfz2yhn5nlj29nk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/goconvey")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" +; ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) +; ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" +; ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) +; ("go-github-com-jtolds-gls-4.20.0+incompatible" +; ,go-github-com-jtolds-gls-4.20.0+incompatible) +; ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" +; ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) +; (home-page "https://github.com/smartystreets/goconvey") +; (synopsis "GoConvey is awesome Go testing") +; (description +; "This executable provides an HTTP server that watches for file system changes +;to .go files within the working directory (and all nested go packages). +;Navigating to the configured host and port in a web browser will display the +;latest results of running `go test` in each go package. +;") +; (license license:expat))) +; +;(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43 +; (package +; (name "go-github-com-yvasiyarov-go-metrics") +; (version "0.0.0-20140926110328-57bccd1ccd43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rwlq9k3iii54da90fjivi13zacx2h6znppkzncvl653xhjpm26g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) +; (home-page "https://github.com/yvasiyarov/go-metrics") +; (synopsis "go-metrics") +; (description "Go port of Coda Hale's Metrics library +;") +; (license #f))) +; +;(define-public go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50 +; (package +; (name "go-github-com-yvasiyarov-gorelic") +; (version "0.0.0-20141212073537-a9bba5b9ab50") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/gorelic") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1niwv40k9rx2g5h6wddci9ykf1sm1d5ml9mjgdjd1ahm4wfq08gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) +; (home-page "https://github.com/yvasiyarov/gorelic") +; (synopsis "GoRelic is deprecated in favour of") +; (description +; "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f +; (package +; (name "go-github-com-yvasiyarov-newrelic-platform-go") +; (version "0.0.0-20140908184405-b21fdbd4370f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/newrelic_platform_go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a4yncdxwsy0rn3bhkadfysm817b7ndzmh9fkg8hh92pnw5aabzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) +; (home-page "https://github.com/yvasiyarov/newrelic_platform_go") +; (synopsis "New Relic Platform Agent SDK for Go(golang)") +; (description +; "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190619014844-b5b0513f8c1b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sr4gbiq09izkmm6hcmfnia6lz6ngzzqjbwlrzh7jifbzyck53wz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190602015325-4c4f7f33c9ed") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191001bxqyc3xfs46nnqmm7jdk0r73vk7a4zqngfl7zwjv9smwsq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff +; (package +; (name "go-google-golang-org-api") +; (version "0.0.0-20160322025152-9bf6e6e569ff") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02zn0zr4jrkdnxhxa0h3vm30j27bsc4lcswrffilkrafbspjsrxz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8 +; (package +; (name "go-google-golang-org-cloud") +; (version "0.0.0-20151119220103-975617b05ea8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "156jhn1kakr98jfk830y4yr8lhisdj6qs38ypa42ddmgza9qcmdd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/cloud")) +; (home-page "https://google.golang.org/cloud") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a +; (package +; (name "go-google-golang-org-grpc") +; (version "0.0.0-20160317175043-d3ddb4469d5a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p45by0s66ragvx9hs8gkz1k1gy8456y794b5zspa0b86y2b53w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20141024133853-64131543e789") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01sz40asq0zwf6j7q2hww33wr1cflglngq8xazw466c9d1f9kyyh")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c +; (package +; (name "go-github-com-docker-distribution") +; (version "0.0.0-20190905152932-14b96e55d84c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jd7ccjy7ahznsh6hf9dhqbgn9glwc0db9g5nv8n6sys5d1jdni9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" +; ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) +; ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" +; ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) +; ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" +; ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) +; ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" +; ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) +; ("go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed" +; ,go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b" +; ,go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) +; ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" +; ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) +; ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" +; ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) +; ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" +; ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a" +; ,go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083" +; ,go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083) +; ("go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5" +; ,go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5) +; ("go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06" +; ,go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06) +; ("go-github-com-opencontainers-image-spec-1.0.0" +; ,go-github-com-opencontainers-image-spec-1.0.0) +; ("go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420" +; ,go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420) +; ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) +; ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" +; ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-marstr-guid-1.1.0" ,go-github-com-marstr-guid-1.1.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-gorilla-mux-1.7.2" ,go-github-com-gorilla-mux-1.7.2) +; ("go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33" +; ,go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33) +; ("go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7" +; ,go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7) +; ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" +; ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) +; ("go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916" +; ,go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916) +; ("go-github-com-dnaeon-go-vcr-1.0.1" +; ,go-github-com-dnaeon-go-vcr-1.0.1) +; ("go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c" +; ,go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c) +; ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" +; ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) +; ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" +; ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) +; ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" +; ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) +; ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" +; ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) +; ("go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1" +; ,go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1) +; ("go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869" +; ,go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869) +; ("go-github-com-bitly-go-simplejson-0.5.0" +; ,go-github-com-bitly-go-simplejson-0.5.0) +; ("go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a" +; ,go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a) +; ("go-github-com-aws-aws-sdk-go-1.15.11" +; ,go-github-com-aws-aws-sdk-go-1.15.11) +; ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" +; ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) +; ("go-github-com-azure-go-autorest-10.8.1+incompatible" +; ,go-github-com-azure-go-autorest-10.8.1+incompatible) +; ("go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible" +; ,go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible))) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.2.2-0.20190723190241-65acae22fc9d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0700alky9z0g9akhrzn20wf4jr1600d0clhs32sm8chnlbvidy46")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190813064441-fde4db37ae7a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16k4w4pzziq1kln18k5fg01qgk4hpzb5xsm7175kaky6d6gwyhg3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-cri-api-0.17.3 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.17.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "047wg80q4cb9qikpj0zp2kzcgp599cdqwiqlravfy86bga4r3fgf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a" +; ,go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d" +; ,go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da +; (package +; (name "go-github-com-microsoft-hcsshim-test") +; (version "0.0.0-20201218223536-d3e5debf77da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/Microsoft/hcsshim/test" +; #:unpack-path +; "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-cri-api-0.17.3" ,go-k8s-io-cri-api-0.17.3) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" +; ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) +; ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" +; ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-imdario-mergo-0.3.8" +; ,go-github-com-imdario-mergo-0.3.8) +; ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" +; ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) +; ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" +; ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-gogo-googleapis-1.2.0" +; ,go-github-com-gogo-googleapis-1.2.0) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c" +; ,go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-blang-semver-3.1.0+incompatible" +; ,go-github-com-blang-semver-3.1.0+incompatible) +; ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" +; ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20200908144142-dab0cbea06f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "060iqypyrdmww0ykip1zqi5f2fl1il55vndgdn5aq5zj6530mgsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" +; ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) +; ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" +; ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) +; ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" +; ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) +; ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" +; ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) +; ("go-github-com-microsoft-hcsshim-0.8.7" +; ,go-github-com-microsoft-hcsshim-0.8.7))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e +; (package +; (name "go-github-com-containerd-btrfs") +; (version "0.0.0-20201111183144-404b9149801e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10aakvy9njaly2mfwi1cvys8dxjn27mnd7wnpnmxh8pxb7g2svag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200824123100-0b889c03f102") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zjmphy2df9y20hzrmwxfpyyvz8vb5lazr4pjyx3c5a5x0j4rv8d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" +; ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20201208142359-180525291bb7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1di4pspqfwfafdni0in84kzyn8h1fhqb6vh4i0g5skqmrc4sxf4h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20201026212402-0724c46b320c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d9j0isblnnqf78ygvwjyijjxn6zdzf7p803v0jv2py4d0pkvj8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.8.0 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16i59dhiq7pc7qs32cdk4yv4w9rjx4vvlw7fb6a6jhq6hxxjrgiw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-1.10.3 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00a40by9f5ylycnar8h3p9b4z5rcsvfvg4j3v5s5mchdqrqjv1pc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.0.0-20180129172003-8a3f7159479f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rbz4x4jbq9vp3zxmv0c2wh1vbg48lmc8ncdgz7zxk7241fc31ki")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d +; (package +; (name "go-github-com-stretchr-testify") +; (version "0.0.0-20180303142811-b89eecf5ca5d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g946ii8qjaynvidj648z8izl91i6yhy0ir6g3qsrn136im3r8wk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-go-cni-1.0.1 +; (package +; (name "go-github-com-containerd-go-cni") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sdlwa4d0kzpm3vg9jy6fxqqcfjq8innv1zjcyp8n9qy8vj9b24y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-cni")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d" +; ,go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d) +; ("go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f" +; ,go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-containernetworking-cni-0.8.0" +; ,go-github-com-containernetworking-cni-0.8.0))) +; (home-page "https://github.com/containerd/go-cni") +; (synopsis "go-cni") +; (description +; "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20191206165004-02ecf6a7291e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1b3yq446gv8da4fajknbjxr5syz1ypz0nii9sqw066hx8kmqzgqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00qb0q7ndxsll12ilp5a8pqfi4i1jqrlqzv0yf7sn52lkrdrw5f4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20200220073739-7016d3ce2328") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.1" +; ,go-github-com-opencontainers-runtime-spec-1.0.1) +; ("go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e" +; ,go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.14 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n34wi9l9ks2z3cz97j30ljfmqppwf1zxr16hwbnswyrk54fcxm3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.7-0.20190325164909-8abdbb8205e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0029085clghvprb3bs2m9q7xk4njx5fg2gr5wm3a0y8kqx0awv45")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20190717030353-c4b9ac5c7601") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fpai6nsm7qd5zfd8ykq8j4ngbqcy5v2isw16j086j0qabyw2iiw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50 +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20181022165439-0650fd9eeb50") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cs11g3gjan15rnbgryf60725sw2hf83fb6y2hwn1rgcm0jab1b8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.3.0 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05mr33l0rhkj49n6wf9lk95ijqvqwhp68ll879rpad1ypfv2f8as")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20190815185530-f2a389ac0a02") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8a7npx46sjak0dyypkgg0h5dkq6dqpa4gx1v22ik62rmw0jy8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260 +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20180307165137-3d5202aec260") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jp12vgfj0xg9m2w5cfay72fwrxb6w8za7rkcqw8yy8hypiqqxq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20190911050354-e029b79d8cda") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zwb6bfnfmj09rnz1z3xx1y2pm4wrhyp2ls7vmf7p62j5zyvdpkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20190828172938-92c8520ef9f8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.2.10 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.2.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kddhkd93wkrimk0yjcqiavdrqc818nd39rf3wrgxyilx1mfnrwb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa +; (package +; (name "go-github-com-fullsailor-pkcs7") +; (version "0.0.0-20190404230743-d7302db945fa") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fullsailor/pkcs7") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d7dpj85j36pxwg1kn7b23rm54va5p9v3vdcx27pma2jjlsxsm1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fullsailor/pkcs7")) +; (home-page "https://github.com/fullsailor/pkcs7") +; (synopsis "pkcs7") +; (description +; "Package pkcs7 implements parsing and generation of some PKCS#7 structures. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190701094942-4def268fd1a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.3.1 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11r93g9xrcjqj7qvq8sbd5hy5rnbpmim0vdsp6rbav8gl7wimaa3")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.0.1 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q27vzgdsimypkpi7iv0rl1xz571554adphyl0j8b5qa8wrf0n7v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-square-go-jose-v2-2.3.1" +; ,go-gopkg-in-square-go-jose-v2-2.3.1) +; ("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) +; ("go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4" +; ,go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa" +; ,go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa) +; ("go-github-com-containerd-containerd-1.2.10" +; ,go-github-com-containerd-containerd-1.2.10))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20161114122254-48702e0da86b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zl9ns4j3lpjykf32rv5cb6sj9x5ci8yi90vab1bl27vnqjgdkh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1-0.20190205005809-0d3efadf0154+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad +; (package +; (name "go-github-com-docker-go-events") +; (version "0.0.0-20170721190031-9461782956ad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-events") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vn0kd0w253jwdk86gv1h6s8p6bzxiyif74xdzlb39zr6fdrr145")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-events")) +; (home-page "https://github.com/docker/go-events") +; (synopsis "Docker Events Package") +; (description +; "The Docker @code{events} package implements a composable event distribution package +;for Go.") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55 +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20151105175453-c7fdd8b5cd55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09zazkiny2im24xaiac5kbyhhnbqdbhwi9z9n7fj6rhpg8msiq9n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gogo-googleapis-1.2.0 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a82n0xp0v8lgjxzl3aa595r0rmy7afgyn2l3kv6z9kzw339i0jp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.8 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15xwyrnwng11ib0fxi7clwick2r0njwn0gs3va2g5m1ad418ry57")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0-rc1.0.20180430190053-c9281466c8b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc8.0.20190926000215-3e425f80a8c9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18psc830b2rkwml1x6vxngam5b5wi3pj14mw817rshpzy87prspj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2-0.20190207185410-29686dbc5559") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i8q3520jk4yl9rsxs8mn5vsi9i0gd3drysbhciaqwm5l8c30h65")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.8 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "076wblhz8fjdc73fmz1lg0hafbwg1xv8hszm78lbg9anjpfgacvq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190812073006-9eafafc0a87e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5wcpiafz47066993mgz77gka9qzww6w6crxpnyir0459j7z07r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.24.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.0.1 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0gbnp8imckw6rv3sjf3sycp8rc9lyhv0pp0x3q3yksvqmbqh5v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) +; ("go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e" +; ,go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" +; ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.8" +; ,go-github-com-prometheus-procfs-0.0.8) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559" +; ,go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559) +; ("go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9" +; ,go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2) +; ("go-github-com-imdario-mergo-0.3.8" +; ,go-github-com-imdario-mergo-0.3.8) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-gogo-googleapis-1.2.0" +; ,go-github-com-gogo-googleapis-1.2.0) +; ("go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55" +; ,go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad" +; ,go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad) +; ("go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible" +; ,go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible) +; ("go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b" +; ,go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b) +; ("go-github-com-containers-ocicrypt-1.0.1" +; ,go-github-com-containers-ocicrypt-1.0.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8) +; ("go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda" +; ,go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda) +; ("go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260" +; ,go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260) +; ("go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02" +; ,go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02) +; ("go-github-com-containerd-containerd-1.3.0" +; ,go-github-com-containerd-containerd-1.3.0) +; ("go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50" +; ,go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50) +; ("go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601" +; ,go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601) +; ("go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4" +; ,go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4) +; ("go-github-com-microsoft-go-winio-0.4.14" +; ,go-github-com-microsoft-go-winio-0.4.14))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-blang-semver-3.1.0+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s80qlij6j6wrh0fhm0l11hbf3qjra67nca5bl7izyfjj4621fcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.0-beta.2.0.20190828155532-0293cbd26c69") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jhb4a7fczf817d9dwj0a02wfscv46hkymrqh1dcsgpdsp80igkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "0.0.0-20141028054710-7554cd9344ce") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "0.0.0-20161216184304-ed905158d874") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bldhx9dmx9q4gjsag3g1xswq1jsf394rs69fdbmgnkj75j3sp70")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39 +; (package +; (name "go-github-com-opencontainers-runtime-tools") +; (version "0.0.0-20181011054405-1d69bd0f9c39") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wgisl2v8i1hvy3bf8f16v7rarx2ynyasb0jx4kffp5n5hz2hfcl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) +; (home-page "https://github.com/opencontainers/runtime-tools") +; (synopsis "oci-runtime-tool") +; (description +; "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. +;To build from source code, runtime-tools requires Go 1.10.x or above.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.5 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqn8ip9f4f6kqrvand4lxhcxrkk19dwf8s3nh336i9wr2jfhbwa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20170704070218-db04d3cc01c8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jwica5kqax70rd4gbc2yjdz54401s4mr6clyn60gcmnxc0wynds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f +; (package +; (name "go-github-com-xeipuuv-gojsonschema") +; (version "0.0.0-20180618132009-1d523034197f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonschema") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) +; (home-page "https://github.com/xeipuuv/gojsonschema") +; (synopsis "gojsonschema") +; (description +; "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-kubernetes-1.13.0 +; (package +; (name "go-k8s-io-kubernetes") +; (version "1.13.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/kubernetes") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12cvw8b7l319p8nc2imc2wck7zz7vzrwcjyxq5djqj7l5rbcwmzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/kubernetes")) +; (home-page "https://k8s.io/kubernetes") +; (synopsis "Kubernetes (K8s)") +; (description +; "Kubernetes, also known as K8s, is an open source system for managing @url{https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/,containerized applications} +;across multiple hosts. It provides basic mechanisms for deployment, maintenance, +;and scaling of applications.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.7 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c6ix202ll48n7x00xxb7gzgm3srm9zwwbx2503l6vz3sqclh9xm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-kubernetes-1.13.0" ,go-k8s-io-kubernetes-1.13.0) +; ("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" +; ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) +; ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" +; ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) +; ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" +; ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-prometheus-procfs-0.0.5" +; ,go-github-com-prometheus-procfs-0.0.5) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" +; ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) +; ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" +; ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69" +; ,go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" +; ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) +; ("go-github-com-blang-semver-3.1.0+incompatible" +; ,go-github-com-blang-semver-3.1.0+incompatible) +; ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" +; ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.1-0.20191213020239-082f7e3aed57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1piaha1adhzhj150l7zhskn5fgl4r2cyvwhrrm8bbm3vnvhmgw7v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20191127005431-f65d91d395eb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15yh5idl3if8a982gsnq9q72021a7jcs9bdcrqaxbl4dwdqcszki")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190522044717-8097e1b27ff5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rgflfvh365x5lwdyqdd9qk8hh3ycr88a2488bgqgvfhp5ri5p6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190522204451-c2c4e71fbf69") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y44pmyy92pg822fhw80pnciifx1ah0g73i2l0ixickd24wyznnm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20191028202541-4f1b8fe65a5c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fhm39jagk2sfgi9g5zdqx4rynziwxhaap03x4mdj8kczlz21x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) +; ("go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69" +; ,go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69) +; ("go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5" +; ,go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-protobuf-1.3.0 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfyrmbpdcppf0z3waar90bpszdhi2gv705ys1b0zx5x6ax8f1a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd +; (package +; (name "go-github-com-containerd-typeurl") +; (version "0.0.0-20190911142611-5eb25027c9fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fyc2962b9sqgqycnlkxls6n0d701nszl84bayxrdv3r1491jn9v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-gogo-protobuf-1.3.0" +; ,go-github-com-gogo-protobuf-1.3.0))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20200918131355-0a33824f23a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "112bj6mxc3r2ncybblf3w1fgqa6w0070f6a8vlqcml1g00ljhsz6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" +; ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) +; ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" +; ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) +; ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" +; ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) +; ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" +; ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) +; ("go-github-com-microsoft-hcsshim-0.8.7" +; ,go-github-com-microsoft-hcsshim-0.8.7))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201202213521-69691e467435 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201202213521-69691e467435") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lndxdnazszfj1jl87cpz31vd12jrjm1wj0zw1c2p8yg64cfkhna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jki3jwmbfk4mp2qhz4ppd6vgnicalszzv5ffibasa4qj5v19wcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-golang-org-x-sys-0.0.0-20201202213521-69691e467435" +; ,go-golang-org-x-sys-0.0.0-20201202213521-69691e467435) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.10" +; ,go-github-com-imdario-mergo-0.3.10) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2" +; ,go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" +; ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) +; ("go-github-com-containerd-imgcrypt-1.0.1" +; ,go-github-com-containerd-imgcrypt-1.0.1) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" +; ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) +; ("go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7" +; ,go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" +; ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) +; ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" +; ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) +; ("go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4" +; ,go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14) +; ("go-github-com-microsoft-go-winio-0.4.16" +; ,go-github-com-microsoft-go-winio-0.4.16) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200728195943-123391ffb6de") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a3wnn8yjvckh3smyqzwd2k2gvl3i8dk68pvcap0wha8hmga1vf3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200817155316-9781c653f443") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fkwiydhhmn6cxmd9jb4rj2wp06yxmqc3903b7zawsxm9jpslicm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.0 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13avih8ml00idn6qy96ash3jxkimqxpkz4cy4kgryc8jx303nv6i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443" +; ,go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443) +; ("go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de" +; ,go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.0.4-0.20210301171431-0ae5c75f59ba") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vkwgcxh3mpsn6wp231c9ad3sx6gmnc9948nn3vvbw8bsmjd4i77")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.0" +; ,go-github-com-containers-ocicrypt-1.1.0) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.15-0.20190919025122-fc70bd9a86b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "015ra2h3qfaq436d0g7akahgz7bikyvljq48m0l2d2f4k3wki86p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20190422162347-ade71ed3457e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ga9izv32j1zjij1p9f2sdnxjy3v80lw964518dvzirxpvwfszn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190514135907-3a4b5fb9f71f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "122ry2lw2525mqlnw2zc006y1flvj3yhj8rnpxqdwxp71jc3kqii")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20190919134610-bf292b21730f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vvk1vrwm9spilyl4r1r8626sg0zvnx3s3zmzigzinpkzzvbdqpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f" +; ,go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e" +; ,go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "0.1.2-0.20190507144316-5b71a03e2700") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dx0bp4f885vx6l4b5b7h19j6sm0jn9s2qxarfd917f4wp8l0cpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5 +; (package +; (name "go-github-com-urfave-cli") +; (version "0.0.0-20171014202726-7bc6a0acffa5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13li8phkaznh81qxs9vg0r8294ph014rwca4cqf7gxhvyjlaigwp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.9 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1imyqhh51311fdmp81ffasf7z52rbqhblbhx6477d9w20p74866b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" +; ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" +; ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) +; ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" +; ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.0.0-20200702112145-1c8d4c9ef775") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1la90b88a1li5hmlqxfx9lgxlyzqb2pd4c2dxmz4s5gg2gz8a5x5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200710171044-318312a37340") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kizbm55pmlnly2dggymp84a0d9pn4fh7jf31h6wqm385zrs14zp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" +; ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.0-beta.2.0.20200729163537-40b22ef07410") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ky7ny5b0rvkr6a58pdlcm35kc9wls6jvl7cdk8py4a16y1f2lx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-1.10.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.10.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "033a42h1wzmji57p86igg9whvsbp6nvfdsypskw738ys903n3z4d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0-rc1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1-0.20171018195549-f15c970de5b7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18jihrffhfsjvz3rkanlhq9xjcdxkqilmflnijc64s7y7lijlbfm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.4-0.20170822132746-89742aefa4b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20171113213409-9f005a07e0d3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20200710164510-efbc4488d8fe") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d638nj7z7y8z19zdwbysamqh5m3kiwvnqny7av6bxax9gg6c3h8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3" +; ,go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2" +; ,go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2) +; ("go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7" +; ,go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.10.1" ,go-github-com-onsi-ginkgo-1.10.1) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" +; ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191210023423-ac6580df4449") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14gvx65w5lddi20s4wypbbvbg9ni3m8777jhp9nqxhixc61k3dyi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20200410184934-f15a3290365b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i3pylxr2a4b9gaifjrhfa21n147vvq2z9iqwzz9id532xv9mr48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.0.1 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ilz14f1k9zip7caqfjwvfg2nwa7bs6880pi6fxbri1wy6ar45q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" +; ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) +; ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-googleapis-1.4.0 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-imdario-mergo-0.3.10 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runc-0.1.1 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11-0.20200630133818-d5bec3311243") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.6.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" +; ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20180916011248-d98352740cb2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200707034311-ab3426394381") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200625203802-6e8e738ad208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.30.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.0.0-20201007170849-eb1350a75164") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhrxl36fswgxv7ny3p9xi99jsbwyk920gmzkjyfyk6nqs0hqbkg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" +; ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.6.0" +; ,go-github-com-opencontainers-selinux-1.6.0) +; ("go-github-com-opencontainers-runc-0.1.1" +; ,go-github-com-opencontainers-runc-0.1.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-imdario-mergo-0.3.10" +; ,go-github-com-imdario-mergo-0.3.10) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-gogo-googleapis-1.4.0" +; ,go-github-com-gogo-googleapis-1.4.0) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-distribution-2.7.1+incompatible" +; ,go-github-com-docker-distribution-2.7.1+incompatible) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.1" +; ,go-github-com-containerd-ttrpc-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b" +; ,go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b) +; ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" +; ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) +; ("go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410" +; ,go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410) +; ("go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340" +; ,go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340) +; ("go-github-com-microsoft-hcsshim-0.8.9" +; ,go-github-com-microsoft-hcsshim-0.8.9))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.1 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m7ny9jkb98cxqhsp13xa5hnqh1s9f25x04q6arsala4zswsw33c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190916202348-b4ddaad3f8a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pa68kqxhpjk71b4cbm8vyzh6527b3ig6war2jr1g4aj3b7f1ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.16-0.20201130162521-d1ffc52c7331") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191022100944-742c48ecaeb7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1saf59bplvvb753my15ijxcy4a1jwfg53cmkgb6wkln2x4fgnhkp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.0.0-20200110133405-4032b1d8aae3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107x63zl8dlw2izn5xw8pnflgq19srpa46bgvjs8q4d61i02q1fr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7" +; ,go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.0.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p4sb2fxxm2j1xny2l4fkq4kwj74plvh600gih8nyniqzannhrdx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200531161412-0dbf7f05ba59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10abzkjf77s8pv4mpyvy2jbl8wckhk3j7ykgs01sclal21v8p251")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3" +; ,go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1 +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20180822173158-c12b1e7919c1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ylrnmdhn9a2f8w8fsdgsvwnz5j0whhyhppjnhqc4lh8h9p9dpi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.3.2 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qz6ss7a6f2r7gl7aar39pr5ry9l7nh7dn3kclr18nwdv01gmrvc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20190426062206-aaeac12a7ffc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05caqvxxb831xfvqnga692k98cy8xzkllqg1ibra0fb0ljnhbmca")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448 +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20190226154929-a9fb20d87448") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c0sgfnafjnws4jgziczs6wxh0adjdrp6yyd88b7xy0hv13fsnqa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20180907222934-5a6d9f37cfa3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07qpxcjy64m238igpmj8g9z7qhf06k5xy1jcgpgvf5n912g4k3vd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20190828154514-0e0f228740de") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd +; (package +; (name "go-github-com-containerd-typeurl") +; (version "0.0.0-20180627222232-a93fcdb778cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0aqnf5rzc5pldln0czhxlr0fqaf5553ab7wzsq85p90lg1ryqnd6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "0.0.0-20180430190053-c9281466c8b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f +; (package +; (name "go-github-com-opencontainers-runc") +; (version "0.0.0-20190115041553-12f6a991201f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lr4q440pliilq2njyj5glfpma89r9l1cl687niwkp2pzb32dm45")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20180125133057-cb4147076ac7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zhlrik0f9q1lj6cisgnxgbz4darbcix52hm5abi24l2ahchf5ca")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190501004415-9ce7a6920f09") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kbs85jsqbv4v89ii2zam4b8dhmllhsrf46njmi09x0w6s0b9cbk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-go-opencensus-io-0.22.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05jr8gkr2w34i5wwki4zhl5ch0qrgi7cdgag5iy5gpxplhbrvbg9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09" +; ,go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20191004110552-13f9640d40b9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba2767lvklnmfvb9jkwvd4m7z6326gaiz3rgylh795g88hy34g1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190502173448-54afdca5d873") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vm1vggl874jd4wi6qyl7aggc6s6kdsazk4vj0cs2dfcw2xnw8ag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.23.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d8gjjhrqbiq8pb56lb4x10hb752k7k06wspjvh7v0vpzmf25981")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.14 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59" +; ,go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59) +; ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" +; ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.3 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09xvhjg5f8h90w1y94kqqnqzhbhd62dcdd9wb9sdqakisjk6zrl0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-1.0.1 +; (package +; (name "go-github-com-containerd-typeurl") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09cgrchrw5d36zq0mc321l5qr2gfbdm1z1a3hhkhqr4qay6vglqn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc9 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210301145711-11e8f1707f62") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1919ax45a07v2y56xq5c0xihkn2c5zgyqv68rzx3x5cc20n2p8yg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.4.3" +; ,go-github-com-containerd-containerd-1.4.3) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.7.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.4.5 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.4.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04iqh4hvvrrvjsfjyaa5bdyqklwzrzzy8yiyvja90hvv121f7975")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "0.0.0-20151202141238-7f8ab55aaf3b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nas6wqdym4jx42kw9wj80b58r69k9qhnvglz009lj34g5gba7rw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a +; (package +; (name "go-github-com-onsi-gomega") +; (version "0.0.0-20151007035656-2152b45fa28a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0amjlkawp84mmdqjgdamf93p1546cla6h4wwrx7hf5r862r2qcw2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "0.0.0-20181108222139-023a6dafdcdf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i5q8r8rg7lxzvq2vhbf25lrkzdlgficfv0bxg9rf7cgg6z819sn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20180720170159-13995c7128cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20181009213950-7c1a557ab941") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1q9mby8m7ws3gbj90v0prhnf4g2sgf74azmw31kzwd6azlar3m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181011144130-49bb7cea24b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "111q4qm3hcjvzvyv9y5rz8ydnyg48rckcygxqy6gv63q618wz6gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containernetworking-plugins-0.8.6 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f1cqxjf26sy1c4aw6y7pyd9lrz0vknby4q5j6xj77a1pab9073m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" +; ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) +; ("go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1" +; ,go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1) +; ("go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941" +; ,go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941) +; ("go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc" +; ,go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc) +; ("go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf" +; ,go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a" +; ,go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a) +; ("go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b" +; ,go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.4.5" +; ,go-github-com-coreos-go-iptables-0.4.5) +; ("go-github-com-containernetworking-cni-0.7.1" +; ,go-github-com-containernetworking-cni-0.7.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.11 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07iay9j3ry7qrflvn9bgyyggvwacl1s1in1cnbmsp1020ydkph8k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-klauspost-compress-1.11.3 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-checkpoint-restore-go-criu-v4-4.1.0 +; (package +; (name "go-github-com-checkpoint-restore-go-criu-v4") +; (version "4.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/checkpoint-restore/go-criu") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfgjck015df5h44hczl3x4gg430saczgkl619cp0l6cpaxga5yi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v4")) +; (propagated-inputs +; `(("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5))) +; (home-page "https://github.com/checkpoint-restore/go-criu") +; (synopsis "go-criu -- Go bindings for") +; (description +; "This repository provides Go bindings for CRIU. The code is based on the Go based PHaul +;implementation from the CRIU repository. For easier inclusion into other Go projects the +;CRIU Go bindings have been moved to this repository.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200124204421-9fbb57f87de9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qaz2jjkrxzgkapmjqingdwamrgq2aiblxvzzgrcsv2qhkj0wdps")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.2.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc93 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc93") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-github-com-willf-bitset-1.1.11" +; ,go-github-com-willf-bitset-1.1.11) +; ("go-github-com-vishvananda-netlink-1.1.0" +; ,go-github-com-vishvananda-netlink-1.1.0) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-mrunalp-fileutils-0.5.0" +; ,go-github-com-mrunalp-fileutils-0.5.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0) +; ("go-github-com-checkpoint-restore-go-criu-v4-4.1.0" +; ,go-github-com-checkpoint-restore-go-criu-v4-4.1.0))) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-willf-bitset-1.1.11 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v7wnikdxiyhwdxnsj2wcrsrsi1kb2ssmarvbrda90vmxzafjl7d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08aakiva619hk4lgfvyi6kpjgw7hfirs0jlc2jdgzcv7p0gfhbmx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11" +; ,go-github-com-willf-bitset-1.1.11) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14 +; (package +; (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") +; (version "0.0.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0px41x5apgcssmwmx75cwm000s8b8pgd84dxn56maxx223dzz9vm")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page +; "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.1 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03k8kjisscj59i410kk2bz0qfpxa2d2vbwxiwyn93k7a2avbn7cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-api-0.20.1 +; (package +; (name "go-k8s-io-api") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "051nl7g66k0jkc9rmfbvwdsmqkn36nq71kvnfym3lhnjcgg53k0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apimachinery-0.20.1 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.1 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02jrzwwcrdlya91fga2wvf8dsl1yka3kky194dm6l9pmd754qwzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.1 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05x3mv1lxh7s6ckfh1s9wwmb0n9rg14a9637ai9bhxdfps47sz0v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.1 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.3 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fbd4llrwg5hi5adfkmfndma5y129yl9wwz3c3fjn7cfhc64hlqf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62" +; ,go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" +; ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) +; ("go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba" +; ,go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" +; ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" +; ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) +; ("go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989" +; ,go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee +; (package +; (name "go-github-com-spf13-cobra") +; (version "0.0.2-0.20171109065643-2da4a54c5cee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.1-0.20171106142849-4c012f6dcd95") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201201145000-ef89a241ccb3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20210208174643-50096c924a4e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-1.0.0 +; (package +; (name "go-github-com-containerd-zfs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10shqmcdxlxxi90kwgs5cljz12589yz5cm78aimv9m4cgwiv3wl3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.11 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.6 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae +; (package +; (name "go-github-com-alexflint-go-filemutex") +; (version "0.0.0-20171022225611-72bdc8eae2ae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alexflint/go-filemutex") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alexflint/go-filemutex")) +; (home-page "https://github.com/alexflint/go-filemutex") +; (synopsis "FileMutex") +; (description +; "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. +;On Linux, OSX, and other POSIX systems it uses the flock system call. On windows +;it uses the LockFileEx and UnlockFileEx system calls.") +; (license license:expat))) +; +;(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 +; (package +; (name "go-github-com-buger-jsonparser") +; (version "0.0.0-20180808090653-f4dd9f5a6b44") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/buger/jsonparser") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/buger/jsonparser")) +; (home-page "https://github.com/buger/jsonparser") +; (synopsis +; "Alternative JSON parser for Go (10x times faster standard library)") +; (description +; "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-cni-0.8.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.5.0 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c +; (package +; (name "go-github-com-d2g-dhcp4") +; (version "0.0.0-20170904100407-a1d1b6c41b1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4")) +; (home-page "https://github.com/d2g/dhcp4") +; (synopsis "DHCP4 - A DHCP library written in Go.") +; (description +; "Warning: This library is still being developed. Function calls will change.") +; (license license:bsd-3))) +; +;(define-public go-github-com-d2g-dhcp4client-1.0.0 +; (package +; (name "go-github-com-d2g-dhcp4client") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4client")) +; (home-page "https://github.com/d2g/dhcp4client") +; (synopsis "dhcp4client") +; (description "DHCP Client") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 +; (package +; (name "go-github-com-d2g-dhcp4server") +; (version "0.0.0-20181031114812-7d4a0a7f59a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4server") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4server")) +; (home-page "https://github.com/d2g/dhcp4server") +; (synopsis "dhcp4server") +; (description "DHCP Server") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 +; (package +; (name "go-github-com-d2g-hardwareaddr") +; (version "0.0.0-20190221164911-e7d9fbe030e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/hardwareaddr") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/hardwareaddr")) +; (home-page "https://github.com/d2g/hardwareaddr") +; (synopsis "hardwareaddr") +; (description "Generate Hardware Addresses") +; (license license:mpl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20180201030542-885f9cc04c9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 +; (package +; (name "go-github-com-j-keck-arping") +; (version "0.0.0-20160618110441-2cf9dc699c56") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/j-keck/arping") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/j-keck/arping")) +; (home-page "https://github.com/j-keck/arping") +; (synopsis "arping") +; (description +; "Package arping is a native go library to ping a host per arp datagram, or query a host mac address +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-shellwords-1.0.3 +; (package +; (name "go-github-com-mattn-go-shellwords") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-shellwords") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-shellwords")) +; (home-page "https://github.com/mattn/go-shellwords") +; (synopsis "go-shellwords") +; (description "Parse line as shell words.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190904154756-749cb33beabd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-nxadm-tail-1.4.4 +; (package +; (name "go-github-com-nxadm-tail") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nxadm/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/nxadm/tail")) +; (propagated-inputs +; `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" +; ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/nxadm/tail") +; (synopsis "tail functionality in Go") +; (description +; "nxadm/tail provides a Go library that emulates the features of the BSD `tail` +;program. The library comes with full support for truncation/move detection as +;it is designed to work with log rotation tools. The library works on all +;operating systems supported by Go, including POSIX systems like Linux and +;*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-1.7.1 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191120155948-bd437916bb0e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.12.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.12.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201006153459-a7d1128ccaa0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-gomega-1.10.3 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" +; ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 +; (package +; (name "go-github-com-safchain-ethtool") +; (version "0.0.0-20190326074333-42ed695e3de8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/safchain/ethtool") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/safchain/ethtool")) +; (home-page "https://github.com/safchain/ethtool") +; (synopsis "ethtool go package") +; (description +; "Package ethtool aims to provide a library giving a simple access to the +;Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations +;from a network device like statistics, driver related informations or +;even the peer of a VETH interface. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.6 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200217220822-9197077df867") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20200728191858-db3c7e526aae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" +; ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200728102440-3e129f6d46b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.1-0.20201029203352-d40f9887b852") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" +; ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201117170446-d9b008d0a637") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 +; (package +; (name "go-gopkg-in-airbrake-gobrake-v2") +; (version "2.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/airbrake/gobrake.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/airbrake/gobrake.v2" +; #:unpack-path +; "gopkg.in/airbrake/gobrake.v2")) +; (home-page "https://gopkg.in/airbrake/gobrake.v2") +; (synopsis "Airbrake Golang Notifier") +; (description +; "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 +; (package +; (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") +; (version "2.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2" +; #:unpack-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) +; (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (synopsis "Airbrake Hook for Logrus") +; (description +; "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. +;This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. +;The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-plugins-0.9.1 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" +; ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) +; ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" +; ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.5.0" +; ,go-github-com-coreos-go-iptables-0.5.0) +; ("go-github-com-containernetworking-cni-0.8.1" +; ,go-github-com-containernetworking-cni-0.8.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c +; (package +; (name "go-github-com-docker-go-events") +; (version "0.0.0-20190806004212-e31b211e4f1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-events") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-events")) +; (home-page "https://github.com/docker/go-events") +; (synopsis "Docker Events Package") +; (description +; "The Docker @code{events} package implements a composable event distribution package +;for Go.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.6.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q16br348117ffycxdwsldb0i39p34miclfa8z93k6vjwnrqbh2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.3 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190801041406-cbf593c0f2f3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zmcmckinhclcwlvznjqvs31aww8jnf6pjm9is0nq8lqlvipg5ls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-client-golang-1.1.0 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3" +; ,go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3) +; ("go-github-com-prometheus-procfs-0.0.3" +; ,go-github-com-prometheus-procfs-0.0.3) +; ("go-github-com-prometheus-common-0.6.0" +; ,go-github-com-prometheus-common-0.6.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-json-iterator-go-1.1.7" +; ,go-github-com-json-iterator-go-1.1.7) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-beorn7-perks-1.0.1" +; ,go-github-com-beorn7-perks-1.0.1))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-metrics-0.0.1 +; (package +; (name "go-github-com-docker-go-metrics") +; (version "0.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-metrics") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1b6f1889chmwlsgrqxylnks2jic16j2dqhsdd1dvaklk48ky95ga")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-metrics")) +; (propagated-inputs +; `(("go-github-com-prometheus-client-golang-1.1.0" +; ,go-github-com-prometheus-client-golang-1.1.0))) +; (home-page "https://github.com/docker/go-metrics") +; (synopsis "go-metrics") +; (description +; "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-klauspost-compress-1.11.13 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.13") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19l2rbh6vg0ly4qp2gn5lf39ijggf7asav7lxziikkhjqqb4223j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-moby-locker-1.0.1 +; (package +; (name "go-github-com-moby-locker") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/locker") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07rc2c6h35f9mcy81jp382a030f6xmcifi9n5jnlayybfwxmpjir")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/moby/locker")) +; (home-page "https://github.com/moby/locker") +; (synopsis "Locker") +; (description +; "Package locker provides a mechanism for creating finer-grained locking to help +;free up more global locks to handle other tasks. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-pelletier-go-toml-1.8.1 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-prometheus-procfs-0.6.0 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0czzw37dq0sfq7rivxmxxw5hy287grqnng6q6hfz6mkqmhqgm1m6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-satori-go-uuid-1.2.0 +; (package +; (name "go-github-com-satori-go-uuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/satori/go.uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/satori/go.uuid")) +; (home-page "https://github.com/satori/go.uuid") +; (synopsis "UUID package for Go language") +; (description +; "Package uuid provides implementation of Universally Unique Identifier (UUID). +;Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and +;version 2 (as specified in DCE 1.1). +;") +; (license license:expat))) +; +;(define-public go-github-com-tchap-go-patricia-2.2.6+incompatible +; (package +; (name "go-github-com-tchap-go-patricia") +; (version "2.2.6+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tchap/go-patricia") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yy1s3pnll52iyzphwi50drvz36lx628vn3xfy5ld29fxqngrckb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tchap/go-patricia")) +; (home-page "https://github.com/tchap/go-patricia") +; (synopsis "go-patricia") +; (description +; "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} +;@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") +; (license license:expat))) +; +;(define-public go-github-com-coreos-go-oidc-2.1.0+incompatible +; (package +; (name "go-github-com-coreos-go-oidc") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-oidc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y9vxack1whvxy766jrc6xhh2rfkvnznwxi356si2kabzjv2lp6h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-oidc")) +; (home-page "https://github.com/coreos/go-oidc") +; (synopsis "go-oidc") +; (description +; "Package oidc implements OpenID Connect client logic for the golang.org/x/oauth2 package. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-semver-0.3.0 +; (package +; (name "go-github-com-coreos-go-semver") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-semver")) +; (home-page "https://github.com/coreos/go-semver") +; (synopsis "go-semver - Semantic Versioning Library") +; (description +; "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse +;and compare two semantic version strings.") +; (license license:asl2.0))) +; +;(define-public go-github-com-emicklei-go-restful-2.9.5+incompatible +; (package +; (name "go-github-com-emicklei-go-restful") +; (version "2.9.5+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/emicklei/go-restful") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0258y7q2krih98zznc4jsym9mf689afn6nsnsif1jhshrj653k36")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/emicklei/go-restful")) +; (home-page "https://github.com/emicklei/go-restful") +; (synopsis "go-restful") +; (description +; "Package restful , a lean package for creating REST-style WebServices without magic. +;") +; (license license:expat))) +; +;(define-public go-github-com-gorilla-websocket-1.4.2 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mailru-easyjson-0.7.0 +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13zv5fvjp3nr65lhqhiw6i6mlmqvyls882rlmcas0ab35alsxni8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822 +; (package +; (name "go-github-com-munnerz-goautoneg") +; (version "0.0.0-20191010083416-a7dc8b61c822") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/munnerz/goautoneg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/munnerz/goautoneg")) +; (home-page "https://github.com/munnerz/goautoneg") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021 +; (package +; (name "go-github-com-pquerna-cachecontrol") +; (version "0.0.0-20171018203845-0dec1b30a021") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pquerna/cachecontrol") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14yyfhrv60rvb983rqm7s916nwvn9kcmbvnrcna2md0s3mkzs3yh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pquerna/cachecontrol")) +; (home-page "https://github.com/pquerna/cachecontrol") +; (synopsis "cachecontrol: HTTP Caching Parser and Interpretation") +; (description +; "Package cachecontrol implements the logic for HTTP Caching +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200202164722-d101bd2416d5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ksxf37b0ym21n8j29m3wgbaiw1kcjw3hgf88kipc1ry2j13l98p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-bbolt-1.3.5 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5" +; ,go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5))) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-bgentry-speakeasy-0.1.0 +; (package +; (name "go-github-com-bgentry-speakeasy") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bgentry/speakeasy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bgentry/speakeasy")) +; (home-page "https://github.com/bgentry/speakeasy") +; (synopsis "Speakeasy") +; (description +; "This package provides cross-platform Go (#golang) helpers for taking user input +;from the terminal while not echoing the input back (similar to @code{getpasswd}). The +;package uses syscalls to avoid any dependence on cgo, and is therefore +;compatible with cross-compiling.") +; (license license:expat))) +; +;(define-public go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa +; (package +; (name "go-github-com-cockroachdb-datadriven") +; (version "0.0.0-20190809214429-80d97fb3cbaa") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cockroachdb/datadriven") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rvavka9zhri6r50n8fy98247fl5vycb1hffjrhshsicjv1frmlp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cockroachdb/datadriven")) +; (home-page "https://github.com/cockroachdb/datadriven") +; (synopsis "Data-Driven Tests for Go") +; (description +; "This repository implements an extension of @url{https://github.com/golang/go/wiki/TableDrivenTests,Table-Driven Testing}. Instead of +;building and iterating over a table in the test code, the input is further +;separated into files (or inline strings). For certain classes of tests, this +;can significantly reduce the friction involved in writing and reading these +;tests.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20180511133405-39ca1b05acc7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf +; (package +; (name "go-github-com-coreos-pkg") +; (version "0.0.0-20160727233714-3ac0863d7acf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/pkg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l5ans1ls2gknkrnhymgc0zbgg5nqjbjbqc51r611adcr0m6gg8l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/pkg")) +; (home-page "https://github.com/coreos/pkg") +; (synopsis #f) +; (description "a collection of go utility packages") +; (license license:asl2.0))) +; +;(define-public go-github-com-creack-pty-1.1.7 +; (package +; (name "go-github-com-creack-pty") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/creack/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/creack/pty")) +; (home-page "https://github.com/creack/pty") +; (synopsis "pty") +; (description +; "Package pty provides functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4 +; (package +; (name "go-github-com-dustin-go-humanize") +; (version "0.0.0-20171111073723-bb3d318650d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dustin/go-humanize") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dustin/go-humanize")) +; (home-page "https://github.com/dustin/go-humanize") +; (synopsis "Humane Units") +; (description +; "Package humanize converts boring ugly numbers to human-friendly strings and back. +;") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20160516000752-02826c3e7903") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.0.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c +; (package +; (name "go-github-com-gorilla-websocket") +; (version "0.0.0-20170926233335-4201258b820c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kpdg3m46kp15ixl9ahhchhadyiblz0qpcxzylp8jhffc1rnxjb7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-middleware") +; (version "1.0.1-0.20190118093823-f849b5445de4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hscypgj0nd1407jp6y4qrnrr0mrhc4wgxz9b3mj1cs3pkvi61vc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (synopsis "Go gRPC Middleware") +; (description +; "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.5 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.9.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0acpbxa1i1bxcpkclkcif2macbcfrlywb58vly5pzwsj261mg58a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" +; ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) +; ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) +; ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" +; ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-github-com-json-iterator-go-1.1.7 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" +; ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.0.9 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.4 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-runewidth-0.0.2 +; (package +; (name "go-github-com-mattn-go-runewidth") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-runewidth") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-runewidth")) +; (home-page "https://github.com/mattn/go-runewidth") +; (synopsis "go-runewidth") +; (description +; "This package provides functions to get fixed width of the character or string.") +; (license license:expat))) +; +;(define-public go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5 +; (package +; (name "go-github-com-olekukonko-tablewriter") +; (version "0.0.0-20170122224234-a0225b3f23b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/olekukonko/tablewriter") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bp9r6xzy6d3p7l2hjmvr25y3rp3p8c9xv1agkllkksm45ng6681")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/olekukonko/tablewriter")) +; (home-page "https://github.com/olekukonko/tablewriter") +; (synopsis "ASCII Table Writer") +; (description "Create & Generate text based table +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-0.0.3 +; (package +; (name "go-github-com-spf13-cobra") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q1nsx05svyv9fv3fy6xv6gs9ffimkyzsfm49flvl3wnvf1ncrkd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.1 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8 +; (package +; (name "go-github-com-tmc-grpc-websocket-proxy") +; (version "0.0.0-20170815181823-89b8d40f7ca8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tmc/grpc-websocket-proxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bg6m0cycy5sww175zkbnhi9lvzb08iicc8xka8klrgaa9mc5nsk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) +; (home-page "https://github.com/tmc/grpc-websocket-proxy") +; (synopsis "grpc-websocket-proxy") +; (description +; "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") +; (license license:expat))) +; +;(define-public go-github-com-urfave-cli-1.20.0 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-go-etcd-io-bbolt-1.3.3 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-atomic-1.3.2 +; (package +; (name "go-go-uber-org-atomic") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/atomic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/atomic")) +; (home-page "https://go.uber.org/atomic") +; (synopsis "atomic") +; (description +; "Package atomic provides simple wrappers around numerics to enforce atomic +;access. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190813141303-74dc4d7220e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563yswwqknxx2gsvl0qikn0lmwalilbng8i12iw4d3v40n23s0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190826190057-c7b8b68b1456") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lqnnrx5prrvkinnhgyvzzhcyvi8x5w54rlp336xjhpslkgqn132")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2 +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20180412165947-fbb02b2291d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-cheggaaa-pb-v1-1.0.25 +; (package +; (name "go-gopkg-in-cheggaaa-pb-v1") +; (version "1.0.25") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/cheggaaa/pb.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/cheggaaa/pb.v1" +; #:unpack-path +; "gopkg.in/cheggaaa/pb.v1")) +; (home-page "https://gopkg.in/cheggaaa/pb.v1") +; (synopsis "Terminal progress bar for Go") +; (description "Simple console progress bars +;") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489 +; (package +; (name "go-go-etcd-io-etcd") +; (version "0.5.0-alpha.5.0.20200910180754-dd1b699fc489") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/etcd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11zkvkq7ipqi0n8y05zgn8lf7qm59xdk75x7jbxj5sflx38yfa0k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/etcd")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) +; ("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-cheggaaa-pb-v1-1.0.25" +; ,go-gopkg-in-cheggaaa-pb-v1-1.0.25) +; ("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2" +; ,go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456" +; ,go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456) +; ("go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7" +; ,go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.3.2" ,go-go-uber-org-atomic-1.3.2) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" +; ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) +; ("go-github-com-urfave-cli-1.20.0" ,go-github-com-urfave-cli-1.20.0) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8) +; ("go-github-com-spf13-pflag-1.0.1" ,go-github-com-spf13-pflag-1.0.1) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-soheilhy-cmux-0.1.4" +; ,go-github-com-soheilhy-cmux-0.1.4) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5" +; ,go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-mattn-go-runewidth-0.0.2" +; ,go-github-com-mattn-go-runewidth-0.0.2) +; ("go-github-com-mattn-go-isatty-0.0.4" +; ,go-github-com-mattn-go-isatty-0.0.4) +; ("go-github-com-mattn-go-colorable-0.0.9" +; ,go-github-com-mattn-go-colorable-0.0.9) +; ("go-github-com-json-iterator-go-1.1.7" +; ,go-github-com-json-iterator-go-1.1.7) +; ("go-github-com-jonboulle-clockwork-0.1.0" +; ,go-github-com-jonboulle-clockwork-0.1.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.5" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.5) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4" +; ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4) +; ("go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c" +; ,go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c) +; ("go-github-com-google-uuid-1.0.0" ,go-github-com-google-uuid-1.0.0) +; ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903" +; ,go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" +; ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) +; ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" +; ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) +; ("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7) +; ("go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf" +; ,go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-semver-0.2.0" +; ,go-github-com-coreos-go-semver-0.2.0) +; ("go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa" +; ,go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa) +; ("go-github-com-bgentry-speakeasy-0.1.0" +; ,go-github-com-bgentry-speakeasy-0.1.0))) +; (home-page "https://go.etcd.io/etcd") +; (synopsis "etcd") +; (description +; "Package main is a simple wrapper of the real etcd entrypoint package +;(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still +;\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and +;builds a binary in $GOBIN/etcd +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-natefinch-lumberjack-v2-2.0.0 +; (package +; (name "go-gopkg-in-natefinch-lumberjack-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/natefinch/lumberjack.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/natefinch/lumberjack.v2" +; #:unpack-path +; "gopkg.in/natefinch/lumberjack.v2")) +; (home-page "https://gopkg.in/natefinch/lumberjack.v2") +; (synopsis "lumberjack") +; (description "Package lumberjack provides a rolling logger. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.2.2 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cpvfqw7pw8m8wfj8nda4kam0z48q3gp6b9a3a0wr90zv9ldszbv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15 +; (package +; (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") +; (version "0.0.15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00ad9yjr3g1pj118xy063z7rnydkilqmvz9xf89vdva2kjqd7fal")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page +; "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.6 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b53aw2cp9i2v5kg1m2s5kwkz7525ii8vs1g7d8yc2j980aar9y3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-github-com-blang-semver-3.5.1+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.5.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369 +; (package +; (name "go-github-com-matttproud-golang-protobuf-extensions") +; (version "1.0.2-0.20181231171920-c182affec369") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/matttproud/golang_protobuf_extensions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/matttproud/golang_protobuf_extensions") +; (synopsis "Overview") +; (description +; "This repository provides various Protocol Buffer extensions for the Go +;language (golang), namely support for record length-delimited message +;streaming.") +; (license license:asl2.0))) +; +;(define-public go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78 +; (package +; (name "go-github-com-azure-go-ansiterm") +; (version "0.0.0-20170929234023-d6e3b3328b78") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/go-ansiterm") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/go-ansiterm")) +; (home-page "https://github.com/Azure/go-ansiterm") +; (synopsis "go-ansiterm") +; (description +; "This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.") +; (license license:expat))) +; +;(define-public go-gotest-tools-v3-3.0.2 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cap2aq2wphnbkkzkck5zdjxb64q3jqxfwpkgqys7279rbr8cvjm")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd +; (package +; (name "go-github-com-moby-term") +; (version "0.0.0-20200312100748-672ec06f55cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xspasm3d101hmjsayrbx6az4r4ybbg5gkj13qybhpq674a6kkwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/moby/term")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" +; ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" +; ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78))) +; (home-page "https://github.com/moby/term") +; (synopsis "term - utilities for dealing with terminals") +; (description +; "Package term provides structures and helper functions to work with +;terminal (state, sizes). +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-beorn7-perks-1.0.1 +; (package +; (name "go-github-com-beorn7-perks") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-procfs-0.1.3 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09wmlmvmjf49nchidqffc99wn6vl98v5k9qgyyrhqgv0015xskwa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" +; ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200615200032-f1bc736245b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbmih4n2xw53qbpmc7msqf2660i4ryr0chbrsbj8mdalfrjr0vp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.5 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08smz8dfyxp02ha74my9iszqa5qzgl3ksi28ilyp8lqipssiq6fg")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-1.7.1 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i9wbwjq3idgp9y0vv7fvg6g7zrqi9qlfw915xc49ahw83q2h61w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.5" ,go-gopkg-in-yaml-v2-2.2.5) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1" +; ,go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-prometheus-procfs-0.1.3" +; ,go-github-com-prometheus-procfs-0.1.3) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-cespare-xxhash-v2-2.1.1" +; ,go-github-com-cespare-xxhash-v2-2.1.1) +; ("go-github-com-beorn7-perks-1.0.1" +; ,go-github-com-beorn7-perks-1.0.1))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751 +; (package +; (name "go-github-com-alecthomas-template") +; (version "0.0.0-20190718012654-fb15b899a751") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/template") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/template")) +; (home-page "https://github.com/alecthomas/template") +; (synopsis "Go's") +; (description +; "Package template implements data-driven templates for generating textual output. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4 +; (package +; (name "go-github-com-alecthomas-units") +; (version "0.0.0-20190717042225-c3de453c63f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/units") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/units")) +; (home-page "https://github.com/alecthomas/units") +; (synopsis "Units - Helpful unit multipliers and functions for Go") +; (description +; "Package units provides helpful unit multipliers and functions for Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-kit-kit-0.9.0 +; (package +; (name "go-github-com-go-kit-kit") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-kit/kit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-kit/kit")) +; (home-page "https://github.com/go-kit/kit") +; (synopsis "Go kit") +; (description +; "@strong{Go kit} is a @strong{programming toolkit} for building microservices +;(or elegant monoliths) in Go. We solve common problems in distributed +;systems and application architecture so you can focus on delivering +;business value.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-common-0.4.1 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" +; ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.2 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-1.0.0 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-prometheus-procfs-0.0.2" +; ,go-github-com-prometheus-procfs-0.0.2) +; ("go-github-com-prometheus-common-0.4.1" +; ,go-github-com-prometheus-common-0.4.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-beorn7-perks-1.0.0" +; ,go-github-com-beorn7-perks-1.0.0))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.2.0 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.4 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.10.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ra7zfqsnvgfizzsxn3rk0dwhk7nx8p8082zgpvadbv2b0j1k01i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-go-kit-kit-0.9.0" ,go-github-com-go-kit-kit-0.9.0) +; ("go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4" +; ,go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4) +; ("go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751" +; ,go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200106162015-b016eb3dc98e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k0qr26046d228gi6ngkfxp4m1rjgxk4jj75h0kh1cpyp91n5rja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-procfs-0.2.0 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkpyq1grk3qyfahnfry5qkxjg5qb10yh1l8cvm8b79nqsmdyjbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" +; ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-sirupsen-logrus-1.6.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190425150028-36563e24a262") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c +; (package +; (name "go-golang-org-x-text") +; (version "0.0.0-20170915032832-14c0d48ead0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-sampler-1.3.0 +; (package +; (name "go-rsc-io-sampler") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/sampler") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "rsc.io/sampler")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" +; ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) +; (home-page "https://rsc.io/sampler") +; (synopsis #f) +; (description "Package sampler shows simple texts. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-quote-v3-3.1.0 +; (package +; (name "go-rsc-io-quote-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/quote") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) +; (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) +; (home-page "https://rsc.io/quote/v3") +; (synopsis #f) +; (description "Package quote collects pithy sayings. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.4.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zb4n285mv85dh3y2f8fqbs30h2dhzw7vbczr6z0zg2gqr6vzg0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) +; ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.4 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12dclmj2if8l0069fby4psrpqby7p810dr1dr63nwx93g9jhvkmx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20181102032728-5e5cf60278f6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191204072324-ce4227a45e2e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200229191704-1ebb73c60ed3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.9.1 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee +; (package +; (name "go-golang-org-x-mod") +; (version "0.1.1-0.20191105210325-c90efee705ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200130002326-2f3ba24bd6e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" +; ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20200302205851-738671d3881b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200301022130-244492dfa37a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vm2q44phz4vjnzq9428rjk58c82fxf003whczp7c9ryn9fazh7s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200302150141-5c8b2ff67527") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200304193943-95d2e580d8eb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f46657xsdc12lr29ksqg80fp0j8v2iqgihzh788avcj5cmhnqyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.2.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c +; (package +; (name "go-github-com-google-btree") +; (version "0.0.0-20180813153112-4030bb1f1f0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-martian-2.1.0+incompatible +; (package +; (name "go-github-com-google-martian") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian")) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20181206194817-3ea8567a2e57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.4 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.0.0-20190106144839-af01ea7f8024") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.1-0.20180807135948-17ff2d5776d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20181108054448-85acf8d2951c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190301231843-5614ed5bae6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190226205417-e64efc72b421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190312170243-e65039ee4138") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.4.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190418145605-e7d98fc518a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190106161140-3f1c8253044a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.38.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" +; ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" +; ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) +; ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" +; ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) +; ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" +; ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" +; ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) +; ("go-github-com-googleapis-gax-go-v2-2.0.4" +; ,go-github-com-googleapis-gax-go-v2-2.0.4) +; ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" +; ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.5 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.0 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190307195333-5fe7a883aa19") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.21.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190503192946-f4e77d36d62c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190604053449-0f29369cfe45") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190507160741-ecd444e8653b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.5.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.20.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-google-golang-org-appengine-1.5.0" +; ,go-google-golang-org-appengine-1.5.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" +; ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200305110556-506484158171 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200305110556-506484158171") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19h7sxkfjcrkm7majd0pyzzirdnk1qlsxc3h5zklhm234d8jg407")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-renameio-0.1.0 +; (package +; (name "go-github-com-google-renameio") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/renameio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/renameio")) +; (home-page "https://github.com/google/renameio") +; (synopsis "Atomicity vs durability") +; (description +; "Package renameio provides a way to atomically create or replace a file or +;symbolic link. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-errgo-v2-2.1.0 +; (package +; (name "go-gopkg-in-errgo-v2") +; (version "2.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/errgo.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) +; (home-page "https://gopkg.in/errgo.v2") +; (synopsis #f) +; (description +; "Package errgo provides some primitives for error creation and handling.") +; (license license:bsd-3))) +; +;(define-public go-github-com-rogpeppe-go-internal-1.3.0 +; (package +; (name "go-github-com-rogpeppe-go-internal") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/go-internal") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/go-internal")) +; (propagated-inputs +; `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) +; (home-page "https://github.com/rogpeppe/go-internal") +; (synopsis #f) +; (description +; "This repository factors out an opinionated selection of internal packages and functionality from the Go standard +;library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190510104115-cbcb75029529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e +; (package +; (name "go-golang-org-x-mod") +; (version "0.0.0-20190513183733-4bf6d317e70e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" +; ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191130070609-6e064ea0cf2d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.1-2020.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" +; ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) +; ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" +; ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) +; ("go-github-com-rogpeppe-go-internal-1.3.0" +; ,go-github-com-rogpeppe-go-internal-1.3.0) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-google-renameio-0.1.0" +; ,go-github-com-google-renameio-0.1.0) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.54.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.54.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ilqqymrphg546c66jc0npd48dlr88wbgrg462h1jgm2ykbnq1ba")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.1-2020.1.3" +; ,go-honnef-co-go-tools-0.0.1-2020.1.3) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20200305110556-506484158171" +; ,go-google-golang-org-genproto-0.0.0-20200305110556-506484158171) +; ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) +; ("go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb" +; ,go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" +; ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a" +; ,go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" +; ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.4" +; ,go-github-com-golang-protobuf-1.3.4) +; ("go-github-com-golang-mock-1.4.1" ,go-github-com-golang-mock-1.4.1) +; ("go-cloud-google-com-go-storage-1.6.0" +; ,go-cloud-google-com-go-storage-1.6.0) +; ("go-cloud-google-com-go-pubsub-1.2.0" +; ,go-cloud-google-com-go-pubsub-1.2.0) +; ("go-cloud-google-com-go-datastore-1.1.0" +; ,go-cloud-google-com-go-datastore-1.1.0) +; ("go-cloud-google-com-go-bigquery-1.4.0" +; ,go-cloud-google-com-go-bigquery-1.4.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7 +; (package +; (name "go-github-com-gregjones-httpcache") +; (version "0.0.0-20180305231024-9cad4c3443a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gregjones/httpcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gregjones/httpcache")) +; (home-page "https://github.com/gregjones/httpcache") +; (synopsis "httpcache") +; (description +; "Package httpcache provides a http.RoundTripper implementation that works as a +;mostly RFC-compliant cache for http responses. +;") +; (license license:expat))) +; +;(define-public go-github-com-imdario-mergo-0.3.5 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-peterbourgon-diskv-2.0.1+incompatible +; (package +; (name "go-github-com-peterbourgon-diskv") +; (version "2.0.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/peterbourgon/diskv") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/peterbourgon/diskv")) +; (home-page "https://github.com/peterbourgon/diskv") +; (synopsis "What is diskv?") +; (description +; "Diskv (disk-vee) is a simple, persistent key-value store written in the Go +;language. It starts with an incredibly simple API for storing arbitrary data on +;a filesystem by key, and builds several layers of performance-enhancing +;abstraction on top. The end result is a conceptually simple, but highly +;performant, disk-backed storage system.") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20201002170205-7f63de1d35b0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dr89jfs4dmpr3jqfshqqvfpzzdx4r76nkzhrvmixfrmn6wxrnd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20200630173020-3af7569d3a1e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05hqhw3vlssi499y6m41zgdp1yyjsw2kj95ahymlw6pkhsssh2vq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-api-0.20.6 +; (package +; (name "go-k8s-io-api") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mm6a91a4nrlsvnfcbgn2574vdwxf1nxpgrd5avklh8mym2ngimw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96 +; (package +; (name "go-github-com-docker-spdystream") +; (version "0.0.0-20160310174837-449fdfce4d96") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/spdystream") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/spdystream")) +; (home-page "https://github.com/docker/spdystream") +; (synopsis "SpdyStream") +; (description +; "This package provides a multiplexed stream library using spdy") +; (license license:asl2.0))) +; +;(define-public go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153 +; (package +; (name "go-github-com-elazarl-goproxy") +; (version "0.0.0-20180725130230-947c36da3153") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/elazarl/goproxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lmsnr5xmda89wig8sw62llg6acjb5caghz5jmdhnm85rm6rnssk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/elazarl/goproxy")) +; (home-page "https://github.com/elazarl/goproxy") +; (synopsis "Introduction") +; (description +; "Taken from $GOROOT/src/pkg/net/http/chunked +;needed to write https responses to client. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-evanphx-json-patch-4.9.0+incompatible +; (package +; (name "go-github-com-evanphx-json-patch") +; (version "4.9.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/evanphx/json-patch") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r88qpzjxsx8skij9s5pi4a5qcv4bm18vq8sy21gpwgzp3qf6qzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/evanphx/json-patch")) +; (home-page "https://github.com/evanphx/json-patch") +; (synopsis "JSON-Patch") +; (description +; "@code{jsonpatch} is a library which provides functionality for both applying +;@url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against documents, as +;well as for calculating & applying @url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191005200804-aed5e4c7ecf9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.9 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" +; ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-gofuzz-1.1.0 +; (package +; (name "go-github-com-google-gofuzz") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gofuzz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0si2fiigj45vr4jnw4grjhls7nw56wkwinnn93gqbl9ng9ynw8rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/gofuzz")) +; (home-page "https://github.com/google/gofuzz") +; (synopsis "gofuzz") +; (description +; "Package fuzz is a library for populating go objects with random values. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.1 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "0.0.0-20180701023420-4b7aa43c6742") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.10 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "134zwc2pmf8nd90r8065wsl6vv1mwjl23bs70i08dzhw5h98drr4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" +; ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f +; (package +; (name "go-github-com-mxk-go-flowrate") +; (version "0.0.0-20140419014527-cca7078d478f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mxk/go-flowrate") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mxk/go-flowrate")) +; (home-page "https://github.com/mxk/go-flowrate") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.11.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.11.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vxmb5k89bq50m2kzcw5l3bdvci4czpifkgxd4nbq1yzv5ir03kp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-hpcloud-tail-1.0.0 +; (package +; (name "go-github-com-hpcloud-tail") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcloud/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcloud/tail")) +; (home-page "https://github.com/hpcloud/tail") +; (synopsis "Go package for tail-ing files") +; (description +; "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") +; (license license:expat))) +; +;(define-public go-github-com-onsi-ginkgo-1.6.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180906233101-161cd47e91fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180909124046-d0be0721c37e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-fsnotify-v1-1.4.7 +; (package +; (name "go-gopkg-in-fsnotify-v1") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/fsnotify.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/fsnotify.v1" +; #:unpack-path +; "gopkg.in/fsnotify.v1")) +; (home-page "https://gopkg.in/fsnotify.v1") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 +; (package +; (name "go-gopkg-in-tomb-v1") +; (version "1.0.0-20141024135613-dd632973f1e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/tomb.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) +; (home-page "https://gopkg.in/tomb.v1") +; (synopsis "Installation and usage") +; (description +; "The tomb package offers a conventional API for clean goroutine termination. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-gomega-1.7.0 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09j6wq425wgzzsbwm9ckhfgl2capv3yyqbrf45qyrjwkzm49i02y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-pflag-1.0.5 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-inf-v0-0.9.1 +; (package +; (name "go-gopkg-in-inf-v0") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/inf.v0") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/inf.v0" #:unpack-path "gopkg.in/inf.v0")) +; (home-page "https://gopkg.in/inf.v0") +; (synopsis #f) +; (description +; "Package inf (type inf.Dec) implements \"infinite-precision\" decimal +;arithmetic. +;\"Infinite precision\" describes two characteristics: practically unlimited +;precision for decimal number representation and no support for calculating +;with any specific fixed precision. +;(Although there is no practical limit on precision, inf.Dec can only +;represent finite decimals.) +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46 +; (package +; (name "go-github-com-nytimes-gziphandler") +; (version "0.0.0-20170623195520-56545f4a5d46") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nytimes/gziphandler") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/NYTimes/gziphandler")) +; (home-page "https://github.com/NYTimes/gziphandler") +; (synopsis "Gzip Handler") +; (description +; "This is a tiny Go package which wraps HTTP handlers to transparently gzip the +;response body, for clients which support it. Although it's usually simpler to +;leave that to a reverse proxy (like nginx or Varnish), this package is useful +;when that's undesirable.") +; (license license:asl2.0))) +; +;(define-public go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a +; (package +; (name "go-github-com-asaskevich-govalidator") +; (version "0.0.0-20190424111038-f61b66f89f4a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/asaskevich/govalidator") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jzjd9ak4byb83bwhbyrrdclnhrgglyxcbr4d4qh39a6ywvcijm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/asaskevich/govalidator")) +; (home-page "https://github.com/asaskevich/govalidator") +; (synopsis "govalidator") +; (description +; "Package govalidator is package of validators and sanitizers for strings, structs and collections. +;") +; (license license:expat))) +; +;(define-public go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633 +; (package +; (name "go-github-com-emicklei-go-restful") +; (version "0.0.0-20170410110728-ff4f55a20633") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/emicklei/go-restful") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/emicklei/go-restful")) +; (home-page "https://github.com/emicklei/go-restful") +; (synopsis "go-restful") +; (description +; "Package restful , a lean package for creating REST-style WebServices without magic. +;") +; (license license:expat))) +; +;(define-public go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680 +; (package +; (name "go-github-com-ghodss-yaml") +; (version "0.0.0-20150909031657-73d445a93680") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ghodss/yaml") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ghodss/yaml")) +; (home-page "https://github.com/ghodss/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "Copyright 2013 The Go Authors. All rights reserved. +;Use of this source code is governed by a BSD-style +;license that can be found in the LICENSE file. +;") +; (license #f))) +; +;(define-public go-github-com-go-openapi-jsonreference-0.19.3 +; (package +; (name "go-github-com-go-openapi-jsonreference") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonreference") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ln21xai74fynwmi4ck5j0c70yszjy96wfagc705y8khjxsgncsw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonreference")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" +; ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3) +; ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" +; ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) +; ("go-github-com-puerkitobio-purell-1.1.1" +; ,go-github-com-puerkitobio-purell-1.1.1))) +; (home-page "https://github.com/go-openapi/jsonreference") +; (synopsis "gojsonreference") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} +;An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.0.0-20190626092158-b2ccc519800e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-openapi-jsonpointer-0.19.3 +; (package +; (name "go-github-com-go-openapi-jsonpointer") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonpointer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4bb7c5y8ss2s8wl50k7lsk84nl4lcldkbkphrfdl21y51gz4jr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e" +; ,go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5))) +; (home-page "https://github.com/go-openapi/jsonpointer") +; (synopsis "gojsonpointer") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} +;An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-puerkitobio-purell-1.1.1 +; (package +; (name "go-github-com-puerkitobio-purell") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/PuerkitoBio/purell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/PuerkitoBio/purell")) +; (home-page "https://github.com/PuerkitoBio/purell") +; (synopsis "Purell") +; (description +; "Package purell offers URL normalization as described on the wikipedia page: +;@url{http://en.wikipedia.org/wiki/URL_normalization,http://en.wikipedia.org/wiki/URL_normalization} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578 +; (package +; (name "go-github-com-puerkitobio-urlesc") +; (version "0.0.0-20170810143723-de5bf2ad4578") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/PuerkitoBio/urlesc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/PuerkitoBio/urlesc")) +; (home-page "https://github.com/PuerkitoBio/urlesc") +; (synopsis "urlesc") +; (description +; "Package urlesc implements query escaping as per @url{https://rfc-editor.org/rfc/rfc3986.html,RFC 3986}. +;It contains some parts of the net/url package, modified so as to allow +;some reserved characters incorrectly escaped by net/url. +;See @url{https://github.com/golang/go/issues/5684,https://github.com/golang/go/issues/5684} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-swag-0.19.2 +; (package +; (name "go-github-com-go-openapi-swag") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/swag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mlxlajx2p9wjm72rmqjrx5g49q2sn04y45s3nrykkf6jqlq1v4z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/swag")) +; (propagated-inputs +; `(("go-github-com-sourcegraph-go-diff-0.5.1" +; ,go-github-com-sourcegraph-go-diff-0.5.1) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" +; ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/go-openapi/swag") +; (synopsis "Swag") +; (description +; "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-openapi-jsonpointer-0.19.2 +; (package +; (name "go-github-com-go-openapi-jsonpointer") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonpointer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s3cqf4svrbygvvpvi7hf122szsgihas52vqh0bba3avf4w03g9n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-swag-0.19.2" +; ,go-github-com-go-openapi-swag-0.19.2))) +; (home-page "https://github.com/go-openapi/jsonpointer") +; (synopsis "gojsonpointer") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} +;An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190613194153-d28f0bde5980") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-jsonreference-0.19.2 +; (package +; (name "go-github-com-go-openapi-jsonreference") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonreference") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v933yvcwyzzlpdxwb9204ki7lls2rwfd96ww2i901ndvz37kdf8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonreference")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-jsonpointer-0.19.2" +; ,go-github-com-go-openapi-jsonpointer-0.19.2) +; ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" +; ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) +; ("go-github-com-puerkitobio-purell-1.1.1" +; ,go-github-com-puerkitobio-purell-1.1.1))) +; (home-page "https://github.com/go-openapi/jsonreference") +; (synopsis "gojsonreference") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} +;An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pty-1.1.5 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpq77b90z72cv9h66dvxsg2j197ylpgcps23xsjfbs752bykfw1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.2.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190611184440-5c40567a22f8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17g8fb9vy2sqq8vgz8jdvf6c6d2290gm2qs0i4yzsd86mgn4dlrg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190827160401-ba9fcec4b297") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190616124812-15dcb6c0061f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qfkkysbyn44nyx57cq8mmw1cjgpxi9gi9xrf6kljmd9c1416zdd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190614205625-5aca471b1d59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i4h3q83w4y9s065w0wnnnwlssy69jbrj08k47ppsa8dnv85kyrf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-spec-0.19.3 +; (package +; (name "go-github-com-go-openapi-spec") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dikq1p550vj5i9y918s075pgk0fxkixxk3fb70ri7wkm51s6nlj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/spec")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59" +; ,go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59) +; ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" +; ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) +; ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" +; ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) +; ("go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8" +; ,go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stretchr-objx-0.2.0" +; ,go-github-com-stretchr-objx-0.2.0) +; ("go-github-com-kr-pty-1.1.5" ,go-github-com-kr-pty-1.1.5) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5) +; ("go-github-com-go-openapi-jsonreference-0.19.2" +; ,go-github-com-go-openapi-jsonreference-0.19.2) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3))) +; (home-page "https://github.com/go-openapi/spec") +; (synopsis "OAI object model") +; (description "The object model for OpenAPI specification documents.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63 +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.0.0-20190614124828-94de47d64c63") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1km0kkh7cf7dlz5pqi9yr1wamv0167y41cyv1dbrcxfdmwgpfd23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190409202823-959b441ac422") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e +; (package +; (name "go-github-com-shurcool-go") +; (version "0.0.0-20180423040247-9e1955d9fb6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/go")) +; (home-page "https://github.com/shurcooL/go") +; (synopsis "go") +; (description "Common Go code.") +; (license license:expat))) +; +;(define-public go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041 +; (package +; (name "go-github-com-shurcool-go-goon") +; (version "0.0.0-20170922171312-37c2f522c041") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/go-goon") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/go-goon")) +; (home-page "https://github.com/shurcooL/go-goon") +; (synopsis "goon") +; (description +; "Package goon is a deep pretty printer with Go-like notation. It implements the goon specification. +;") +; (license license:expat))) +; +;(define-public go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4 +; (package +; (name "go-sourcegraph-com-sqs-pbtypes") +; (version "0.0.0-20180604144634-d3ebe8f20ae4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sqs/pbtypes") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sourcegraph.com/sqs/pbtypes")) +; (home-page "https://sourcegraph.com/sqs/pbtypes") +; (synopsis "pbtypes") +; (description +; "Package pbtypes contains protocol buffer types (Timestamp, Void, +;etc.) and related helpers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sourcegraph-go-diff-0.5.1 +; (package +; (name "go-github-com-sourcegraph-go-diff") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sourcegraph/go-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sourcegraph/go-diff")) +; (propagated-inputs +; `(("go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4" +; ,go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4) +; ("go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041" +; ,go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041) +; ("go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e" +; ,go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1))) +; (home-page "https://github.com/sourcegraph/go-diff") +; (synopsis "go-diff") +; (description "Diff parser and printer for Go.") +; (license license:expat))) +; +;(define-public go-github-com-go-openapi-swag-0.19.5 +; (package +; (name "go-github-com-go-openapi-swag") +; (version "0.19.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/swag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z34vqc5yz6rzvarrvlhkimxx33p74iaxb28l1mv716njvlsmjhg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/swag")) +; (propagated-inputs +; `(("go-github-com-sourcegraph-go-diff-0.5.1" +; ,go-github-com-sourcegraph-go-diff-0.5.1) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" +; ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/go-openapi/swag") +; (synopsis "Swag") +; (description +; "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.1.1 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815 +; (package +; (name "go-github-com-docopt-docopt-go") +; (version "0.0.0-20180111231733-ee0de3bc6815") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docopt/docopt.go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docopt/docopt-go")) +; (home-page "https://github.com/docopt/docopt-go") +; (synopsis "docopt-go") +; (description +; "Package docopt parses command-line arguments based on a help message. +;") +; (license license:expat))) +; +;(define-public go-github-com-googleapis-gnostic-0.4.1 +; (package +; (name "go-github-com-googleapis-gnostic") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gnostic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fw28m3ach5pkcdh4ijd6s7w09j0n88p6mah3hp0k8918jsc6mj9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gnostic")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815" +; ,go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815))) +; (home-page "https://github.com/googleapis/gnostic") +; (synopsis "â¨\x81 gnostic") +; (description +; "Gnostic is a tool for building better REST APIs through knowledge. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d +; (package +; (name "go-github-com-munnerz-goautoneg") +; (version "0.0.0-20120707110453-a547fc61f48d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/munnerz/goautoneg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/munnerz/goautoneg")) +; (home-page "https://github.com/munnerz/goautoneg") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "0.0.0-20170829012221-11459a886d9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nswc1fnrrs792qbix05h91bilj8rr3wxmxgwi97p2gjk0r292zh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c +; (package +; (name "go-github-com-onsi-gomega") +; (version "0.0.0-20170829124025-dcabb60a477c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1775lv5jbsgv3ghq5v2827slqlhqdadrzc1nkpq4y0hdv2qzrgkm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff +; (package +; (name "go-github-com-spf13-pflag") +; (version "0.0.0-20170130214245-9ff6c6923cff") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mfrxzyl8x7araa126lh8l3sihbbgfbzgkrg3v3cx7y4n3wrsqvn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200324143707-d3edc9973b7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac +; (package +; (name "go-k8s-io-gengo") +; (version "0.0.0-20200413195148-3a45101e95ac") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/gengo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x46jq6rv8z0y96231rfgzvfscgy5hp5aacid3r93zy0rq9r37g6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/gengo")) +; (home-page "https://k8s.io/gengo") +; (synopsis "gengo") +; (description +; "This package provides a package for generating things based on go files. This mechanism was first used +;in Kubernetes and is split out here for ease of reuse and maintainability.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.2 +; (package +; (name "go-sigs-k8s-io-structured-merge-diff-v4") +; (version "4.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/structured-merge-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z60sw6nrlzyddyx5pvh6afwf8jvmn8c2zw15hklq17iyvj3lj7a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/structured-merge-diff/v4" +; #:unpack-path +; "sigs.k8s.io/structured-merge-diff/v4")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) +; (home-page "https://sigs.k8s.io/structured-merge-diff/v4") +; (synopsis "Structured Merge and Diff") +; (description +; "This repo contains code which implements the Kubernetes \"apply\" operation.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-yaml-1.1.0 +; (package +; (name "go-sigs-k8s-io-yaml") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sigs.k8s.io/yaml")) +; (home-page "https://sigs.k8s.io/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") +; (license #f))) +; +;(define-public go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd +; (package +; (name "go-k8s-io-kube-openapi") +; (version "0.0.0-20201113171705-d219536bb9fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/kube-openapi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d420a3rxznh3f6x5a6xp22zjwv6jfq4w1gb6srqb4vn9rhgrka")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/kube-openapi")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac" +; ,go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" +; ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff" +; ,go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff) +; ("go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c" +; ,go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c) +; ("go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c" +; ,go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c) +; ("go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d" +; ,go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-go-openapi-jsonreference-0.19.3" +; ,go-github-com-go-openapi-jsonreference-0.19.3) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3) +; ("go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680" +; ,go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680) +; ("go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633" +; ,go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a" +; ,go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a) +; ("go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46" +; ,go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46))) +; (home-page "https://k8s.io/kube-openapi") +; (synopsis "Kube OpenAPI") +; (description +; "This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal +;is to support a subset of OpenAPI features to satisfy kubernetes use-cases but +;implement that subset with little to no assumption about the structure of the +;code or routes. Thus, there should be no kubernetes specific code in this repo.") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.6 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-modern-go-reflect2-1.0.1 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.3 +; (package +; (name "go-sigs-k8s-io-structured-merge-diff-v4") +; (version "4.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/structured-merge-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jv60bkk0z437bsz5ldjyc006k20njmpl0xfl8p3g1q0bx0fkypa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/structured-merge-diff/v4" +; #:unpack-path +; "sigs.k8s.io/structured-merge-diff/v4")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) +; (home-page "https://sigs.k8s.io/structured-merge-diff/v4") +; (synopsis "Structured Merge and Diff") +; (description +; "This repo contains code which implements the Kubernetes \"apply\" operation.") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.8 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-yaml-1.2.0 +; (package +; (name "go-sigs-k8s-io-yaml") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "059a1chkd6afyvqszrx7h93k6cgik3ia92x29f5whpwi66461pzq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sigs.k8s.io/yaml")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://sigs.k8s.io/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") +; (license #f))) +; +;(define-public go-k8s-io-apimachinery-0.20.6 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16952v7zjk3pdyw5r3wy28qkcfx3risid0847pwdw8gmalwxr237")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.6 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fpz56pfadbfp8mlzmzicfmlgk5zqbk2rdwnr8c8h6ypjd5xjcvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.6 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1987vm5lhbnn4ynrpzdgz3873lp78664cpdpkbv9jwnhzqdhpyhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pretty-0.2.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201112073958-5cba982894dd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08dvnwmi2p4slmhyx7gzkmzfp51mmnkzi0ngwhvv0vip1s3s3zjc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.4 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.24.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201110150050-8816d57aaa9a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cbfam4w9jr5gib43v3s2r5j8mhd3hl6ks3azwsahaff6idggg20")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.6 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yp4rfxjn4h78z4sbmwhcqm8mva9bsvsc5jky2qa76npp0hycjhx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-logr-logr-0.2.0 +; (package +; (name "go-github-com-go-logr-logr") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logr/logr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06xh4pw53z38vyi300mgpnr4pkqgknw9xakdyk1xzqfg9zd60d7d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logr/logr")) +; (home-page "https://github.com/go-logr/logr") +; (synopsis "A minimal logging API for Go") +; (description +; "Package logr defines a general-purpose logging API and abstract interfaces +;to back that API. Packages in the Go ecosystem can depend on this package, +;while callers can implement logging with whatever backend is appropriate. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-klog-v2-2.4.0 +; (package +; (name "go-k8s-io-klog-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/klog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zjih6bgdalga5hqaa2fwwidslq6lv358gkj88a8wwj7w253wc8c")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) +; (propagated-inputs +; `(("go-github-com-go-logr-logr-0.2.0" +; ,go-github-com-go-logr-logr-0.2.0))) +; (home-page "https://k8s.io/klog/v2") +; (synopsis "klog") +; (description +; "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-afero-1.2.2 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0))) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-logr-logr-0.1.0 +; (package +; (name "go-github-com-go-logr-logr") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logr/logr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logr/logr")) +; (home-page "https://github.com/go-logr/logr") +; (synopsis "A minimal logging API for Go") +; (description +; "Package logr defines a general-purpose logging API and abstract interfaces +;to back that API. Packages in the Go ecosystem can depend on this package, +;while callers can implement logging with whatever backend is appropriate. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-klog-v2-2.0.0 +; (package +; (name "go-k8s-io-klog-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/klog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09vqm0n5l64lzpk3xqm4njbncnphx52qk21gwx8nsgyivlxx1n8g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) +; (propagated-inputs +; `(("go-github-com-go-logr-logr-0.1.0" +; ,go-github-com-go-logr-logr-0.1.0))) +; (home-page "https://k8s.io/klog/v2") +; (synopsis "klog") +; (description +; "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920 +; (package +; (name "go-k8s-io-utils") +; (version "0.0.0-20201110183641-67b214c5f920") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/utils") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19rc9v5xin0a8qbf25my3rd0jd74cin2mk2a38j2dwplqy3s9crl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/utils")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-afero-1.2.2" ,go-github-com-spf13-afero-1.2.2) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/utils") +; (synopsis "Utils") +; (description +; "This package provides a set of Go libraries that provide low-level, kubernetes-independent packages +;supplementing the @url{https://golang.org/pkg/#stdlib,Go standard libs}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-googleapis-1.3.2 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10670qprmk151n6pa1yclr89kgrvmalzvkq221xqbid83iv59s2h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.7 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14qb7a9ckfvxl30axqsha0qs8lfkpkxnhj61cdqxk2b9mz160a67")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) +; ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" +; ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.2" +; ,go-github-com-opencontainers-selinux-1.8.2) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-opencontainers-runc-1.0.2" +; ,go-github-com-opencontainers-runc-1.0.2) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.12" +; ,go-github-com-imdario-mergo-0.3.12) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.3.2" +; ,go-github-com-coreos-go-systemd-v22-22.3.2) +; ("go-github-com-containernetworking-plugins-0.9.1" +; ,go-github-com-containernetworking-plugins-0.9.1) +; ("go-github-com-containerd-zfs-1.0.0" +; ,go-github-com-containerd-zfs-1.0.0) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.1.0" +; ,go-github-com-containerd-nri-0.1.0) +; ("go-github-com-containerd-imgcrypt-1.1.1" +; ,go-github-com-containerd-imgcrypt-1.1.1) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-go-cni-1.0.2" +; ,go-github-com-containerd-go-cni-1.0.2) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-containerd-btrfs-1.0.0" +; ,go-github-com-containerd-btrfs-1.0.0) +; ("go-github-com-containerd-aufs-1.0.0" +; ,go-github-com-containerd-aufs-1.0.0) +; ("go-github-com-microsoft-hcsshim-0.8.21" +; ,go-github-com-microsoft-hcsshim-0.8.21) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-libtrust-0.0.0-20190913040956-14b96171aa3b +; (package +; (name "go-github-com-containers-libtrust") +; (version "0.0.0-20190913040956-14b96171aa3b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/libtrust") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s54984nlg8mbl6n678v46zknxsmnbvma5c77zrdk2bj2m287d09")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/libtrust")) +; (home-page "https://github.com/containers/libtrust") +; (synopsis "libtrust") +; (description +; "Package libtrust provides an interface for managing authentication and +;authorization using public key cryptography. Authentication is handled +;using the identity attached to the public key and verified through TLS +;x509 certificates, a key challenge, or signature. Authorization and +;access control is managed through a trust graph distributed between +;both remote trust servers and locally cached and managed data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.2 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-miekg-pkcs11-1.0.3 +; (package +; (name "go-github-com-miekg-pkcs11") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/miekg/pkcs11") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rmmgssb6y28x54si5h63gwbdsjjxf5n9xvm3zqdfsf9l10gx2m6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/miekg/pkcs11")) +; (home-page "https://github.com/miekg/pkcs11") +; (synopsis "PKCS#11") +; (description +; "Package pkcs11 is a wrapper around the PKCS#11 cryptographic library. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980 +; (package +; (name "go-github-com-stefanberger-go-pkcs11uri") +; (version "0.0.0-20201008174630-78d3cae3a980") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stefanberger/go-pkcs11uri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09bnd1fn2v5y5ngsxz751a0x9fsqn8idlfrwyymfv9l57wvmrd2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stefanberger/go-pkcs11uri")) +; (home-page "https://github.com/stefanberger/go-pkcs11uri") +; (synopsis "go-pkcs11uri") +; (description +; "Welcome to the go-pkcs11uri library. The implementation follows @url{https://tools.ietf.org/html/rfc7512,RFC 7512} and this @url{https://www.rfc-editor.org/errata/rfc7512,errata}.") +; (license license:asl2.0))) +; +;(define-public go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1 +; (package +; (name "go-go-mozilla-org-pkcs7") +; (version "0.0.0-20200128120323-432b2356ecb1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mozilla-services/pkcs7") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yncaq6i1x6apykvng92yyqkj5kmzl4c43lmcalr5lq7ks009p40")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.mozilla.org/pkcs7")) +; (home-page "https://go.mozilla.org/pkcs7") +; (synopsis "pkcs7") +; (description +; "Package pkcs7 implements parsing and generation of some PKCS#7 structures. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.5.1 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z0hbmb5yyvnjkyiyn259wkbqbjxs2pzx87jz472shn2bgggxa4n")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.4.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.2 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cw9f8vmra6vx6k11yhn297brz719ana3h5pznclfdfp54ggz8vv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" +; ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.4.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bz7q3v4m2rq5z47q81bvb4lw6ss2r1x3phgr43a6nls9x5kcpp1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.5.0 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "123p5by5craqigydfqj0hchplcv75zz81xzj5s3ixq624qjbg0z5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-cilium-ebpf-0.4.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.1.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.3 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-containerd-cgroups-1.0.1 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.4.9 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ykikks6ihgg899ibk9m9m0hqrbss0cx7l7z4yjb873b10bacj52")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898 +; (package +; (name "go-bazil-org-fuse") +; (version "0.0.0-20160811212531-371fbbdaa898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bazil/fuse") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "bazil.org/fuse")) +; (home-page "https://bazil.org/fuse") +; (synopsis "bazil.org/fuse -- Filesystems in Go") +; (description +; "Package fuse enables writing FUSE file systems on Linux and FreeBSD. +;") +; (license #f))) +; +;(define-public go-github-com-dustin-go-humanize-1.0.0 +; (package +; (name "go-github-com-dustin-go-humanize") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dustin/go-humanize") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dustin/go-humanize")) +; (home-page "https://github.com/dustin/go-humanize") +; (synopsis "Humane Units") +; (description +; "Package humanize converts boring ugly numbers to human-friendly strings and back. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-protobuf-1.3.5 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-inconshreveable-mousetrap-1.0.0 +; (package +; (name "go-github-com-inconshreveable-mousetrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/inconshreveable/mousetrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) +; (home-page "https://github.com/inconshreveable/mousetrap") +; (synopsis "mousetrap") +; (description "mousetrap is a tiny library that answers a single question.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mitchellh-go-homedir-1.1.0 +; (package +; (name "go-github-com-mitchellh-go-homedir") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/go-homedir") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/go-homedir")) +; (home-page "https://github.com/mitchellh/go-homedir") +; (synopsis "go-homedir") +; (description +; "This is a Go library for detecting the user's home directory without +;the use of cgo, so the library can be used in cross-compilation environments.") +; (license license:expat))) +; +;(define-public go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6 +; (package +; (name "go-github-com-armon-consul-api") +; (version "0.0.0-20180202201655-eb2c6b5be1b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/consul-api") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/consul-api")) +; (home-page "https://github.com/armon/consul-api") +; (synopsis "consul-api") +; (description +; " Please use @url{https://github.com/hashicorp/consul/tree/master/api,consul api package} instead. +;Godocs for that package @url{http://godoc.org/github.com/hashicorp/consul/api,are here}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-coreos-bbolt-1.3.2 +; (package +; (name "go-github-com-coreos-bbolt") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/bbolt")) +; (home-page "https://github.com/coreos/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-etcd-3.3.10+incompatible +; (package +; (name "go-github-com-coreos-etcd") +; (version "3.3.10+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/etcd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/etcd")) +; (home-page "https://github.com/coreos/etcd") +; (synopsis "etcd") +; (description +; "Package main is a simple wrapper of the real etcd entrypoint package +;(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still +;\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and +;builds a binary in $GOBIN/etcd +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-semver-0.2.0 +; (package +; (name "go-github-com-coreos-go-semver") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-semver")) +; (home-page "https://github.com/coreos/go-semver") +; (synopsis "go-semver - Semantic Versioning Library") +; (description +; "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse +;and compare two semantic version strings.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20190321100706-95778dfbb74e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f +; (package +; (name "go-github-com-coreos-pkg") +; (version "0.0.0-20180928190104-399ea9e2e55f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/pkg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/pkg")) +; (home-page "https://github.com/coreos/pkg") +; (synopsis #f) +; (description "a collection of go utility packages") +; (license license:asl2.0))) +; +;(define-public go-github-com-dgrijalva-jwt-go-3.2.0+incompatible +; (package +; (name "go-github-com-dgrijalva-jwt-go") +; (version "3.2.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgrijalva/jwt-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) +; (home-page "https://github.com/dgrijalva/jwt-go") +; (synopsis "jwt-go") +; (description +; "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} +;") +; (license license:expat))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.7 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180221164845-07fd8470d635") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "193g0a1zxb9ikph7r2klc6rdqxqzfmmr8d5bcibyhsm2l63s17mx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.1.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635" +; ,go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.2.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-errcheck-1.1.0" +; ,go-github-com-kisielk-errcheck-1.1.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190129154638-5b532d6fd5ef") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ls2i4ixyd4r2556j7c5jmlligjb35gfvxknrdn2abjmcahgqd6h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-1.0.0 +; (package +; (name "go-github-com-google-btree") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-websocket-1.4.0 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-middleware") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (synopsis "Go gRPC Middleware") +; (description +; "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-prometheus") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-prometheus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-prometheus")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-prometheus") +; (synopsis "Go gRPC Interceptors for Prometheus monitoring") +; (description +; "@url{https://prometheus.io/,Prometheus} monitoring for your @url{https://github.com/grpc/grpc-go,gRPC Go} servers and clients.") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pretty-0.1.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af +; (package +; (name "go-github-com-rogpeppe-fastuuid") +; (version "0.0.0-20150106093220-6724a57986af") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/fastuuid") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) +; (home-page "https://github.com/rogpeppe/fastuuid") +; (synopsis "fastuuid") +; (description +; "Package fastuuid provides fast UUID generation of 192 bit +;universally unique identifiers. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20180628173108-788fd7840127") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181220203305-927f97764cc3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-resty-v1-1.12.0 +; (package +; (name "go-gopkg-in-resty-v1") +; (version "1.12.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/resty.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/resty.v1" #:unpack-path "gopkg.in/resty.v1")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3))) +; (home-page "https://gopkg.in/resty.v1") +; (synopsis "News") +; (description +; "Package resty provides Simple HTTP and REST client library for Go. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.0.0-20170812160011-eb3733d160e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.0 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" +; ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) +; ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) +; ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" +; ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-hcl-1.0.0 +; (package +; (name "go-github-com-hashicorp-hcl") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/hcl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/hcl")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/hashicorp/hcl") +; (synopsis "HCL") +; (description "Package hcl decodes HCL into usable Go structures. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-jonboulle-clockwork-0.1.0 +; (package +; (name "go-github-com-jonboulle-clockwork") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jonboulle/clockwork") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jonboulle/clockwork")) +; (home-page "https://github.com/jonboulle/clockwork") +; (synopsis "clockwork") +; (description +; "Replace uses of the @code{time} package with the @code{clockwork.Clock} interface instead.") +; (license license:asl2.0))) +; +;(define-public go-github-com-magiconair-properties-1.8.0 +; (package +; (name "go-github-com-magiconair-properties") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/magiconair/properties") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/magiconair/properties")) +; (home-page "https://github.com/magiconair/properties") +; (synopsis "Overview") +; (description +; "Package properties provides functions for reading and writing +;ISO-8859-1 and UTF-8 encoded .properties files and has +;support for recursive property expansion. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.1.2 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pelletier-go-toml-1.2.0 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-beorn7-perks-1.0.0 +; (package +; (name "go-github-com-beorn7-perks") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.4.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (propagated-inputs +; `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190129233127-fd36f4220a90") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-julienschmidt-httprouter-1.2.0 +; (package +; (name "go-github-com-julienschmidt-httprouter") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/julienschmidt/httprouter") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/julienschmidt/httprouter")) +; (home-page "https://github.com/julienschmidt/httprouter") +; (synopsis "HttpRouter") +; (description +; "Package httprouter is a trie based high performance HTTP request router. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223 +; (package +; (name "go-github-com-mwitkow-go-conntrack") +; (version "0.0.0-20161129095857-cc309e4a2223") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mwitkow/go-conntrack") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mwitkow/go-conntrack")) +; (home-page "https://github.com/mwitkow/go-conntrack") +; (synopsis "Go tracing and monitoring (Prometheus) for") +; (description +; "@url{https://prometheus.io/,Prometheus} monitoring and @url{https://godoc.org/golang.org/x/net/trace#EventLog,(code x/net/trace)} tracing wrappers @code{net.Conn}, both inbound (@code{net.Listener}) and outbound (@code{net.Dialer}).") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20180904163835-0709b304e793") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180905080454-ebe1bf3edb33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.2.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" +; ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181114220301-adae6a3d119a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fx860zsgzqk28j7lmp96qsfrgb0kzbfjvr294hywswcbwdwkb01")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181116152217-5ac8a444bdc5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00zdrighflwc4iyizsag184nvl1cbkk02v73kpl5miprdrvzqlr4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.1 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.4.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" +; ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20190507164030-5867b95ac084") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc +; (package +; (name "go-github-com-alecthomas-template") +; (version "0.0.0-20160405071501-a0175ee3bccc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/template") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/template")) +; (home-page "https://github.com/alecthomas/template") +; (synopsis "Go's") +; (description +; "Package template implements data-driven templates for generating textual output. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf +; (package +; (name "go-github-com-alecthomas-units") +; (version "0.0.0-20151022065526-2efee857e7cf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/units") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/units")) +; (home-page "https://github.com/alecthomas/units") +; (synopsis "Units - Helpful unit multipliers and functions for Go") +; (description +; "Package units provides helpful unit multipliers and functions for Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973 +; (package +; (name "go-github-com-beorn7-perks") +; (version "0.0.0-20180321164747-3a771d992973") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954 +; (package +; (name "go-github-com-dgryski-go-sip13") +; (version "0.0.0-20181026042036-e10d5fee7954") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgryski/go-sip13") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgryski/go-sip13")) +; (home-page "https://github.com/dgryski/go-sip13") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-go-kit-kit-0.8.0 +; (package +; (name "go-github-com-go-kit-kit") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-kit/kit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-kit/kit")) +; (home-page "https://github.com/go-kit/kit") +; (synopsis "Go kit") +; (description +; "@strong{Go kit} is a @strong{programming toolkit} for building microservices +;(or elegant monoliths) in Go. We solve common problems in distributed +;systems and application architecture so you can focus on delivering +;business value.") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.3.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-stack-stack-1.8.0 +; (package +; (name "go-github-com-go-stack-stack") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-stack/stack") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-stack/stack")) +; (home-page "https://github.com/go-stack/stack") +; (synopsis "stack") +; (description +; "Package stack implements utilities to capture, manipulate, and format call +;stacks. It provides a simpler API than package runtime. +;") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.1.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 +; (package +; (name "go-github-com-kr-logfmt") +; (version "0.0.0-20140226030751-b84e30acd515") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/logfmt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/logfmt")) +; (home-page "https://github.com/kr/logfmt") +; (synopsis #f) +; (description +; "Package implements the decoding of logfmt key-value pairs. +;") +; (license license:expat))) +; +;(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.1 +; (package +; (name "go-github-com-matttproud-golang-protobuf-extensions") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/matttproud/golang_protobuf_extensions") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) +; (home-page "https://github.com/matttproud/golang_protobuf_extensions") +; (synopsis "Overview") +; (description +; "This repository provides various Protocol Buffer extensions for the Go +;language (golang), namely support for record length-delimited message +;streaming.") +; (license license:asl2.0))) +; +;(define-public go-github-com-oklog-ulid-1.3.1 +; (package +; (name "go-github-com-oklog-ulid") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/oklog/ulid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/oklog/ulid")) +; (home-page "https://github.com/oklog/ulid") +; (synopsis "Universally Unique Lexicographically Sortable Identifier") +; (description +; "This package provides a Go port of @url{https://github.com/alizain/ulid,alizain/ulid} with binary format implemented.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pkg-errors-0.8.0 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-prometheus-client-golang-0.9.1 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20180712105110-5c3871d89910") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce +; (package +; (name "go-github-com-prometheus-common") +; (version "0.0.0-20181113130724-41aa239b4cce") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spy10lwanqa5ynks9cagphkq74zz4b3jm4w59vvizdcw4fhd7s6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20181005140218-185b4288413d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d85429kdw5dgj5zhyiz1sq3i5691vj2gjnda93nnxxzx9acg8cv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181107165924-66b7b1311ac8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00ny4r2bbj6rz939iy9g699acqydq7rfi6r6awn25w9i2dld9m13")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-alecthomas-kingpin-v2-2.2.6 +; (package +; (name "go-gopkg-in-alecthomas-kingpin-v2") +; (version "2.2.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/alecthomas/kingpin.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/alecthomas/kingpin.v2" +; #:unpack-path +; "gopkg.in/alecthomas/kingpin.v2")) +; (home-page "https://gopkg.in/alecthomas/kingpin.v2") +; (synopsis "Kingpin - A Go (golang) command line and flag parser") +; (description +; "Package kingpin provides command line interfaces like this: +;") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-tsdb-0.7.1 +; (package +; (name "go-github-com-prometheus-tsdb") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus-junkyard/tsdb") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/tsdb")) +; (propagated-inputs +; `(("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce" +; ,go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-oklog-ulid-1.3.1" ,go-github-com-oklog-ulid-1.3.1) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954" +; ,go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-cespare-xxhash-1.1.0" +; ,go-github-com-cespare-xxhash-1.1.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/tsdb") +; (synopsis "TSDB") +; (description +; "Package tsdb implements a time series storage for float64 sample data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-0.9.3 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-github-com-prometheus-tsdb-0.7.1" +; ,go-github-com-prometheus-tsdb-0.7.1) +; ("go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084" +; ,go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084) +; ("go-github-com-prometheus-common-0.4.0" +; ,go-github-com-prometheus-common-0.4.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-beorn7-perks-1.0.0" +; ,go-github-com-beorn7-perks-1.0.0))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-soheilhy-cmux-0.1.4 +; (package +; (name "go-github-com-soheilhy-cmux") +; (version "0.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/soheilhy/cmux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/soheilhy/cmux")) +; (home-page "https://github.com/soheilhy/cmux") +; (synopsis "cmux: Connection Mux") +; (description +; "Package cmux is a library to multiplex network connections based on +;their payload. Using cmux, you can serve different protocols from the +;same listener. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-afero-1.1.2 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cast-1.3.0 +; (package +; (name "go-github-com-spf13-cast") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cast") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cast")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/cast") +; (synopsis "cast") +; (description "Package cast provides easy and safe casting in Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-jwalterweatherman-1.0.0 +; (package +; (name "go-github-com-spf13-jwalterweatherman") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/jwalterweatherman") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) +; (home-page "https://github.com/spf13/jwalterweatherman") +; (synopsis "jWalterWeatherman") +; (description +; "Seamless printing to the terminal (stdout) and logging to a io.Writer +;(file) thatâ\x80\x99s as easy to use as fmt.Println.") +; (license license:expat))) +; +;(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5 +; (package +; (name "go-github-com-tmc-grpc-websocket-proxy") +; (version "0.0.0-20190109142713-0ad062ec5ee5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tmc/grpc-websocket-proxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) +; (home-page "https://github.com/tmc/grpc-websocket-proxy") +; (synopsis "grpc-websocket-proxy") +; (description +; "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") +; (license license:expat))) +; +;(define-public go-github-com-ugorji-go-1.1.4 +; (package +; (name "go-github-com-ugorji-go") +; (version "1.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ugorji/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ugorji/go")) +; (home-page "https://github.com/ugorji/go") +; (synopsis "go-codec") +; (description +; "This repository contains the @code{go-codec} library, the @code{codecgen} tool and +;benchmarks for comparing against other libraries.") +; (license license:expat))) +; +;(define-public go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2 +; (package +; (name "go-github-com-xiang90-probing") +; (version "0.0.0-20190116061207-43a291ad63a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xiang90/probing") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xiang90/probing")) +; (home-page "https://github.com/xiang90/probing") +; (synopsis "Getting Started") +; (description "We first need to serve the probing HTTP handler.") +; (license license:expat))) +; +;(define-public go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77 +; (package +; (name "go-github-com-xordataexchange-crypt") +; (version "0.0.3-0.20170626215501-b2862e3d0a77") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xordataexchange/crypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xordataexchange/crypt")) +; (home-page "https://github.com/xordataexchange/crypt") +; (synopsis "crypt") +; (description +; "You can use crypt as a command line tool or as a configuration library:") +; (license license:expat))) +; +;(define-public go-go-etcd-io-bbolt-1.3.2 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-atomic-1.4.0 +; (package +; (name "go-go-uber-org-atomic") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/atomic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/atomic")) +; (home-page "https://go.uber.org/atomic") +; (synopsis "atomic") +; (description +; "Package atomic provides simple wrappers around numerics to enforce atomic +;access. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-multierr-1.1.0 +; (package +; (name "go-go-uber-org-multierr") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/multierr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/multierr")) +; (home-page "https://go.uber.org/multierr") +; (synopsis "multierr") +; (description +; "Package multierr allows combining one or more errors together. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-zap-1.10.0 +; (package +; (name "go-go-uber-org-zap") +; (version "1.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/zap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/zap")) +; (home-page "https://go.uber.org/zap") +; (synopsis "â\x9a¡ zap") +; (description "Package zap provides fast, structured, leveled logging. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190522155817-f3200d17e092") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mskh7p80dd8j1ffy16917d3cyy7lfh1gb56n4rq9g1bwckz4lwy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4 +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20190308202827-9d24e82272b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.21.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-viper-1.4.0 +; (package +; (name "go-github-com-spf13-viper") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/viper") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/viper")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) +; ("go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4" +; ,go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4) +; ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" +; ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-go-etcd-io-bbolt-1.3.2" ,go-go-etcd-io-bbolt-1.3.2) +; ("go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77" +; ,go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77) +; ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" +; ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) +; ("go-github-com-ugorji-go-1.1.4" ,go-github-com-ugorji-go-1.1.4) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-jwalterweatherman-1.0.0" +; ,go-github-com-spf13-jwalterweatherman-1.0.0) +; ("go-github-com-spf13-cast-1.3.0" ,go-github-com-spf13-cast-1.3.0) +; ("go-github-com-spf13-afero-1.1.2" ,go-github-com-spf13-afero-1.1.2) +; ("go-github-com-soheilhy-cmux-0.1.4" +; ,go-github-com-soheilhy-cmux-0.1.4) +; ("go-github-com-prometheus-client-golang-0.9.3" +; ,go-github-com-prometheus-client-golang-0.9.3) +; ("go-github-com-pelletier-go-toml-1.2.0" +; ,go-github-com-pelletier-go-toml-1.2.0) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-magiconair-properties-1.8.0" +; ,go-github-com-magiconair-properties-1.8.0) +; ("go-github-com-jonboulle-clockwork-0.1.0" +; ,go-github-com-jonboulle-clockwork-0.1.0) +; ("go-github-com-hashicorp-hcl-1.0.0" +; ,go-github-com-hashicorp-hcl-1.0.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.0" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0" +; ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0) +; ("go-github-com-gorilla-websocket-1.4.0" +; ,go-github-com-gorilla-websocket-1.4.0) +; ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) +; ("go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef" +; ,go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7) +; ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" +; ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.2.0" +; ,go-github-com-coreos-go-semver-0.2.0) +; ("go-github-com-coreos-etcd-3.3.10+incompatible" +; ,go-github-com-coreos-etcd-3.3.10+incompatible) +; ("go-github-com-coreos-bbolt-1.3.2" ,go-github-com-coreos-bbolt-1.3.2) +; ("go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6" +; ,go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6))) +; (home-page "https://github.com/spf13/viper") +; (synopsis "Install") +; (description "Many Go projects are built using Viper including:") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-1.0.0 +; (package +; (name "go-github-com-spf13-cobra") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-spf13-viper-1.4.0" ,go-github-com-spf13-viper-1.4.0) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-mitchellh-go-homedir-1.1.0" +; ,go-github-com-mitchellh-go-homedir-1.1.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.1.0 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h756l1xc31sc4zc1d3hmh64kl9qm5vpbbw0c93hrasn51ki96yz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-spf13-cobra-1.0.0" ,go-github-com-spf13-cobra-1.0.0) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-1.0.0 +; (package +; (name "go-github-com-containerd-fifo") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l6jy9b4mjcj7pbz1n79zmipni1dz60rf5n66vn5p2ggavbq7h1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-1.0.1 +; (package +; (name "go-github-com-containerd-console") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200916030750-2334cc1a136f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lc7d513gwwpr6r7f55743684n1qsgn9vmg6b79x0hsp1x90z4mr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-go-runc-1.0.0 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20181030221726-6c7e314b6563") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m1n6r8v6mrlh0yvlz3qxz4s7jc7nis0zf3dfl1i6hqh5xblkwnw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.2.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563" +; ,go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.3.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.2 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20190522114515-bc1a522cf7b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.1.1 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190422165155-953cdadca894") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200120151820-655fe14d7479") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "133yxmdcny5b0r8775m52sj7zja36riv0x2437k7jccywqi8nx32")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200117163144-32f20d992d24") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kl696jd8fykykjjbngqpgqsngajwbbrvrpl1q0804l6hz8qk858")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.26.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qsb2mcswpp3vd7i9gfvz4a3ypdwk2svhhn09nyywgb1vvw80krv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.0.2 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" +; ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) +; ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-1.0.2 +; (package +; (name "go-github-com-containerd-typeurl") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wvfxlxgkln11d9s6rxay965c715bnpk203klbsq8m8qpjqrz620")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-yuin-goldmark-1.1.27 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.27") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.2.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200226121028-0de0cce0169b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190911185100-cd5d95a43a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200619180055-7c47624df98f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.27" +; ,go-github-com-yuin-goldmark-1.1.27))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.5.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" +; ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-kisielk-gotool-1.0.0 +; (package +; (name "go-github-com-kisielk-gotool") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/gotool") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/gotool")) +; (home-page "https://github.com/kisielk/gotool") +; (synopsis "gotool") +; (description +; "Package gotool contains utility functions used to implement the standard +;\"cmd/go\" tool, provided as a convenience to developers who want to write +;tools with similar semantics. +;") +; (license license:expat))) +; +;(define-public go-github-com-yuin-goldmark-1.2.1 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20190717185122-a985d3407aa7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191119224855-298f0cb1881e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191011141410-1b5146add898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.3.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201021035429-f5854403a974") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201020160332-67f06af15bc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210106214847-113979e3529a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-protobuf-1.3.2 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" +; ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.5.0" +; ,go-github-com-kisielk-errcheck-1.5.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20200929063507-e6143ca7d51d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06yk9kjif5mgi46d0hcgqcikdcplf3yflqbj8h6ljxshp6jzc49w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.2 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190702054246-869f871628b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-testify-1.4.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190502145724-3ef323f4f1fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190227155943-e225da77a7e6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190425155659-357c62f0e4bb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.20.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.3 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210324051608-47abb6519492") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19g0pa8lazad5kcq396ggg9x1d6sx39rw9brz3hklx71gg1jd3ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-spf13-pflag-1.0.3 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190624222133-a101b041ded4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-v3-3.0.3 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09phrrsafgq6hnbw8cawvx44bdpk1p584fys17x1bwn0j0451zzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.22 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.22") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ncpq5sqmygck8q09mqqsgmvx5akwn9izf1k4p8bjya46g3kzk6g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-containerd-1.4.9" +; ,go-github-com-containerd-containerd-1.4.9) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201207232520-09787c993a3a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-stargz-snapshotter-estargz-0.9.0 +; (package +; (name "go-github-com-containerd-stargz-snapshotter-estargz") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/stargz-snapshotter") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01mjy4sks43jznxfsmb0jmb7l6a62pa2jxsyaqchb9pb7v9h43cq")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/containerd/stargz-snapshotter/estargz" +; #:unpack-path +; "github.com/containerd/stargz-snapshotter")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-vbatts-tar-split-0.11.2" +; ,go-github-com-vbatts-tar-split-0.11.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-klauspost-compress-1.13.6" +; ,go-github-com-klauspost-compress-1.13.6))) +; (home-page "https://github.com/containerd/stargz-snapshotter") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-intervals-0.0.2 +; (package +; (name "go-github-com-google-go-intervals") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-intervals") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v9i46g1vdbyinagj94jvaibw4bpgh2l9f9p5268wg6msf761jm9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-intervals")) +; (home-page "https://github.com/google/go-intervals") +; (synopsis "go-intervals") +; (description +; "go-intervals is a library for performing set operations on 1-dimensional +;intervals, such as time ranges.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.2.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08wqig98w23cg2ngjijhgm6s0mdayb95awa3cn3bs69lg20gryac")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-gofuzz-1.0.0 +; (package +; (name "go-github-com-google-gofuzz") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gofuzz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/gofuzz")) +; (home-page "https://github.com/google/gofuzz") +; (synopsis "gofuzz") +; (description +; "Package fuzz is a library for populating go objects with random values. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421 +; (package +; (name "go-github-com-modern-go-concurrent") +; (version "0.0.0-20180228061459-e0a39a4cb421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/concurrent") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hamz1zimsxm9vl0ih19v7sbibglwq2j6473w4j9k7ib80fmxdzr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/concurrent")) +; (home-page "https://github.com/modern-go/concurrent") +; (synopsis "concurrent") +; (description +; "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-reflect2-1.0.2 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05a89f9j4nj8v1bchfkv2sy8piz746ikj831ilbp54g8dqhl8vzr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.12 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c8f0hxm18wivx31bs615x3vxs2j3ba0v6vxchsjhldc8kl311bz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.2" +; ,go-github-com-modern-go-reflect2-1.0.2) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-shellwords-1.0.12 +; (package +; (name "go-github-com-mattn-go-shellwords") +; (version "1.0.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-shellwords") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l0l5s4hlsrm4z6hygig2pp1qirk5ycrzn9z27ay3yvg9k7zafzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-shellwords")) +; (home-page "https://github.com/mattn/go-shellwords") +; (synopsis "go-shellwords") +; (description "Parse line as shell words.") +; (license license:expat))) +; +;(define-public go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible +; (package +; (name "go-github-com-mistifyio-go-zfs") +; (version "2.1.2-0.20190413222219-f784269be439+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mistifyio/go-zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x6ncjaqjm06c615kbwkqbd5wcdg9nmrbl7wm4w185s6kq6l8fpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mistifyio/go-zfs")) +; (home-page "https://github.com/mistifyio/go-zfs") +; (synopsis "Go Wrapper for ZFS") +; (description +; "Package zfs provides wrappers around the ZFS command line tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd +; (package +; (name "go-github-com-modern-go-concurrent") +; (version "0.0.0-20180306012644-bacd9c7ef1dd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/concurrent") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/concurrent")) +; (home-page "https://github.com/modern-go/concurrent") +; (synopsis "concurrent") +; (description +; "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") +; (license license:asl2.0))) +; +;(define-public go-github-com-checkpoint-restore-go-criu-v5-5.0.0 +; (package +; (name "go-github-com-checkpoint-restore-go-criu-v5") +; (version "5.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/checkpoint-restore/go-criu") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07dal5a9y43azkkh61jf6s81h7anbl17drkh2mal9mzcsi8wa2z8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v5")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/checkpoint-restore/go-criu") +; (synopsis "go-criu -- Go bindings for CRIU") +; (description +; "This repository provides Go bindings for @url{https://criu.org/,CRIU}. The code is based on the Go-based PHaul +;implementation from the CRIU repository. For easier inclusion into other Go projects the +;CRIU Go bindings have been moved to this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.2.1 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-frankban-quicktest-1.11.3 +; (package +; (name "go-github-com-frankban-quicktest") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/frankban/quicktest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/frankban/quicktest")) +; (propagated-inputs +; `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/frankban/quicktest") +; (synopsis "quicktest") +; (description +; "Package quicktest provides a collection of Go helpers for writing tests. +;") +; (license license:expat))) +; +;(define-public go-github-com-google-go-cmp-0.5.4 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.6.2 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.6.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x64sg0kyc8bbsp75dpv8g2jfmpdldsshf9ni49jh6rgsnnqhpf8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210124154548-22da62e12c0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-console-1.0.2 +; (package +; (name "go-github-com-containerd-console") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.3.2 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ndi86b8va84ha93njqgafypz4di7yxfd5r5kf1r0s3y3ghcjajq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.4" +; ,go-github-com-godbus-dbus-v5-5.0.4))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 +; (package +; (name "go-github-com-cyphar-filepath-securejoin") +; (version "0.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cyphar/filepath-securejoin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) +; (home-page "https://github.com/cyphar/filepath-securejoin") +; (synopsis #f) +; (description +; "Package securejoin is an implementation of the hopefully-soon-to-be-included +;SecureJoin helper that is meant to be part of the \"path/filepath\" package. +;The purpose of this project is to provide a PoC implementation to make the +;SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more +;tangible. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-docker-go-units-0.4.0 +; (package +; (name "go-github-com-docker-go-units") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-units") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-units")) +; (home-page "https://github.com/docker/go-units") +; (synopsis "Introduction") +; (description +; "Package units provides helper function to parse and print size and time units +;in human-readable format. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.4 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mrunalp-fileutils-0.5.0 +; (package +; (name "go-github-com-mrunalp-fileutils") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mrunalp/fileutils") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zrs959gf4zgi6ijwkdn4dcqk0svfblpaikkqy63q30rqz4swm0x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mrunalp/fileutils")) +; (home-page "https://github.com/mrunalp/fileutils") +; (synopsis "fileutils") +; (description "Collection of utilities for file manipulation in golang") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.2 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dl1h8nzpyhsfki1dcjphm5h4n52qwilahyl6qlnwgzcc76pwizq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 +; (package +; (name "go-github-com-seccomp-libseccomp-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/seccomp/libseccomp-golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) +; (home-page "https://github.com/seccomp/libseccomp-golang") +; (synopsis #f) +; (description +; "Package seccomp provides bindings for libseccomp, a library wrapping the Linux +;seccomp syscall. Seccomp enables an application to restrict system call use +;for itself and its children. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-urfave-cli-1.22.1 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04ymak18flqlfcn8lycmg8r3931al8dvr8f1cg9n4yjaskmg72v8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20191106174202-0a2b9b5464df") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1zb7pzc4r4wicq7ncspf6zsvq298lvpsq963ibj813shg657xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190606203320-7fc4e5ec1444") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18rv3m1kksv3758aqiaac2l6j334g0bapic6ibsj999agcn7y9fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.0 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444" +; ,go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444) +; ("go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df" +; ,go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201224014010-6772e930b67b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zlr39dxbg0fxfdrc20c4x0pw43n9kz749ssml97cdzqy116p5qa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210426230700-d19ff857e887") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12m35a34dfm99agcv2ln9zvvyczigaxfwqbzqirvwn1lw4784whn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runc-1.0.2 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpckghjah0rczciw1a1ab8z718lb2d3k4mjm4zb45lpm3njmrcp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" +; ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-github-com-vishvananda-netlink-1.1.0" +; ,go-github-com-vishvananda-netlink-1.1.0) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.2" +; ,go-github-com-opencontainers-selinux-1.8.2) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-mrunalp-fileutils-0.5.0" +; ,go-github-com-mrunalp-fileutils-0.5.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-godbus-dbus-v5-5.0.4" +; ,go-github-com-godbus-dbus-v5-5.0.4) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-coreos-go-systemd-v22-22.3.2" +; ,go-github-com-coreos-go-systemd-v22-22.3.2) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-cilium-ebpf-0.6.2" ,go-github-com-cilium-ebpf-0.6.2) +; ("go-github-com-checkpoint-restore-go-criu-v5-5.0.0" +; ,go-github-com-checkpoint-restore-go-criu-v5-5.0.0) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20210326190908-1c3f411f0417") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-bits-and-blooms-bitset-1.2.0 +; (package +; (name "go-github-com-bits-and-blooms-bitset") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r9f7lvz6znl7yr6njg77m8hj472yhdshf1qaybwyw7j8as6c4r3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bits-and-blooms/bitset")) +; (home-page "https://github.com/bits-and-blooms/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.5 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07p8an2y6ycagjigs7dgf7546p0zfgyl739bbv062jk2r2zwxr03")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20200815063812-42c35b437635") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00zi0k190ydlm9drnafvj9p4cf6axm858wr71pbmq1p3r94iqws4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-tchap-go-patricia-2.3.0+incompatible +; (package +; (name "go-github-com-tchap-go-patricia") +; (version "2.3.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tchap/go-patricia") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12s2q1g98iy96d2cz10ip5jmaf0aqf59sxhm2h1whc7f8h5w0knc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tchap/go-patricia")) +; (home-page "https://github.com/tchap/go-patricia") +; (synopsis "go-patricia") +; (description +; "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} +;@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210820121016-41cdb8703e55 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210820121016-41cdb8703e55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01ampyy748h8qkrz1w1xhzwfdj3svzcn38dfla8zczrwqv9wf77a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20190902080502-41f04d3bba15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gotest-tools-2.2.0+incompatible +; (package +; (name "go-gotest-tools") +; (version "2.2.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "gotest.tools")) +; (home-page "https://gotest.tools") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-storage-1.37.0 +; (package +; (name "go-github-com-containers-storage") +; (version "1.37.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/storage") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4bxaisaw9fd364b7kr41xv5i2s863f1kz2aa4krzp5q25j118f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/storage")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-golang-org-x-sys-0.0.0-20210820121016-41cdb8703e55" +; ,go-golang-org-x-sys-0.0.0-20210820121016-41cdb8703e55) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-github-com-vbatts-tar-split-0.11.2" +; ,go-github-com-vbatts-tar-split-0.11.2) +; ("go-github-com-ulikunitz-xz-0.5.10" +; ,go-github-com-ulikunitz-xz-0.5.10) +; ("go-github-com-tchap-go-patricia-2.3.0+incompatible" +; ,go-github-com-tchap-go-patricia-2.3.0+incompatible) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.5" +; ,go-github-com-opencontainers-selinux-1.8.5) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-opencontainers-runc-1.0.2" +; ,go-github-com-opencontainers-runc-1.0.2) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-mattn-go-shellwords-1.0.12" +; ,go-github-com-mattn-go-shellwords-1.0.12) +; ("go-github-com-klauspost-pgzip-1.2.5" +; ,go-github-com-klauspost-pgzip-1.2.5) +; ("go-github-com-klauspost-compress-1.13.6" +; ,go-github-com-klauspost-compress-1.13.6) +; ("go-github-com-json-iterator-go-1.1.12" +; ,go-github-com-json-iterator-go-1.1.12) +; ("go-github-com-hashicorp-go-multierror-1.1.1" +; ,go-github-com-hashicorp-go-multierror-1.1.1) +; ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) +; ("go-github-com-google-go-intervals-0.0.2" +; ,go-github-com-google-go-intervals-0.0.2) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-containerd-stargz-snapshotter-estargz-0.9.0" +; ,go-github-com-containerd-stargz-snapshotter-estargz-0.9.0) +; ("go-github-com-microsoft-hcsshim-0.8.22" +; ,go-github-com-microsoft-hcsshim-0.8.22) +; ("go-github-com-microsoft-go-winio-0.5.0" +; ,go-github-com-microsoft-go-winio-0.5.0) +; ("go-github-com-burntsushi-toml-0.4.1" +; ,go-github-com-burntsushi-toml-0.4.1))) +; (home-page "https://github.com/containers/storage") +; (synopsis #f) +; (description +; "@code{storage} is a Go library which aims to provide methods for storing filesystem +;layers, container images, and containers. A @code{containers-storage} CLI wrapper +;is also included for manual and scripting use.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-distribution-2.7.1+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-docker-20.10.11+incompatible +; (package +; (name "go-github-com-docker-docker") +; (version "20.10.11+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/moby") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1r66j57l073iba6hwrhcz779vaym68l1gfycdiw2d2gglfrdgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/docker")) +; (home-page "https://github.com/docker/docker") +; (synopsis "The Moby Project") +; (description +; "Moby is an open-source project created by Docker to enable and accelerate software containerization.") +; (license license:asl2.0))) +; +;(define-public go-github-com-danieljoos-wincred-1.1.0 +; (package +; (name "go-github-com-danieljoos-wincred") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/danieljoos/wincred") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fllr8lwk70qb8gfndkgshfq5c7p8zdpp47bcd3816giv5w78vxi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/danieljoos/wincred")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1))) +; (home-page "https://github.com/danieljoos/wincred") +; (synopsis "wincred") +; (description +; "Package wincred provides primitives for accessing the Windows Credentials Management API. +;This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210119212857-b64e53b001e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-docker-docker-credential-helpers-0.6.4 +; (package +; (name "go-github-com-docker-docker-credential-helpers") +; (version "0.6.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/docker-credential-helpers") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xsz8zgil2xrv835p3i6qbk7s81jz62sgasfvmmxi6lrkirahmh6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/docker-credential-helpers")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" +; ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) +; ("go-github-com-danieljoos-wincred-1.1.0" +; ,go-github-com-danieljoos-wincred-1.1.0))) +; (home-page "https://github.com/docker/docker-credential-helpers") +; (synopsis "Introduction") +; (description +; "docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.") +; (license license:expat))) +; +;(define-public go-github-com-docker-go-connections-0.4.0 +; (package +; (name "go-github-com-docker-go-connections") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-connections") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mv6f6b5nljc17dmwmc28hc0y11pqglz7x0d2mjrwdmfxf64hwqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-connections")) +; (home-page "https://github.com/docker/go-connections") +; (synopsis "Introduction") +; (description +; "Package connections provides libraries to work with network connections. +;This library is divided in several components for specific usage. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7 +; (package +; (name "go-github-com-docker-libtrust") +; (version "0.0.0-20160708172513-aabc10ec26b7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/libtrust") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/libtrust")) +; (home-page "https://github.com/docker/libtrust") +; (synopsis "libtrust") +; (description +; "Package libtrust provides an interface for managing authentication and +;authorization using public key cryptography. Authentication is handled +;using the identity attached to the public key and verified through TLS +;x509 certificates, a key challenge, or signature. Authorization and +;access control is managed through a trust graph distributed between +;both remote trust servers and locally cached and managed data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20210331224755-41bb18bfe9da +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20210331224755-41bb18bfe9da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07amgr8ji4mnq91qbsw2jlcmw6hqiwdf4kzfdrj8c4b05w4knszc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.3.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0imkw52m7fzrwsdj2rfrk3zbplqfbwncyv6hv89xw0vdw3jpk122")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-gorilla-mux-1.7.4 +; (package +; (name "go-github-com-gorilla-mux") +; (version "1.7.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/mux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0sy1paa055ic84sp3766s9pa24q008hf77dc842vrgvn8p3wmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/mux")) +; (home-page "https://github.com/gorilla/mux") +; (synopsis "gorilla/mux") +; (description "Package mux implements a request router and dispatcher. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-errwrap-1.0.0 +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.1.1 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4s41skdpifndn9s8y6s9vzgghdzg4z8z0lld9qjr28888wzp00")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.3.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.12 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15s6807vcm7xq4l6my7rnw1i7x57712jvdidjli5bip79jfaxw90")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-klauspost-compress-1.13.6 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.13.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bgqhv2pp56b8f5mfzpfjlm4cb262gjbqbp3235blhj9xf2wrynj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-klauspost-pgzip-1.2.5 +; (package +; (name "go-github-com-klauspost-pgzip") +; (version "1.2.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/pgzip") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m66jcsz27076qvi5qzagzlbyd1sdzh6kbf1njj0sswx86026rx3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/pgzip")) +; (home-page "https://github.com/klauspost/pgzip") +; (synopsis "pgzip") +; (description +; "Package pgzip implements reading and writing of gzip format compressed files, +;as specified in @url{https://rfc-editor.org/rfc/rfc1952.html,RFC 1952}. +;") +; (license license:expat))) +; +;(define-public go-github-com-chzyer-logex-1.1.10 +; (package +; (name "go-github-com-chzyer-logex") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/logex") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/logex")) +; (home-page "https://github.com/chzyer/logex") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e +; (package +; (name "go-github-com-chzyer-readline") +; (version "0.0.0-20180603132655-2972be24d48e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/readline") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/readline")) +; (home-page "https://github.com/chzyer/readline") +; (synopsis "Guide") +; (description +; "Readline is a pure go implementation for GNU-Readline kind library. +;") +; (license license:expat))) +; +;(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 +; (package +; (name "go-github-com-chzyer-test") +; (version "0.0.0-20180213035817-a1ea475d72b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/test") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/test")) +; (home-page "https://github.com/chzyer/test") +; (synopsis "test") +; (description #f) +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181122145206-62eef0e2fa9b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181122145206-62eef0e2fa9b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mslbflrh422mcfg2hs2q1xwm3xwd5prn597w7xqhi3s41mx1vs4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-manifoldco-promptui-0.9.0 +; (package +; (name "go-github-com-manifoldco-promptui") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/manifoldco/promptui") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nnlj1ahwq4ar5gbvxg8dqjl1wl5r8mhcm0bixg1c4wiihz8xv8m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/manifoldco/promptui")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181122145206-62eef0e2fa9b" +; ,go-golang-org-x-sys-0.0.0-20181122145206-62eef0e2fa9b) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/manifoldco/promptui") +; (synopsis "promptui") +; (description +; "Package promptui is a library providing a simple interface to create command-line prompts for go. +;It can be easily integrated into spf13/cobra, urfave/cli or any cli go application. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-morikuni-aec-1.0.0 +; (package +; (name "go-github-com-morikuni-aec") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/morikuni/aec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qaqh0lk9wrqgff0yrxnbznvmwyhdxy3g9b2hjpazp5bw4nj0dp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/morikuni/aec")) +; (home-page "https://github.com/morikuni/aec") +; (synopsis "aec") +; (description "Go wrapper for ANSI escape code.") +; (license license:expat))) +; +;(define-public go-github-com-mtrmac-gpgme-0.1.2 +; (package +; (name "go-github-com-mtrmac-gpgme") +; (version "0.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mtrmac/gpgme") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00jgfyg93247bc5n3wk679rgnbbq8kr2qr6ymimwfc0bwi8yqz53")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mtrmac/gpgme")) +; (home-page "https://github.com/mtrmac/gpgme") +; (synopsis "GPGME (golang)") +; (description "Package gpgme provides a Go wrapper for the GPGME library +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.2-0.20210819154149-5ad6f50d6283 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.2-0.20210819154149-5ad6f50d6283") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p91nlpr9g5hv7b4mxncwa4gmhaxiw31fl6xn2fxd38zw1912hjx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191115151921-52ab43148777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.9.1 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gfa7rmx3240da3smgyx5p4495zaw9l6cj0q69ly12m0iqb6889s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-ostreedev-ostree-go-0.0.0-20190702140239-759a8c1ac913 +; (package +; (name "go-github-com-ostreedev-ostree-go") +; (version "0.0.0-20190702140239-759a8c1ac913") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ostreedev/ostree-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "025s1621vs0rcvar8i8lfam7556f4562zdg19wp2j7hfx14vc46s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ostreedev/ostree-go")) +; (home-page "https://github.com/ostreedev/ostree-go") +; (synopsis "OSTree-Go") +; (description +; "Go bindings for OSTree. Find out more about OSTree @url{https://github.com/ostreedev/ostree,here}") +; (license license:isc))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-sirupsen-logrus-1.8.1 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-ulikunitz-xz-0.5.10 +; (package +; (name "go-github-com-ulikunitz-xz") +; (version "0.5.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ulikunitz/xz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07vynk0sh8i8g7x9p9x04dj8wylvxaf8ypbi43yvcv7j6zd63c72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ulikunitz/xz")) +; (home-page "https://github.com/ulikunitz/xz") +; (synopsis "Package xz") +; (description +; "Package xz supports the compression and decompression of xz files. It +;supports version 1.0.4 of the specification without the non-LZMA2 +;filters. See @url{http://tukaani.org/xz/xz-file-format-1.0.4.txt,http://tukaani.org/xz/xz-file-format-1.0.4.txt} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191026070338-33540a1f6037") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.7.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0-20190314233015-f79a8a8ca69d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-urfave-cli-1.22.4 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s7frsmiih4wh8vpx9z3ck4667c6vpjrmba7b9ymnv1p9khyg8wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-vbatts-tar-split-0.11.2 +; (package +; (name "go-github-com-vbatts-tar-split") +; (version "0.11.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vbatts/tar-split") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zmqnlif7r9n9kffw8k3m820ybvyy4zp7m2xfg8rrb321m869dcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vbatts/tar-split")) +; (propagated-inputs +; `(("go-github-com-urfave-cli-1.22.4" ,go-github-com-urfave-cli-1.22.4) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0))) +; (home-page "https://github.com/vbatts/tar-split") +; (synopsis "tar-split") +; (description +; "Pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vividcortex-ewma-1.2.0 +; (package +; (name "go-github-com-vividcortex-ewma") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/VividCortex/ewma") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/VividCortex/ewma")) +; (home-page "https://github.com/VividCortex/ewma") +; (synopsis "EWMA") +; (description +; "Package ewma implements exponentially weighted moving averages. +;") +; (license license:expat))) +; +;(define-public go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d +; (package +; (name "go-github-com-acarl005-stripansi") +; (version "0.0.0-20180116102854-5a71ef0e047d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/acarl005/stripansi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02sxiishdixm791jqbkmhdcvc712l0fb8rqmibxzgc61h0qs6rs3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/acarl005/stripansi")) +; (home-page "https://github.com/acarl005/stripansi") +; (synopsis "Strip ANSI") +; (description "This Go package removes ANSI escape codes from strings.") +; (license license:expat))) +; +;(define-public go-github-com-rivo-uniseg-0.2.0 +; (package +; (name "go-github-com-rivo-uniseg") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rivo/uniseg") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j7h22vfmjj562vr8gpsyrkrwp1pq9ayh5fylv24skxb467g9f0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rivo/uniseg")) +; (home-page "https://github.com/rivo/uniseg") +; (synopsis "Unicode Text Segmentation for Go") +; (description +; "Package uniseg implements Unicode Text Segmentation according to Unicode +;Standard Annex #29 (@url{http://unicode.org/reports/tr29/,http://unicode.org/reports/tr29/}). +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-runewidth-0.0.13 +; (package +; (name "go-github-com-mattn-go-runewidth") +; (version "0.0.13") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-runewidth") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yir0f3wc5z5hnkwhvx5qb6nmpfb05zp2gvfjvna63s8kmla1rrn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-runewidth")) +; (propagated-inputs +; `(("go-github-com-rivo-uniseg-0.2.0" ,go-github-com-rivo-uniseg-0.2.0))) +; (home-page "https://github.com/mattn/go-runewidth") +; (synopsis "go-runewidth") +; (description +; "This package provides functions to get fixed width of the character or string.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210910150752-751e447fb3d0 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210910150752-751e447fb3d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1sis5gp14r60lyx4hjkylf6rhmlybivcmrlw5qcbjgjwbbkvi0qk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vbauerster-mpb-v7-7.1.5 +; (package +; (name "go-github-com-vbauerster-mpb-v7") +; (version "7.1.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vbauerster/mpb") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g2gqy41a15713r90j0j6n9zrs82aczrh33ffmm7jhz6r4nlrq07")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vbauerster/mpb/v7")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210910150752-751e447fb3d0" +; ,go-golang-org-x-sys-0.0.0-20210910150752-751e447fb3d0) +; ("go-github-com-mattn-go-runewidth-0.0.13" +; ,go-github-com-mattn-go-runewidth-0.0.13) +; ("go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d" +; ,go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d) +; ("go-github-com-vividcortex-ewma-1.2.0" +; ,go-github-com-vividcortex-ewma-1.2.0))) +; (home-page "https://github.com/vbauerster/mpb") +; (synopsis "Multi Progress Bar") +; (description +; "Package mpb is a library for rendering progress bars in terminal applications. +;") +; (license license:unlicense))) +; +;(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20190809123943-df4f5c81cb3b +; (package +; (name "go-github-com-xeipuuv-gojsonpointer") +; (version "0.0.0-20190809123943-df4f5c81cb3b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonpointer") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dfwc66z5gq75m3z7va80c10c22ijiq99bahq86l26ki71g286xn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) +; (home-page "https://github.com/xeipuuv/gojsonpointer") +; (synopsis "gojsonpointer") +; (description "An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f +; (package +; (name "go-github-com-xeipuuv-gojsonpointer") +; (version "0.0.0-20180127040702-4e3ac2762d5f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonpointer") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) +; (home-page "https://github.com/xeipuuv/gojsonpointer") +; (synopsis "gojsonpointer") +; (description "An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 +; (package +; (name "go-github-com-xeipuuv-gojsonreference") +; (version "0.0.0-20180127040603-bd5ef7bd5415") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonreference") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) +; (home-page "https://github.com/xeipuuv/gojsonreference") +; (synopsis "gojsonreference") +; (description "An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonschema-1.2.0 +; (package +; (name "go-github-com-xeipuuv-gojsonschema") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonschema") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mqiq0r8qw4qlfp3ls8073r6514rmzwrmdn4j33rppk3zh942i6l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) +; (propagated-inputs +; `(("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0))) +; (home-page "https://github.com/xeipuuv/gojsonschema") +; (synopsis "gojsonschema") +; (description +; "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200923182605-d9f96fdee20d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200923182605-d9f96fdee20d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lj8nmnpb7ngbd90il65kyh78i6sc325vhmxr6l61qvbh0qdybyh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-bbolt-1.3.6 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pj5245d417za41j6p09fmkbv05797vykr1bi9a6rnwddh1dbs8d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200923182605-d9f96fdee20d" +; ,go-golang-org-x-sys-0.0.0-20200923182605-d9f96fdee20d))) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20200121045136-8c9f03a8e57e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.3 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201110031124-69a78807bb2b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.33.2 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.33.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.23.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-google-go-cmp-0.5.3" +; ,go-github-com-google-go-cmp-0.5.3) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210226172049-e18ecbb05110") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20210322153248-0c34fe9e7dc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210423082822-04245dca01da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11is2c5cpxk0gf2mxza2wpzfcf71fxb9b3in77f6w2q0pr68ykzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.6 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wzhvdb059vrp2cczqw422ajrb9sbs4l3qd020hlngj33qfhxah0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20211005001312-d4b1ae081e3b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20211005001312-d4b1ae081e3b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mid37a5nk85xxym49cxw9k5y9w8j8hiafgmn4igaympm8yy5dc9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da" +; ,go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20210220032951-036812b2e83c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20211004093028-2c5d950f24ef") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ac9v54zgxrya9n2dvbmyafhd0rbmnkfb5zrcp96z8vzd9q8zfz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.7 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xkw0qvfjyifdqd25y7nxdqkdh92inymw3q7841nricc9s01p4jy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mh5fyim42dn821nsd3afnmgscrzzhn3h8rag635d2jnr23r1zhk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210330210617-4fbd30eecc44") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02mmymbm7wb3vdp3z9hm8p0f45708fybyd38qm8qxzwm19zqnp56")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210405180319-a5a99cb37ef4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z90hpmxdw9i8vfhd6vf7hd63c86f1128qfb5f3y4kinvlpjy3rl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44" +; ,go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210510120138-977fb7262007") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d2vnblgzxgvis2kly99gv10kadyl3v0cpv1lskjqg2v5d11r6hd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.5 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-oneofone-xxhash-1.2.2 +; (package +; (name "go-github-com-oneofone-xxhash") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/OneOfOne/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/OneOfOne/xxhash")) +; (home-page "https://github.com/OneOfOne/xxhash") +; (synopsis "xxhash") +; (description +; "This is a native Go implementation of the excellent @url{https://github.com/Cyan4973/xxHash,xxhash}* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.") +; (license license:asl2.0))) +; +;(define-public go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72 +; (package +; (name "go-github-com-spaolacci-murmur3") +; (version "0.0.0-20180118202830-f09979ecbc72") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spaolacci/murmur3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spaolacci/murmur3")) +; (home-page "https://github.com/spaolacci/murmur3") +; (synopsis "murmur3") +; (description +; "Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-cespare-xxhash-1.1.0 +; (package +; (name "go-github-com-cespare-xxhash") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cespare/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cespare/xxhash")) +; (propagated-inputs +; `(("go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72" +; ,go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72) +; ("go-github-com-oneofone-xxhash-1.2.2" +; ,go-github-com-oneofone-xxhash-1.2.2))) +; (home-page "https://github.com/cespare/xxhash") +; (synopsis "xxhash") +; (description +; "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described +;at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. +;") +; (license license:expat))) +; +;(define-public go-github-com-cncf-xds-go-0.0.0-20210312221358-fbca930ec8ed +; (package +; (name "go-github-com-cncf-xds-go") +; (version "0.0.0-20210312221358-fbca930ec8ed") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/xds") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16dlsms2k63570051ch1jb9yphrkqz61wdgs2l6zqaykhg13rjmh")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/xds/go" +; #:unpack-path +; "github.com/cncf/xds")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/xds") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210512163311-63b5d3c536b0 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20210512163311-63b5d3c536b0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zb462sarpyjd4jxgiv9mqlmzz2rbjfh2r9xb7z4nbdkhpg1wh1j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-go-opentelemetry-io-proto-otlp-0.7.0" +; ,go-go-opentelemetry-io-proto-otlp-0.7.0) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-xds-go-0.0.0-20210312221358-fbca930ec8ed" +; ,go-github-com-cncf-xds-go-0.0.0-20210312221358-fbca930ec8ed) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.40.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.40.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n63k9j3grwc8di3k2fkxqbdyzw0pwrcs9vpmwrnga6hdwg9d5hv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210512163311-63b5d3c536b0" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210512163311-63b5d3c536b0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-cespare-xxhash-1.1.0" +; ,go-github-com-cespare-xxhash-1.1.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.26.0-rc.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0-rc.1" +; ,go-google-golang-org-protobuf-1.26.0-rc.1) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.5 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.27.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.27.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0aszb7cv8fq1m8akgd4kjyg5q7g5z9fdqnry6057ygq9r8r2yif2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20211005153810-c76a74d43a8e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20211005153810-c76a74d43a8e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y0dv6kra59adcvlgygw2rw5f70rr8jq18v2pcr2kjlfjmc48dh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.27.1" +; ,go-google-golang-org-protobuf-1.27.1) +; ("go-google-golang-org-grpc-1.40.0" ,go-google-golang-org-grpc-1.40.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007" +; ,go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007) +; ("go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4" +; ,go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4) +; ("go-github-com-golang-protobuf-1.5.2" +; ,go-github-com-golang-protobuf-1.5.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cespare-xxhash-v2-2.1.1 +; (package +; (name "go-github-com-cespare-xxhash-v2") +; (version "2.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cespare/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cespare/xxhash/v2")) +; (home-page "https://github.com/cespare/xxhash") +; (synopsis "xxhash") +; (description +; "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described +;at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. +;") +; (license license:expat))) +; +;(define-public go-github-com-cncf-xds-go-0.0.0-20210805033703-aa0b78936158 +; (package +; (name "go-github-com-cncf-xds-go") +; (version "0.0.0-20210805033703-aa0b78936158") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/xds") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mym5pilywkv77ibw9baipf2ibnl3a06g2wjgjfy4xwwr8sbx6zb")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/xds/go" +; #:unpack-path +; "github.com/cncf/xds")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/xds") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.7.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-antihax-optional-1.0.0 +; (package +; (name "go-github-com-antihax-optional") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/antihax/optional") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ix08vl49qxr58rc6201cl97g1yznhhkwvqldslawind99js4rj0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/antihax/optional")) +; (home-page "https://github.com/antihax/optional") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-ghodss-yaml-1.0.0 +; (package +; (name "go-github-com-ghodss-yaml") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ghodss/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ghodss/yaml")) +; (home-page "https://github.com/ghodss/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "Copyright 2013 The Go Authors. All rights reserved. +;Use of this source code is governed by a BSD-style +;license that can be found in the LICENSE file. +;") +; (license #f))) +; +;(define-public go-github-com-rogpeppe-fastuuid-1.2.0 +; (package +; (name "go-github-com-rogpeppe-fastuuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/fastuuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "028acdg63zkxpjz3l639nlhki2l0canr2v5jglrmwa1wpjqcfff8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) +; (home-page "https://github.com/rogpeppe/fastuuid") +; (synopsis "fastuuid") +; (description +; "Package fastuuid provides fast UUID generation of 192 bit +;universally unique identifiers. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20200804184101-5ec99f83aff1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200513103714-09dca8ec2884 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200513103714-09dca8ec2884") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bfv9n6sxizgxnf82xhwz9x6h7srdizhy5mdy90j0w833dlk6h9h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20191209042840-269d4d468f6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.33.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.33.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hv5p4d6m85gbk730l1ki3mdx2v8yr4djg00dwg7a8ga4ixxsxvc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.3 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l2s7y180gkkvrmnw2xyfszz1m4kp92x2hz680c9vyklcbzsxrrx")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.16.0 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.16.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dzq1qbgzz2c6vnh8anx0j3py34sd72p35x6s2wrl001q68am5cc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.3" ,go-gopkg-in-yaml-v2-2.2.3) +; ("go-google-golang-org-grpc-1.33.1" ,go-google-golang-org-grpc-1.33.1) +; ("go-google-golang-org-genproto-0.0.0-20200513103714-09dca8ec2884" +; ,go-google-golang-org-genproto-0.0.0-20200513103714-09dca8ec2884) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-github-com-rogpeppe-fastuuid-1.2.0" +; ,go-github-com-rogpeppe-fastuuid-1.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0) +; ("go-github-com-antihax-optional-1.0.0" +; ,go-github-com-antihax-optional-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-go-opentelemetry-io-proto-otlp-0.7.0 +; (package +; (name "go-go-opentelemetry-io-proto-otlp") +; (version "0.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/open-telemetry/opentelemetry-proto-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p2a2i6f9gghvk3h9w08va50dhz7q8i5q6l4jvk6b7nisx6kb1qq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opentelemetry.io/proto/otlp")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.16.0" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.16.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://go.opentelemetry.io/proto/otlp") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.25.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.25.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.0" +; ,go-github-com-envoyproxy-go-control-plane-0.9.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20201120205902-5459f2c99403") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.5.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20201210154907-fd9021fe5dad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.36.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.10-0.20210907150352-cf90f659a021 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.10-0.20210907150352-cf90f659a021") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qwhcz5a4c9b27xcxdzr3lq76xyxbgjb2l033b0k0hb5lqi1gdnv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-go-opentelemetry-io-proto-otlp-0.7.0" +; ,go-go-opentelemetry-io-proto-otlp-0.7.0) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-xds-go-0.0.0-20210805033703-aa0b78936158" +; ,go-github-com-cncf-xds-go-0.0.0-20210805033703-aa0b78936158) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-uuid-1.1.2 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200822124328-c89045814202") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.34.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190108225652-1e06a53dbb7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181221193216-37e7f081c4d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200107190931-bf48bf16ab8d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200323222414-85ca7c5b95cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.22.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.22.0" +; ,go-google-golang-org-protobuf-1.22.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 +; (package +; (name "go-github-com-census-instrumentation-opencensus-proto") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/census-instrumentation/opencensus-proto")) +; (home-page "https://github.com/census-instrumentation/opencensus-proto") +; (synopsis +; "OpenCensus Proto - Language Independent Interface Types For OpenCensus") +; (description +; "Census provides a framework to define and collect stats against metrics and to +;break those stats down across user-defined dimensions.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190812154241-14fe0d1b01d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190311212946-11955173bddd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190313153728-d0100b6bd8b3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190524140312-2c0ae7006135") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.23.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.1-0.20191026205805-5f8ba28d4473") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 +; (package +; (name "go-github-com-envoyproxy-protoc-gen-validate") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/protoc-gen-validate") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) +; (home-page "https://github.com/envoyproxy/protoc-gen-validate") +; (synopsis "protoc-gen-validate (PGV)") +; (description +; "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.2.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 +; (package +; (name "go-golang-org-x-exp") +; (version "0.0.0-20190121172915-509febef88a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/exp") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/exp")) +; (home-page "https://golang.org/x/exp") +; (synopsis "exp") +; (description +; "This subrepository holds experimental and deprecated (in the @code{old} +;directory) packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190227174305-5b3e6a55c961") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190213061140-3a22650c66bd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181108010431-42b317875d0f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180724234803-3673e40ba225") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.4.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190226205152-f727befe758c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.26.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-client9-misspell-0.3.4 +; (package +; (name "go-github-com-client9-misspell") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/client9/misspell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/client9/misspell")) +; (home-page "https://github.com/client9/misspell") +; (synopsis "Install") +; (description +; "Package misspell corrects commonly misspelled English words in source files. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b +; (package +; (name "go-github-com-golang-glog") +; (version "0.0.0-20160126235308-23def4e6c14b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/glog") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/glog")) +; (home-page "https://github.com/golang/glog") +; (synopsis "glog") +; (description +; "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.1.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20181026193005-c67002cb31c3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180826012351-8a410e7b638d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20180821212333-d2e6202438be") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180830151530-49385e6e1522") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190114222345-bf090417da8b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.1.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20180817151627-c66870c02cf8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.19.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.19.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" +; ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" +; ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" +; ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) +; ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" +; ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190102054323-c2f93a96b099") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190819201941-24fa4b261c55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.1-0.20200526195155-81db48ad09cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190523083050-ea95bdfd59fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200526211855-cb27e3aa2013") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" +; ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.25.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.25.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.41.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.41.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10a0n2lmvl8zqhcswz3sjyqil0sk0mvp892d04lfnq61wq1ssgsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.10-0.20210907150352-cf90f659a021" +; ,go-github-com-envoyproxy-go-control-plane-0.9.10-0.20210907150352-cf90f659a021) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-cespare-xxhash-v2-2.1.1" +; ,go-github-com-cespare-xxhash-v2-2.1.1))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-image-v5-5.17.0 +; (package +; (name "go-github-com-containers-image-v5") +; (version "5.17.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/image") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nr5myldx1jhw7qjjilh7xwvn8g8lx85d9llny5iyagqn75q45b1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/image/v5")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.41.0" ,go-google-golang-org-grpc-1.41.0) +; ("go-google-golang-org-genproto-0.0.0-20211005153810-c76a74d43a8e" +; ,go-google-golang-org-genproto-0.0.0-20211005153810-c76a74d43a8e) +; ("go-golang-org-x-text-0.3.7" ,go-golang-org-x-text-0.3.7) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef" +; ,go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-net-0.0.0-20211005001312-d4b1ae081e3b" +; ,go-golang-org-x-net-0.0.0-20211005001312-d4b1ae081e3b) +; ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" +; ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-go-etcd-io-bbolt-1.3.6" ,go-go-etcd-io-bbolt-1.3.6) +; ("go-github-com-xeipuuv-gojsonschema-1.2.0" +; ,go-github-com-xeipuuv-gojsonschema-1.2.0) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20190809123943-df4f5c81cb3b" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20190809123943-df4f5c81cb3b) +; ("go-github-com-vbauerster-mpb-v7-7.1.5" +; ,go-github-com-vbauerster-mpb-v7-7.1.5) +; ("go-github-com-vbatts-tar-split-0.11.2" +; ,go-github-com-vbatts-tar-split-0.11.2) +; ("go-github-com-ulikunitz-xz-0.5.10" +; ,go-github-com-ulikunitz-xz-0.5.10) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-ostreedev-ostree-go-0.0.0-20190702140239-759a8c1ac913" +; ,go-github-com-ostreedev-ostree-go-0.0.0-20190702140239-759a8c1ac913) +; ("go-github-com-opencontainers-selinux-1.9.1" +; ,go-github-com-opencontainers-selinux-1.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.2-0.20210819154149-5ad6f50d6283" +; ,go-github-com-opencontainers-image-spec-1.0.2-0.20210819154149-5ad6f50d6283) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-mtrmac-gpgme-0.1.2" ,go-github-com-mtrmac-gpgme-0.1.2) +; ("go-github-com-morikuni-aec-1.0.0" ,go-github-com-morikuni-aec-1.0.0) +; ("go-github-com-manifoldco-promptui-0.9.0" +; ,go-github-com-manifoldco-promptui-0.9.0) +; ("go-github-com-klauspost-pgzip-1.2.5" +; ,go-github-com-klauspost-pgzip-1.2.5) +; ("go-github-com-klauspost-compress-1.13.6" +; ,go-github-com-klauspost-compress-1.13.6) +; ("go-github-com-imdario-mergo-0.3.12" +; ,go-github-com-imdario-mergo-0.3.12) +; ("go-github-com-hashicorp-go-multierror-1.1.1" +; ,go-github-com-hashicorp-go-multierror-1.1.1) +; ("go-github-com-gorilla-mux-1.7.4" ,go-github-com-gorilla-mux-1.7.4) +; ("go-github-com-google-uuid-1.3.0" ,go-github-com-google-uuid-1.3.0) +; ("go-github-com-golang-groupcache-0.0.0-20210331224755-41bb18bfe9da" +; ,go-github-com-golang-groupcache-0.0.0-20210331224755-41bb18bfe9da) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0) +; ("go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7" +; ,go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7) +; ("go-github-com-docker-go-connections-0.4.0" +; ,go-github-com-docker-go-connections-0.4.0) +; ("go-github-com-docker-docker-credential-helpers-0.6.4" +; ,go-github-com-docker-docker-credential-helpers-0.6.4) +; ("go-github-com-docker-docker-20.10.11+incompatible" +; ,go-github-com-docker-docker-20.10.11+incompatible) +; ("go-github-com-docker-distribution-2.7.1+incompatible" +; ,go-github-com-docker-distribution-2.7.1+incompatible) +; ("go-github-com-containers-storage-1.37.0" +; ,go-github-com-containers-storage-1.37.0) +; ("go-github-com-containers-ocicrypt-1.1.2" +; ,go-github-com-containers-ocicrypt-1.1.2) +; ("go-github-com-containers-libtrust-0.0.0-20190913040956-14b96171aa3b" +; ,go-github-com-containers-libtrust-0.0.0-20190913040956-14b96171aa3b) +; ("go-github-com-containerd-containerd-1.5.7" +; ,go-github-com-containerd-containerd-1.5.7) +; ("go-github-com-burntsushi-toml-0.4.1" +; ,go-github-com-burntsushi-toml-0.4.1) +; ("go-github-com-14rcole-gopopulate-0.0.0-20180821133914-b175b219e774" +; ,go-github-com-14rcole-gopopulate-0.0.0-20180821133914-b175b219e774))) +; (home-page "https://github.com/containers/image") +; (synopsis "") +; (description +; "The package image provides libraries and commands to interact with container images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cyphar-filepath-securejoin-0.2.3 +; (package +; (name "go-github-com-cyphar-filepath-securejoin") +; (version "0.2.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cyphar/filepath-securejoin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w03d8hslwfhcnfqck21agzs7y0sc6gpwfz53md8fv26ishwxppy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) +; (home-page "https://github.com/cyphar/filepath-securejoin") +; (synopsis #f) +; (description +; "Package securejoin is an implementation of the hopefully-soon-to-be-included +;SecureJoin helper that is meant to be part of the \"path/filepath\" package. +;The purpose of this project is to provide a PoC implementation to make the +;SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more +;tangible. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200223170610-d5e6a3e2c0ae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lz7vm5dz2p14fzq2j4m1l9p392cl0fa73aaf45gln07ylfajk4n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.8 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q34zqwbnls72md8q8mhj368s7p3i4xspvs3rk8fs76s0pn7dr2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae" +; ,go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae) +; ("go-github-com-mattn-go-isatty-0.0.12" +; ,go-github-com-mattn-go-isatty-0.0.12))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200116001909-b77594299b42") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0isfm6kmh4fjhh6m7mrb3zvdjka2y31c5habr5kydl7rg0lwkabv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.12 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dfsh27d52wmz0nmmzm2382pfrs2fcijvh6cgir7jbb4pnigr5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42" +; ,go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.12.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.12.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6r4vh9aiz8ny2whvpq288x8shkyvpj38g5pqw5840ryq38chig")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.12" +; ,go-github-com-mattn-go-isatty-0.0.12) +; ("go-github-com-mattn-go-colorable-0.1.8" +; ,go-github-com-mattn-go-colorable-0.1.8))) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-log-log-0.2.0 +; (package +; (name "go-github-com-go-log-log") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-log/log") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1idnqv4yvkmdh3wcsgvhcpak9z6ix8dsifdjq5kfbbnskdq5rmvg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-log/log")) +; (home-page "https://github.com/go-log/log") +; (synopsis "Log") +; (description "Package log provides a log interface +;") +; (license license:expat))) +; +;(define-public go-github-com-godbus-dbus-4.1.0+incompatible +; (package +; (name "go-github-com-godbus-dbus") +; (version "4.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ckvg15zdsgmbn4mi36cazkb407ixc9mmyf7vwj8b8wi3d00rgn9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-google-uuid-1.3.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0imkw52m7fzrwsdj2rfrk3zbplqfbwncyv6hv89xw0vdw3jpk122")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-gorilla-websocket-1.4.2 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76 +; (package +; (name "go-github-com-satori-go-uuid") +; (version "1.2.1-0.20180404165556-75cca531ea76") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/satori/go.uuid") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fi1rc2zl0vyyah6iy8cvsjyxipp6pnzb19x40qkq3j1qlra20qy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/satori/go.uuid")) +; (home-page "https://github.com/satori/go.uuid") +; (synopsis "UUID package for Go language") +; (description +; "Package uuid provides implementation of Universally Unique Identifier (UUID). +;Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and +;version 2 (as specified in DCE 1.1). +;") +; (license license:expat))) +; +;(define-public go-github-com-sebdah-goldie-v2-2.5.3 +; (package +; (name "go-github-com-sebdah-goldie-v2") +; (version "2.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sebdah/goldie") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12gji9p6b6zlkisbd3ww103zwd5chlwkb6h5dppfrmgxim84n5n0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sebdah/goldie/v2")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sergi-go-diff-1.0.0" +; ,go-github-com-sergi-go-diff-1.0.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/sebdah/goldie") +; (synopsis "goldie - Golden test utility for Go") +; (description +; "Package goldie provides test assertions based on golden files. It's +;typically used for testing responses with larger data bodies. +;") +; (license license:expat))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-cleanhttp-0.5.1 +; (package +; (name "go-github-com-hashicorp-go-cleanhttp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-cleanhttp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07kx3fhryqmaw3czacmm11qwx63js2q8cfq967vphk7xg9q377kk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-cleanhttp")) +; (home-page "https://github.com/hashicorp/go-cleanhttp") +; (synopsis "cleanhttp") +; (description +; "Package cleanhttp offers convenience utilities for acquiring \"clean\" +;http.Transport and http.Client structs. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-go-homedir-1.0.0 +; (package +; (name "go-github-com-mitchellh-go-homedir") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/go-homedir") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/go-homedir")) +; (home-page "https://github.com/mitchellh/go-homedir") +; (synopsis "go-homedir") +; (description +; "This is a Go library for detecting the user's home directory without +;the use of cgo, so the library can be used in cross-compilation environments.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-rootcerts-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-rootcerts") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-rootcerts") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wply5zhj1rcybr932zbwm1i18q5wr7kgkhnz6bw6mk1n9yr8lfj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-rootcerts")) +; (propagated-inputs +; `(("go-github-com-mitchellh-go-homedir-1.0.0" +; ,go-github-com-mitchellh-go-homedir-1.0.0))) +; (home-page "https://github.com/hashicorp/go-rootcerts") +; (synopsis "rootcerts") +; (description +; "Package rootcerts contains functions to aid in loading CA certificates for +;TLS connections. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e +; (package +; (name "go-github-com-armon-circbuf") +; (version "0.0.0-20150827004946-bbbad097214e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/circbuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1idpr0lzb2px2p3wgfq2276yl7jpaz43df6n91kf790404s4zmk3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/circbuf")) +; (home-page "https://github.com/armon/circbuf") +; (synopsis "circbuf") +; (description +; "This repository provides the @code{circbuf} package. This provides a @code{Buffer} object +;which is a circular (or ring) buffer. It has a fixed size, but can be written +;to infinitely. Only the last @code{size} bytes are ever retained. The buffer implements +;the @code{io.Writer} interface.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-syslog-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-syslog") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-syslog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-syslog")) +; (home-page "https://github.com/hashicorp/go-syslog") +; (synopsis "go-syslog") +; (description +; "This repository provides a very simple @code{gsyslog} package. The point of this +;package is to allow safe importing of syslog without introducing cross-compilation +;issues. The stdlib @code{log/syslog} cannot be imported on Windows systems, and without +;conditional compilation this adds complications.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-uuid-1.0.1 +; (package +; (name "go-github-com-hashicorp-go-uuid") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jvb88m0rq41bwgirsadgw7mnayl27av3gd2vqa3xvxp3fy0hp5k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-uuid")) +; (home-page "https://github.com/hashicorp/go-uuid") +; (synopsis "uuid") +; (description +; "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-logutils-1.0.0 +; (package +; (name "go-github-com-hashicorp-logutils") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/logutils") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "076wf4sh5p3f953ndqk1cc0x7jhmlqrxak9953rz79rcdw77rjvv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/logutils")) +; (home-page "https://github.com/hashicorp/logutils") +; (synopsis "logutils") +; (description +; "Package logutils augments the standard log package with levels. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-net-0.0.1 +; (package +; (name "go-github-com-hashicorp-go-net") +; (version "0.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go.net") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06arwi95xp5rxyz7rndvhc3wlwg0jn9a5z6djf3yyg5h9zfab9i4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go.net")) +; (home-page "https://github.com/hashicorp/go.net") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-mdns-1.0.0 +; (package +; (name "go-github-com-hashicorp-mdns") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/mdns") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qr4l91hhi97s8a1isnrw3s4q8pjzacqiks870vnwh15v7ig3axd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/mdns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" +; ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" +; ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) +; ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" +; ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) +; ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) +; ("go-github-com-hashicorp-go-net-0.0.1" +; ,go-github-com-hashicorp-go-net-0.0.1))) +; (home-page "https://github.com/hashicorp/mdns") +; (synopsis "mdns") +; (description +; "Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be +;used to discover services on the local network without the use of an authoritative +;DNS server. This enables peer-to-peer discovery. It is important to note that many +;networks restrict the use of multicasting, which prevents mDNS from functioning. +;Notably, multicast cannot be used in any sort of cloud, or shared infrastructure +;environment. However it works well in most office, home, or private infrastructure +;environments.") +; (license license:expat))) +; +;(define-public go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da +; (package +; (name "go-github-com-armon-go-metrics") +; (version "0.0.0-20180917152333-f0300d1749da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13l7c35ps0r27vxfil2w0xhhc7w5rh00awvlmn4cz0a937b9ffpv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/go-metrics")) +; (home-page "https://github.com/armon/go-metrics") +; (synopsis "go-metrics") +; (description +; "This library provides a @code{metrics} package which can be used to instrument code, +;expose application metrics, and profile runtime performance in a flexible manner.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-uuid-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-uuid") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jflywlani7583qm4ysph40hsgx3n66n5zr2k84i057fmwa1ypfy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-uuid")) +; (home-page "https://github.com/hashicorp/go-uuid") +; (synopsis "uuid") +; (description +; "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-immutable-radix-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-immutable-radix") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-immutable-radix") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v3nmsnk1s8bzpclrhirz7iq0g5xxbw9q5gvrg9ss6w9crs72qr6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-immutable-radix")) +; (propagated-inputs +; `(("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-hashicorp-go-uuid-1.0.0" +; ,go-github-com-hashicorp-go-uuid-1.0.0))) +; (home-page "https://github.com/hashicorp/go-immutable-radix") +; (synopsis "go-immutable-radix") +; (description +; "This package provides the @code{iradix} package that implements an immutable @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. +;The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-msgpack-0.5.3 +; (package +; (name "go-github-com-hashicorp-go-msgpack") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-msgpack") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00jv0ajqd58pkb2yyhlrjp0rv1mvb1ijx3yqjyikcmzvk9jb4h5m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-msgpack")) +; (home-page "https://github.com/hashicorp/go-msgpack") +; (synopsis "go-codec") +; (description "This repository contains the @code{go-codec} library.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-sockaddr-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-sockaddr") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-sockaddr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yn1xq8ysn0lszmkygz3a9lgpswbz1p91jv7q8l20s4749a22xgi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-sockaddr")) +; (home-page "https://github.com/hashicorp/go-sockaddr") +; (synopsis "go-sockaddr") +; (description +; "Package sockaddr is a Go implementation of the UNIX socket family data types and +;related helper functions. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-miekg-dns-1.0.14 +; (package +; (name "go-github-com-miekg-dns") +; (version "1.0.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/miekg/dns") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qgli6yp59bv6vc6zag84cwxmcxgnyxm1q2f301yyijk3wy5b2ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/miekg/dns")) +; (home-page "https://github.com/miekg/dns") +; (synopsis "Alternative (more granular) approach to a DNS library") +; (description +; "Package dns implements a full featured interface to the Domain Name System. +;Both server- and client-side programming is supported. The package allows +;complete control over what is sent out to the DNS. The API follows the +;less-is-more principle, by presenting a small, clean interface. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529 +; (package +; (name "go-github-com-sean--seed") +; (version "0.0.0-20170313163322-e2103e2c3529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sean-/seed") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sean-/seed")) +; (home-page "https://github.com/sean-/seed") +; (synopsis "- Quickly Seed Go's Random Number Generator") +; (description +; "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,seed} Go's +;random number generator (if possible). This library isn't anything fancy, it's +;just a canonical way of seeding Go's random number generator. Cribbed from +;@url{https://github.com/hashicorp/nomad/commit/f89a993ec6b91636a3384dd568898245fbc273a1,(code Nomad)} +;before it was moved into +;@url{https://github.com/hashicorp/consul/commit/d695bcaae6e31ee307c11fdf55bb0bf46ea9fcf4,(code Consul)} +;and made into a helper function, and now further modularized to be a super +;lightweight and reusable library.") +; (license #f))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20181029021203-45a5f77698d3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0636jjj89wkzqchajwwzgcn4aafc334p70nawh9jzavg2mkx0ch4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181023162649-9b4f9f5ad519") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06hvxy113h76f31gv1mq6vdr6xja1zv0fdig686l2b4y2b6swych")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181026203630-95b1ffbd15a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06c3lf93wzf5kkfmzmgn75x4c0a7159vrwjrqh6zh9zxzqq5whpq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-memberlist-0.1.3 +; (package +; (name "go-github-com-hashicorp-memberlist") +; (version "0.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/memberlist") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1spq7dagvqj3baqw2dhxx1zxrb02y6m3apzr3a7gyirii890g3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/memberlist")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" +; ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" +; ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) +; ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" +; ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529" +; ,go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" +; ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) +; ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) +; ("go-github-com-hashicorp-go-sockaddr-1.0.0" +; ,go-github-com-hashicorp-go-sockaddr-1.0.0) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-hashicorp-go-msgpack-0.5.3" +; ,go-github-com-hashicorp-go-msgpack-0.5.3) +; ("go-github-com-hashicorp-go-immutable-radix-1.0.0" +; ,go-github-com-hashicorp-go-immutable-radix-1.0.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" +; ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da))) +; (home-page "https://github.com/hashicorp/memberlist") +; (synopsis "memberlist") +; (description +; "memberlist is a library that manages cluster +;membership and member failure detection using a gossip based protocol. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310 +; (package +; (name "go-github-com-armon-go-radix") +; (version "0.0.0-20180808171621-7fddfc383310") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/go-radix") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y8chspn14n9xpsfb9gxnnf819rfpriaz64v81p7873a42kkhxb4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/go-radix")) +; (home-page "https://github.com/armon/go-radix") +; (synopsis "go-radix") +; (description +; "This package provides the @code{radix} package that implements a @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. +;The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") +; (license license:expat))) +; +;(define-public go-github-com-bgentry-speakeasy-0.1.0 +; (package +; (name "go-github-com-bgentry-speakeasy") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bgentry/speakeasy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bgentry/speakeasy")) +; (home-page "https://github.com/bgentry/speakeasy") +; (synopsis "Speakeasy") +; (description +; "This package provides cross-platform Go (#golang) helpers for taking user input +;from the terminal while not echoing the input back (similar to @code{getpasswd}). The +;package uses syscalls to avoid any dependence on cgo, and is therefore +;compatible with cross-compiling.") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-errwrap-1.0.0 +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mattn-go-colorable-0.0.9 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.3 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-posener-complete-1.1.1 +; (package +; (name "go-github-com-posener-complete") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/posener/complete") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbdiybjizbaxbf5q0xwbq0cjqw4bl6jggvsjzrpif0w86fcjda2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/posener/complete")) +; (home-page "https://github.com/posener/complete") +; (synopsis "complete") +; (description +; "Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180823144017-11551d06cbcc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j34525b9smcyjqmxvvqgcfn87kkx3b2izidmjp2cmhjxzjrgpwm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mitchellh-cli-1.0.0 +; (package +; (name "go-github-com-mitchellh-cli") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i9kmr7rcf10d2hji8h4247hmc0nbairv7a0q51393aw2h1bnwg2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/cli")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc" +; ,go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc) +; ("go-github-com-posener-complete-1.1.1" +; ,go-github-com-posener-complete-1.1.1) +; ("go-github-com-mattn-go-isatty-0.0.3" +; ,go-github-com-mattn-go-isatty-0.0.3) +; ("go-github-com-mattn-go-colorable-0.0.9" +; ,go-github-com-mattn-go-colorable-0.0.9) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-bgentry-speakeasy-0.1.0" +; ,go-github-com-bgentry-speakeasy-0.1.0) +; ("go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310" +; ,go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310))) +; (home-page "https://github.com/mitchellh/cli") +; (synopsis "Go CLI Library") +; (description +; "cli is a library for implementing powerful command-line interfaces in Go. +;cli is the library that powers the CLI for +;@url{https://github.com/mitchellh/packer,Packer}, +;@url{https://github.com/hashicorp/serf,Serf}, +;@url{https://github.com/hashicorp/consul,Consul}, +;@url{https://github.com/hashicorp/vault,Vault}, +;@url{https://github.com/hashicorp/terraform,Terraform}, and +;@url{https://github.com/hashicorp/nomad,Nomad}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-gox-0.4.0 +; (package +; (name "go-github-com-mitchellh-gox") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/gox") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/gox")) +; (home-page "https://github.com/mitchellh/gox") +; (synopsis "Gox - Simple Go Cross Compilation") +; (description +; "Gox is a simple, no-frills tool for Go cross compilation that behaves a +;lot like standard @code{go build}. Gox will parallelize builds for multiple +;platforms. Gox will also build the cross-compilation toolchain for you.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-iochan-1.0.0 +; (package +; (name "go-github-com-mitchellh-iochan") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/iochan") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "058n9bbf536f2nw3pbs7pysrg9cqvgkb28z2zf5wjyrzrknyk53g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/iochan")) +; (home-page "https://github.com/mitchellh/iochan") +; (synopsis "iochan") +; (description +; "iochan is a Go library for treating @code{io} readers and writers like channels. +;This is useful when sometimes you wish to use @code{io.Reader} and such in @code{select} +;statements.") +; (license license:expat))) +; +;(define-public go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "0.0.0-20160808181253-ca63d7c062ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjwhgi57l5fxlmpdchipdd4jasdn1sa8ccl2f2486v06rv6z7gr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f +; (package +; (name "go-github-com-ryanuber-columnize") +; (version "0.0.0-20160712163229-9b3edd62028f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ryanuber/columnize") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ya1idkbb0a9fjlhkcnh5a9yvpwzwfmbyg7d56lpplwr9rqi1da4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ryanuber/columnize")) +; (home-page "https://github.com/ryanuber/columnize") +; (synopsis "Columnize") +; (description "Easy column-formatted output for golang") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181201002055-351d144fa1fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-serf-0.8.2 +; (package +; (name "go-github-com-hashicorp-serf") +; (version "0.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/serf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nrslghvdjhaczr2xp9mn8xgcx1dxl4jgpbk0l61ssmxahpx4iyc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/serf")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc" +; ,go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f" +; ,go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f) +; ("go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee" +; ,go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee) +; ("go-github-com-mitchellh-iochan-1.0.0" +; ,go-github-com-mitchellh-iochan-1.0.0) +; ("go-github-com-mitchellh-gox-0.4.0" +; ,go-github-com-mitchellh-gox-0.4.0) +; ("go-github-com-mitchellh-cli-1.0.0" +; ,go-github-com-mitchellh-cli-1.0.0) +; ("go-github-com-hashicorp-memberlist-0.1.3" +; ,go-github-com-hashicorp-memberlist-0.1.3) +; ("go-github-com-hashicorp-mdns-1.0.0" +; ,go-github-com-hashicorp-mdns-1.0.0) +; ("go-github-com-hashicorp-logutils-1.0.0" +; ,go-github-com-hashicorp-logutils-1.0.0) +; ("go-github-com-hashicorp-go-uuid-1.0.1" +; ,go-github-com-hashicorp-go-uuid-1.0.1) +; ("go-github-com-hashicorp-go-syslog-1.0.0" +; ,go-github-com-hashicorp-go-syslog-1.0.0) +; ("go-github-com-hashicorp-go-msgpack-0.5.3" +; ,go-github-com-hashicorp-go-msgpack-0.5.3) +; ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" +; ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da) +; ("go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e" +; ,go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e))) +; (home-page "https://github.com/hashicorp/serf") +; (synopsis "Serf") +; (description +; "Serf is a decentralized solution for service discovery and orchestration +;that is lightweight, highly available, and fault tolerant.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.1.2 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c +; (package +; (name "go-github-com-pascaldekloe-goe") +; (version "0.0.0-20180627143212-57f6aae5913c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pascaldekloe/goe") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dqd3mfb4z2vmv6pg6fhgvfc53vhndk24wcl9lj1rz02n6m279fq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pascaldekloe/goe")) +; (home-page "https://github.com/pascaldekloe/goe") +; (synopsis "Go Enterprise") +; (description +; "Common enterprise features for the Go programming language (golang).") +; (license license:cc0))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-consul-api-1.1.0 +; (package +; (name "go-github-com-hashicorp-consul-api") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/consul") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xm3gl8i7pgsbsc2397bwh9hp2dwnk4cmw5y05acqn3zpyp84sbv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/hashicorp/consul/api" +; #:unpack-path +; "github.com/hashicorp/consul")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" +; ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-hashicorp-serf-0.8.2" +; ,go-github-com-hashicorp-serf-0.8.2) +; ("go-github-com-hashicorp-go-uuid-1.0.1" +; ,go-github-com-hashicorp-go-uuid-1.0.1) +; ("go-github-com-hashicorp-go-rootcerts-1.0.0" +; ,go-github-com-hashicorp-go-rootcerts-1.0.0) +; ("go-github-com-hashicorp-go-cleanhttp-0.5.1" +; ,go-github-com-hashicorp-go-cleanhttp-0.5.1))) +; (home-page "https://github.com/hashicorp/consul") +; (synopsis "Consul API client") +; (description +; "This package provides the @code{api} package which attempts to +;provide programmatic access to the full Consul API.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-golang-mock-1.5.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12l7p08pwwk3xn70w7rlm28nz6jf4szlzgjxjfmbssyirxxxy8v1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20210226084205-cbba55b83ad5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0drr44nqq0s3jillcrl8qa7sklxybs083lvashdh2ad62hrs31l7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20210122040257-d980be63207e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vg5z6rp5kfd324w8j12hlx9zv049vxljpc6dyqkj2k9vzzzqkw8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.4.1 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q4p41223d1xh4jmw9vmywjfi0jzn56gbidrwv5x1bzmx2qmj01n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210119194325-5f4716e94777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xh4hk0fhkzq096z9qbzqfswmmgg4kvb44qvazpandvlpwm4jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210218202405-ba52d332ba99") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fdm3fljk3k4xbpzaywccayrhgqdfl79vl18k4z1zw2pl654bqbg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210220050731-9a76102bfb43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20201203190320-1bf35d6f28c2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "140n5hjk2faanrf6v5h1559g755rgavynz1r99s1n15bmgibysvp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.4.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201209123823-ac852fbbde11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zmp2fxgf7792xx15qhzcsfs8k0qv7q3m6jlcj6qvdngfzyvna64")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201208233053-a543418bbed2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r87p89pm2h75yajsz0g2vvy2q3z9gknc0fmsdm5rh427f1qazfr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-martian-v3-3.1.0 +; (package +; (name "go-github-com-google-martian-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian/v3")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" +; ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20200824232613-28f6c0f3b639") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20201023163331-3e6fc7fc9c4c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xmy4579gx45lqsy1cgddnc7nmaqfpiwd2kc5dhf8i0wjjvf18hq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201031054903-ff519b6c9102") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "162ssgcc0kgj42ajaki0q3j5lwmixqqwkdqcmz41xg1k8wjm7riw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.4 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201110124207-079ba7bd75cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g4d7cx480rbnpg16qqc4yycd50lpp2mi2qzvzr6hdny91v7sa05")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.2 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200902213428-5d25da1a8d43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14jx8sxshbvnx4fggn12mlmz000zcrd1a73n1455b1wgg1xfzq3n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200905004654-be1d3432aa8f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kd3szjsazhpgidv5xjv0s26fm4wvv2cr7j4zk8nblnqkic58as2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200904185747-39188db58858 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200904185747-39188db58858") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ydyylwqzjwijy4rdp2fmvnfh3s27896dx6g74r2wa6vbhisszvk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200904004341-0bd0a958aa1d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xp4ic4jvdv7n984cjgrgqbpbi9m4bj2xnfrs1s1zn1adx0jivs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.31.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.31.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18565vf9i2zc69znd9b8a2iz0kgv5cms0g0ppj93hnhri8rjqagk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.35.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.35.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fgn21lmrlkw44sl0ivjicygwksibb1pclzp3zyh3ivn7ylvk2jd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.1" ,go-google-golang-org-grpc-1.31.1) +; ("go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d" +; ,go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d) +; ("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-tools-0.0.0-20200904185747-39188db58858" +; ,go-golang-org-x-tools-0.0.0-20200904185747-39188db58858) +; ("go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f" +; ,go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" +; ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201109203340-2640f1f9cdfb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00mwybjbdpvmlkvmwsjvdb2z8lzzx2a340y4pf3bxqamalhdka0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.72.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.72.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x4gy466jrzab9l02dwd3lvy2dwy84j34zpjkm5xnxh45za6hpxn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb" +; ,go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb) +; ("go-google-golang-org-api-0.35.0" ,go-google-golang-org-api-0.35.0) +; ("go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd" +; ,go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" +; ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) +; ("go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102" +; ,go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c" +; ,go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20201109201403-9fd604954f58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06dj14f6jrgpqmf3v3z74zhcin3yj7yp8mzxljm3a3ihq984kz8v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201201145000-ef89a241ccb3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201201161351-ac6f37ff4c2a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0akq0z86x51rh556fs7icjmmmgdyaa7rq7cmqlngrmvjb79wnwpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201201144952-b05cb90ed32e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n9jlhnn5fg7a41ahdril7wgfli43kxplnpxbdbhrkknjra7xdjd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.36.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e" +; ,go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a" +; ,go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a) +; ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58" +; ,go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-cloud-google-com-go-0.72.0" ,go-cloud-google-com-go-0.72.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201210142538-e3217bee35cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bzfa58dw7jmkrp46hikbsq1yyk2r29a1gn51sqlilbvf7lq96p9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.74.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.74.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09j1qppf2gf14bn06hsyrj9jaxz9vlbs9d7yrxrdvh2234qsbggy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) +; ("go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc" +; ,go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc) +; ("go-google-golang-org-api-0.36.0" ,go-google-golang-org-api-0.36.0) +; ("go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2" +; ,go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" +; ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) +; ("go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11" +; ,go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11) +; ("go-golang-org-x-mod-0.4.0" ,go-golang-org-x-mod-0.4.0) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2" +; ,go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.4 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-go-opencensus-io-0.22.5 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20201208152858-08078c50e5b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201207232520-09787c993a3a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210104204734-6f8348627aad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pmz8dwjf4gxr1gwnp4iahh3yh09apcf40kvvybycsx4rfjc2gbl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210105154028-b0ab187a4818") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "157w706lz7j4s7cwgh7j7mf8v1sah5hm4dlmp8isf6vhnqpixdp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201214200347-8c77b98c765d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bdpss5xmla0gjz66mdk8bqpsdb5i1xz65g30k9cs2h7vrqlwzn4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20200629203442-efcf912fb354") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18b1v01h3id5d7v5gqabc4qsaja17r45rn3fvv38nrfx9l4smv0x")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.7 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nx5ybyadkjqr29hndn6amhbcqpi1rkfv12bxp0rk3ay045zxsh8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" +; ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.34.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s8y19qvv0zfy2irq8vv12h65v7pw18k6yqfix1j2370yxmsajgm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.7" +; ,go-github-com-envoyproxy-go-control-plane-0.9.7) +; ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" +; ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.40.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.40.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vs0bnzljg5iib8x01sy49ndgsz3cl1sq53pvy3h6kzp7may0bpc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) +; ("go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d" +; ,go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818" +; ,go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818) +; ("go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad" +; ,go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" +; ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-cloud-google-com-go-0.74.0" ,go-cloud-google-com-go-0.74.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210222152913-aa3ee6e6a81c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06wa7v3s558rwxsqd1kqz5xy10kigzx50ciqh3zdxsbvxqvjwxrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.35.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.35.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15ij5acp9h8dxq0brc0jljj98badri23zpm4yvmsn6gnnxaykl72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.78.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.78.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11wldladkcz41ivsfnbrqy2hg5wp55d72hnr2wki0zvnhbzsj376")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.35.0" ,go-google-golang-org-grpc-1.35.0) +; ("go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c" +; ,go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c) +; ("go-google-golang-org-api-0.40.0" ,go-google-golang-org-api-0.40.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43" +; ,go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43) +; ("go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99" +; ,go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99) +; ("go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777" +; ,go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777) +; ("go-golang-org-x-mod-0.4.1" ,go-golang-org-x-mod-0.4.1) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e" +; ,go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210220000619-9bb904979d93") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rhndpvpvfy5bsaxi974cznlq4hbamhmy6l06ppp9phh12pvn11p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210305230114-8fe3ee5dd75b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x7fn66vplxkac6lbwqv649wwnx7kz0bqdzgr98z7yx7cfdxd7rj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210303154014-9728d6b83eeb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1abic7gjp07d1s6imjfn00s316xdirss3zvcric74gr9varr02xn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.41.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.41.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yzz534xzl2km3vxr18h204yvnrzqlss02fagg2ign0sy3qnlkhx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb" +; ,go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b" +; ,go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" +; ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.78.0" ,go-cloud-google-com-go-0.78.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210310155132-4ce2db91004e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r5f024c4piqna27pvc28m0h44ms9rhcbihf1zn5l8prf4vvrdw9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.79.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.79.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "031jrfgyys0slh154593d4swj6iqrjvs9dxwmab99dl6zfws77jv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e" +; ,go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e) +; ("go-google-golang-org-api-0.41.0" ,go-google-golang-org-api-0.41.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" +; ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" +; ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210313182246-cd4f82c27b84") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jf68sh1957ji1lv1zrrhsbm6jr3508pw159pfzgyw6hbzsg5amv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210319143718-93e7006c17a6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l143m8rn7zmbfb2rpdawhxs8qjbdpn61hqynf47j5hwsbjci2xs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.36.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.43.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.43.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wxxbihigjn49warampi7gqfslbnp9nrj5zmk8p3ssq429jpvsib")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6" +; ,go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" +; ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" +; ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.79.0" ,go-cloud-google-com-go-0.79.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.81.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.81.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15jgynqb5pbxqbj3a7ii970yn4srsw1dbxzxnhpkfkmplalpgyh3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" +; ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) +; ("go-google-golang-org-api-0.43.0" ,go-google-golang-org-api-0.43.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" +; ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) +; ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" +; ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" +; ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.1" +; ,go-github-com-golang-protobuf-1.5.1) +; ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20200121045136-8c9f03a8e57e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.4.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.3 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201110031124-69a78807bb2b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.33.2 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.33.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.23.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-google-go-cmp-0.5.3" +; ,go-github-com-google-go-cmp-0.5.3) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.4.4 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200825202427-b303f430e36d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zzf6ifzjvkwin6m97jp2dndbfac0sbdr84ki79j9srhpqdigl75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190628185345-da137c7871d7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qsiyr3irmb6ii06hivm9p2c7wqyxczms1a9v1ss5698yjr3fg47")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-martian-v3-3.0.0 +; (package +; (name "go-github-com-google-martian-v3") +; (version "3.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ngvs4l6a06s8scnliq9i5pwvwpzfpa5wf9skg0gcvysli1rm3fm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian/v3")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" +; ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200708004538-1a94d8640e99") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0isfwwan9vimwsfjml0phwrqv6kb83mkmk063dcb81k09gzzs3wy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200707034311-ab3426394381") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200729194436-6467de6f59a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14zpkr5idlx2zbm5dp7gk4afppy7k3j4y68s1qvpgi70yazaxzkd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190425150028-36563e24a262") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c +; (package +; (name "go-golang-org-x-text") +; (version "0.0.0-20170915032832-14c0d48ead0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-sampler-1.3.0 +; (package +; (name "go-rsc-io-sampler") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/sampler") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "rsc.io/sampler")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" +; ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) +; (home-page "https://rsc.io/sampler") +; (synopsis #f) +; (description "Package sampler shows simple texts. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-quote-v3-3.1.0 +; (package +; (name "go-rsc-io-quote-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/quote") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) +; (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) +; (home-page "https://rsc.io/quote/v3") +; (synopsis #f) +; (description "Package quote collects pithy sayings. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.4.3 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) +; ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.5 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-chzyer-logex-1.1.10 +; (package +; (name "go-github-com-chzyer-logex") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/logex") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/logex")) +; (home-page "https://github.com/chzyer/logex") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e +; (package +; (name "go-github-com-chzyer-readline") +; (version "0.0.0-20180603132655-2972be24d48e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/readline") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/readline")) +; (home-page "https://github.com/chzyer/readline") +; (synopsis "Guide") +; (description +; "Readline is a pure go implementation for GNU-Readline kind library. +;") +; (license license:expat))) +; +;(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 +; (package +; (name "go-github-com-chzyer-test") +; (version "0.0.0-20180213035817-a1ea475d72b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/test") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/test")) +; (home-page "https://github.com/chzyer/test") +; (synopsis "test") +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20181102032728-5e5cf60278f6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191204072324-ce4227a45e2e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200229191704-1ebb73c60ed3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.9.1 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200324143707-d3edc9973b7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.2.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c +; (package +; (name "go-github-com-google-btree") +; (version "0.0.0-20180813153112-4030bb1f1f0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-martian-2.1.0+incompatible +; (package +; (name "go-github-com-google-martian") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian")) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20181206194817-3ea8567a2e57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.4 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.0.0-20190106144839-af01ea7f8024") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.1-0.20180807135948-17ff2d5776d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20181108054448-85acf8d2951c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190301231843-5614ed5bae6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190226205417-e64efc72b421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190312170243-e65039ee4138") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.4.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190418145605-e7d98fc518a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190106161140-3f1c8253044a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.38.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" +; ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" +; ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) +; ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" +; ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) +; ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" +; ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" +; ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) +; ("go-github-com-googleapis-gax-go-v2-2.0.4" +; ,go-github-com-googleapis-gax-go-v2-2.0.4) +; ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" +; ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.1 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.0 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190307195333-5fe7a883aa19") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.21.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190409202823-959b441ac422") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190503192946-f4e77d36d62c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190604053449-0f29369cfe45") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190507160741-ecd444e8653b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.5.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.20.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-google-golang-org-appengine-1.5.0" +; ,go-google-golang-org-appengine-1.5.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" +; ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-renameio-0.1.0 +; (package +; (name "go-github-com-google-renameio") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/renameio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/renameio")) +; (home-page "https://github.com/google/renameio") +; (synopsis "Atomicity vs durability") +; (description +; "Package renameio provides a way to atomically create or replace a file or +;symbolic link. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-kisielk-gotool-1.0.0 +; (package +; (name "go-github-com-kisielk-gotool") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/gotool") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/gotool")) +; (home-page "https://github.com/kisielk/gotool") +; (synopsis "gotool") +; (description +; "Package gotool contains utility functions used to implement the standard +;\"cmd/go\" tool, provided as a convenience to developers who want to write +;tools with similar semantics. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.1.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20180628173108-788fd7840127") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-errgo-v2-2.1.0 +; (package +; (name "go-gopkg-in-errgo-v2") +; (version "2.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/errgo.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) +; (home-page "https://gopkg.in/errgo.v2") +; (synopsis #f) +; (description +; "Package errgo provides some primitives for error creation and handling.") +; (license license:bsd-3))) +; +;(define-public go-github-com-rogpeppe-go-internal-1.3.0 +; (package +; (name "go-github-com-rogpeppe-go-internal") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/go-internal") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/go-internal")) +; (propagated-inputs +; `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) +; (home-page "https://github.com/rogpeppe/go-internal") +; (synopsis #f) +; (description +; "This repository factors out an opinionated selection of internal packages and functionality from the Go standard +;library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190510104115-cbcb75029529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e +; (package +; (name "go-golang-org-x-mod") +; (version "0.0.0-20190513183733-4bf6d317e70e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" +; ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191130070609-6e064ea0cf2d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.1-2020.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" +; ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) +; ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" +; ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) +; ("go-github-com-rogpeppe-go-internal-1.3.0" +; ,go-github-com-rogpeppe-go-internal-1.3.0) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-google-renameio-0.1.0" +; ,go-github-com-google-renameio-0.1.0) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.56.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.56.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpx84q7byxr5rp197qcg3pl56acs8v1q555frxgcqygxwjacszf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.1-2020.1.3" +; ,go-honnef-co-go-tools-0.0.1-2020.1.3) +; ("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) +; ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" +; ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) +; ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) +; ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" +; ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" +; ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) +; ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" +; ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" +; ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) +; ("go-cloud-google-com-go-storage-1.6.0" +; ,go-cloud-google-com-go-storage-1.6.0) +; ("go-cloud-google-com-go-pubsub-1.2.0" +; ,go-cloud-google-com-go-pubsub-1.2.0) +; ("go-cloud-google-com-go-datastore-1.1.0" +; ,go-cloud-google-com-go-datastore-1.1.0) +; ("go-cloud-google-com-go-bigquery-1.4.0" +; ,go-cloud-google-com-go-bigquery-1.4.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.3 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200317015054-43a5402ce75a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200331124033-c3d80250170d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nswjhkg7yixla0b3d8xwzf94rawwyjrxipay3ffdvm426n0ld42")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.1.25 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.25") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cr3mk8pr7vsyisgrvln5ailnnn9xhardcy8mkshybk5c3n1kw5k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.2.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200226121028-0de0cce0169b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190911185100-cd5d95a43a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200331025713-a30bf2db82d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rb488ydwi24zmd1zvsv8k8srs3q6xnqqfdar538hssqgljyvp7l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.25" +; ,go-github-com-yuin-goldmark-1.1.25))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.5 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200331122359-1ee6d9798940") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zsp55d7xjc0b3yw5jjpvbsc0gkji1c1j2vxmcwm89dh26rz4jwd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.28.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.28.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m36rg3w2mf4r3383yf0r1pjrz890mdw506h1lpm6bkc8w3kyqz3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.29.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.29.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y6izqcc6krill33pb57fbgbs7ni3jxyf3knm5jkl4qydsj9303h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) +; ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" +; ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) +; ("go-google-golang-org-appengine-1.6.5" +; ,go-google-golang-org-appengine-1.6.5) +; ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" +; ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) +; ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" +; ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) +; ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-cloud-google-com-go-0.56.0" ,go-cloud-google-com-go-0.56.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200729003335-053ba62fc06f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h34qgr4lqy1l0niay3gzqh6pc63y2xh1mmp8757y8jsrdz1s5fv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.30.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.62.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.62.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00x1nlq4fvvxrwx24firscav511qwck3zl6ghs9p6zzzixla8r5h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f" +; ,go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f) +; ("go-google-golang-org-api-0.29.0" ,go-google-golang-org-api-0.29.0) +; ("go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7" +; ,go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" +; ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" +; ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) +; ("go-github-com-google-martian-v3-3.0.0" +; ,go-github-com-google-martian-v3-3.0.0) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.5 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190702054246-869f871628b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190502145724-3ef323f4f1fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190227155943-e225da77a7e6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190425155659-357c62f0e4bb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.20.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.4 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10skbvs4yxjm3z10yfg5cj2mdzjsna87qk1icp9xv0iwp8wzq6h0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20200302205851-738671d3881b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.34.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190108225652-1e06a53dbb7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181221193216-37e7f081c4d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200107190931-bf48bf16ab8d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200803210538-64077c9b5642") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pdrkim9v0wbxipl586d29vz4ci9xib0f02g6yv7c0nang627pag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.1.32 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.32") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03i9yq6n3yvn5v70xi6x3pn49ndy8zm4217ihwwhlw2nkwhny7a5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20200625001655-4c5254603344 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200625001655-4c5254603344") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1da0a1m488d95vggpi52dkag98n5671ml6sn80nwv6lgbmdx8qbq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200625203802-6e8e738ad208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200804011535-6c149bb5ef0d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l244hp5n0qff7nmvcffggjv7jm4061g63g76z967zvdqcxh23i2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200804131852-c06518451d9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wl9bhr94yf0b8lc947zr0iwm3l20irzy869xczfd6z0a1g54gsa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.30.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vh5rrc6hvzh1rqawrwr4nyilnr3dgqx1pr2njjzdg0prfmflm5p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) +; ("go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c" +; ,go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c) +; ("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d" +; ,go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d) +; ("go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642" +; ,go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-cloud-google-com-go-0.62.0" ,go-cloud-google-com-go-0.62.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.24.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200825200019-8632dd797987") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8s1mz8pbdiwmv2g61afa7f05zin3m6mdy2fmny6wcidz4w2i3k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20191209042840-269d4d468f6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.31.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.31.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y3lilpipmaysjk4skbzw1qa6lv05vzixzw9lg9x73xfb01q4nyz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.65.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.65.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xrcg39jrw90gq8vl8pfq63sp3bkak04wh392yj5rh4lc1a4lxjq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) +; ("go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987" +; ,go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987) +; ("go-google-golang-org-api-0.30.0" ,go-google-golang-org-api-0.30.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d" +; ,go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" +; ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) +; ("go-github-com-google-martian-v3-3.0.0" +; ,go-github-com-google-martian-v3-3.0.0) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200323222414-85ca7c5b95cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200822124328-c89045814202") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.6 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210402161424-2e8d93401602") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j1crxa78gip3hxrds5jngi034j4zm4q3z7r8bqs3rjxnwcki9ig")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20210220032951-036812b2e83c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210403161142-5e06dd20ab57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1acdn06771rxjg38ql9wl8dr1vf23nazjnvk6105z3hddnh14fgb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190603091049-60506f45cf65") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0827yz7irmnzcdhw8vg74819jaw5ahs4w4v5fvzgfvnxyb9f6zcc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.7 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.5.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qx8gvsdx1w27vamw6wn1jns2d8pz0g9sji3l0hvs4wl1jf7p32d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee +; (package +; (name "go-golang-org-x-mod") +; (version "0.1.1-0.20191105210325-c90efee705ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200130002326-2f3ba24bd6e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" +; ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20201208152925-83fdc39ff7b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210315160823-c6e025ad8005") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dy8j3gvbkng0vy2wgdiy48871j4vchgsks2ggfxcx4jg32d2qsr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210316092652-d523dce5a7f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01hhvh6msyg11adxhgjwzbv4jprq5ajzkxxb16ln3dqv4na9b2k1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005" +; ,go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210320140829-1e4c9ba3b0c4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nrxjq5j058sba9s5g65l5rdw6b4f335lxa7hhcf57paklym1qgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.5 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.2.1 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20190717185122-a985d3407aa7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191119224855-298f0cb1881e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191011141410-1b5146add898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.3.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201021035429-f5854403a974") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201020160332-67f06af15bc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210119212857-b64e53b001e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20200804184101-5ec99f83aff1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.1.0 +; (package +; (name "go-golang-org-x-tools") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" +; ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0-rc.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0-rc.1" +; ,go-google-golang-org-protobuf-1.26.0-rc.1) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.5 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210402141018-6c239bbf2bb1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xih6y4dwjj939ilwc5s6w419kjnkn1hw33jsgml0nkjcnac74wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" +; ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) +; ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" +; ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-github-com-golang-protobuf-1.5.1" +; ,go-github-com-golang-protobuf-1.5.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20201210154907-fd9021fe5dad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.36.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l3prxp18lb0pagqg4l6c9i0l6gakfxgf6vxcsv589i0xsxw8ivm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.44.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.44.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sh6qzc3pnyliy10afrmzpfbbbm2mwcyc6mp5422xhgp3p2x370x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" +; ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57" +; ,go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602" +; ,go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.81.0" ,go-cloud-google-com-go-0.81.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.25.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.25.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.0" +; ,go-github-com-envoyproxy-go-control-plane-0.9.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20201120205902-5459f2c99403") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.5.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20210217033140-668b12f5399d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vmhc8ii081x1k2qw4kji7wjyg6l25zp1y6qxi27wq8m341i4rzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-uuid-1.1.2 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.22.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.22.0" +; ,go-google-golang-org-protobuf-1.22.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 +; (package +; (name "go-github-com-census-instrumentation-opencensus-proto") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/census-instrumentation/opencensus-proto")) +; (home-page "https://github.com/census-instrumentation/opencensus-proto") +; (synopsis +; "OpenCensus Proto - Language Independent Interface Types For OpenCensus") +; (description +; "Census provides a framework to define and collect stats against metrics and to +;break those stats down across user-defined dimensions.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190812154241-14fe0d1b01d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190311212946-11955173bddd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190313153728-d0100b6bd8b3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190524140312-2c0ae7006135") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.23.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.1-0.20191026205805-5f8ba28d4473") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 +; (package +; (name "go-github-com-envoyproxy-protoc-gen-validate") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/protoc-gen-validate") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) +; (home-page "https://github.com/envoyproxy/protoc-gen-validate") +; (synopsis "protoc-gen-validate (PGV)") +; (description +; "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.2.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 +; (package +; (name "go-golang-org-x-exp") +; (version "0.0.0-20190121172915-509febef88a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/exp") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/exp")) +; (home-page "https://golang.org/x/exp") +; (synopsis "exp") +; (description +; "This subrepository holds experimental and deprecated (in the @code{old} +;directory) packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190227174305-5b3e6a55c961") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190213061140-3a22650c66bd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181108010431-42b317875d0f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180724234803-3673e40ba225") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.4.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190226205152-f727befe758c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.26.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-client9-misspell-0.3.4 +; (package +; (name "go-github-com-client9-misspell") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/client9/misspell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/client9/misspell")) +; (home-page "https://github.com/client9/misspell") +; (synopsis "Install") +; (description +; "Package misspell corrects commonly misspelled English words in source files. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b +; (package +; (name "go-github-com-golang-glog") +; (version "0.0.0-20160126235308-23def4e6c14b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/glog") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/glog")) +; (home-page "https://github.com/golang/glog") +; (synopsis "glog") +; (description +; "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.1.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20181026193005-c67002cb31c3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180826012351-8a410e7b638d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20180821212333-d2e6202438be") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180830151530-49385e6e1522") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190114222345-bf090417da8b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.1.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20180817151627-c66870c02cf8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.19.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.19.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" +; ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" +; ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" +; ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) +; ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" +; ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190102054323-c2f93a96b099") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190819201941-24fa4b261c55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.1-0.20200526195155-81db48ad09cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190523083050-ea95bdfd59fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200526211855-cb27e3aa2013") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" +; ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.25.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.25.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.38.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08lgqdvbd0i4qwsv1y37qmf8mhsy9ywzx73ixiwih7xhnalrf7xl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-bketelsen-crypt-0.0.4 +; (package +; (name "go-github-com-bketelsen-crypt") +; (version "0.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bketelsen/crypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fyfcvy73zskd1p1mv0cn03anxkkr5gvlawsc87znqk60hdypq3v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bketelsen/crypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) +; ("go-google-golang-org-api-0.44.0" ,go-google-golang-org-api-0.44.0) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9) +; ("go-go-etcd-io-etcd-client-v2-2.305.0" +; ,go-go-etcd-io-etcd-client-v2-2.305.0) +; ("go-github-com-hashicorp-consul-api-1.1.0" +; ,go-github-com-hashicorp-consul-api-1.1.0) +; ("go-cloud-google-com-go-firestore-1.1.0" +; ,go-cloud-google-com-go-firestore-1.1.0))) +; (home-page "https://github.com/bketelsen/crypt") +; (synopsis "crypt") +; (description +; "You can use crypt as a command line tool or as a configuration library:") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191005200804-aed5e4c7ecf9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.9 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" +; ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-hcl-1.0.0 +; (package +; (name "go-github-com-hashicorp-hcl") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/hcl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/hcl")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/hashicorp/hcl") +; (synopsis "HCL") +; (description "Package hcl decodes HCL into usable Go structures. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-magiconair-properties-1.8.5 +; (package +; (name "go-github-com-magiconair-properties") +; (version "1.8.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/magiconair/properties") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/magiconair/properties")) +; (home-page "https://github.com/magiconair/properties") +; (synopsis "Overview") +; (description +; "Package properties provides functions for reading and writing +;ISO-8859-1 and UTF-8 encoded .properties files and has +;support for recursive property expansion. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.4.1 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m98wiadb6kdnzv21m8p7nk1jb30zpjh47fkb1dg251r3m7bj47v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pelletier-go-toml-1.9.3 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 +; (package +; (name "go-github-com-gopherjs-gopherjs") +; (version "0.0.0-20181017120253-0766667cb4d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gopherjs/gopherjs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gopherjs/gopherjs")) +; (home-page "https://github.com/gopherjs/gopherjs") +; (synopsis "GopherJS - A compiler from Go to JavaScript") +; (description +; "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") +; (license license:bsd-2))) +; +;(define-public go-github-com-jtolds-gls-4.20.0+incompatible +; (package +; (name "go-github-com-jtolds-gls") +; (version "4.20.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jtolio/gls") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jtolds/gls")) +; (home-page "https://github.com/jtolds/gls") +; (synopsis "gls") +; (description "Package gls implements goroutine-local storage. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "0.0.0-20180927180507-b2de0cb4f26d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190328211700-ab21143f2384") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-goconvey-1.6.4 +; (package +; (name "go-github-com-smartystreets-goconvey") +; (version "1.6.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/goconvey") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/goconvey")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" +; ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) +; ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" +; ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) +; ("go-github-com-jtolds-gls-4.20.0+incompatible" +; ,go-github-com-jtolds-gls-4.20.0+incompatible) +; ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" +; ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) +; (home-page "https://github.com/smartystreets/goconvey") +; (synopsis "GoConvey is awesome Go testing") +; (description +; "This executable provides an HTTP server that watches for file system changes +;to .go files within the working directory (and all nested go packages). +;Navigating to the configured host and port in a web browser will display the +;latest results of running `go test` in each go package. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-fs-0.1.0 +; (package +; (name "go-github-com-kr-fs") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/fs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/fs")) +; (home-page "https://github.com/kr/fs") +; (synopsis #f) +; (description "Package fs provides filesystem-related functions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.4.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-pkg-sftp-1.10.1 +; (package +; (name "go-github-com-pkg-sftp") +; (version "1.10.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/sftp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iw6lijdljwh5xw5hsy0b578cr52h6vvm7hbnzlrvciwhh4sfhhp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/sftp")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" +; ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-kr-fs-0.1.0" ,go-github-com-kr-fs-0.1.0))) +; (home-page "https://github.com/pkg/sftp") +; (synopsis "sftp") +; (description +; "Package sftp implements the SSH File Transfer Protocol as described in +;@url{https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02,https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02} +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190820162420-60c769a6c586") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wy2pg38dz29vf1h48yfqf8m3jqvwnbdw8vkk3ldlj5d8fbbbmv8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-spf13-afero-1.6.0 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" +; ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) +; ("go-github-com-pkg-sftp-1.10.1" ,go-github-com-pkg-sftp-1.10.1))) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cast-1.3.1 +; (package +; (name "go-github-com-spf13-cast") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cast") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cast")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/cast") +; (synopsis "cast") +; (description "Package cast provides easy and safe casting in Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-jwalterweatherman-1.1.0 +; (package +; (name "go-github-com-spf13-jwalterweatherman") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/jwalterweatherman") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/jwalterweatherman") +; (synopsis "jWalterWeatherman") +; (description +; "Seamless printing to the terminal (stdout) and logging to a io.Writer +;(file) thatâ\x80\x99s as easy to use as fmt.Println.") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.7.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-subosito-gotenv-1.2.0 +; (package +; (name "go-github-com-subosito-gotenv") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/subosito/gotenv") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/subosito/gotenv")) +; (home-page "https://github.com/subosito/gotenv") +; (synopsis "gotenv") +; (description +; "Package gotenv provides functionality to dynamically load the environment variables +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-ini-v1-1.62.0 +; (package +; (name "go-gopkg-in-ini-v1") +; (version "1.62.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/ini.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/ini.v1" #:unpack-path "gopkg.in/ini.v1")) +; (home-page "https://gopkg.in/ini.v1") +; (synopsis "INI") +; (description +; "Package ini provides INI file read and write functionality in Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-viper-1.8.1 +; (package +; (name "go-github-com-spf13-viper") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/viper") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/viper")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-ini-v1-1.62.0" ,go-gopkg-in-ini-v1-1.62.0) +; ("go-github-com-subosito-gotenv-1.2.0" +; ,go-github-com-subosito-gotenv-1.2.0) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-spf13-jwalterweatherman-1.1.0" +; ,go-github-com-spf13-jwalterweatherman-1.1.0) +; ("go-github-com-spf13-cast-1.3.1" ,go-github-com-spf13-cast-1.3.1) +; ("go-github-com-spf13-afero-1.6.0" ,go-github-com-spf13-afero-1.6.0) +; ("go-github-com-smartystreets-goconvey-1.6.4" +; ,go-github-com-smartystreets-goconvey-1.6.4) +; ("go-github-com-pelletier-go-toml-1.9.3" +; ,go-github-com-pelletier-go-toml-1.9.3) +; ("go-github-com-mitchellh-mapstructure-1.4.1" +; ,go-github-com-mitchellh-mapstructure-1.4.1) +; ("go-github-com-magiconair-properties-1.8.5" +; ,go-github-com-magiconair-properties-1.8.5) +; ("go-github-com-hashicorp-hcl-1.0.0" +; ,go-github-com-hashicorp-hcl-1.0.0) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-bketelsen-crypt-0.0.4" +; ,go-github-com-bketelsen-crypt-0.0.4))) +; (home-page "https://github.com/spf13/viper") +; (synopsis "Install") +; (description "Many Go projects are built using Viper including:") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.4.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cobra-1.2.1 +; (package +; (name "go-github-com-spf13-cobra") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "091kz3xnlsgpqb90fc5nhjr4yfr8b8sjnyl0zd4wm1fgzkpw09jh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-github-com-spf13-viper-1.8.1" ,go-github-com-spf13-viper-1.8.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210226172049-e18ecbb05110") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210615035016-665e8c7367d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20210711020723-a769d52b0f97 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20210711020723-a769d52b0f97") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qdv4yfdl5fbsdgvxkki1yjwwn3whns381c0za74syxdvzhhgiaf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" +; ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-inconshreveable-mousetrap-1.0.0 +; (package +; (name "go-github-com-inconshreveable-mousetrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/inconshreveable/mousetrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) +; (home-page "https://github.com/inconshreveable/mousetrap") +; (synopsis "mousetrap") +; (description "mousetrap is a tiny library that answers a single question.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sergi-go-diff-1.0.0 +; (package +; (name "go-github-com-sergi-go-diff") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sergi/go-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sergi/go-diff")) +; (home-page "https://github.com/sergi/go-diff") +; (synopsis "go-diff") +; (description +; "go-diff offers algorithms to perform operations required for synchronizing plain text:") +; (license license:expat))) +; +;(define-public go-github-com-spf13-pflag-1.0.5 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcng-sif-1.6.0 +; (package +; (name "go-github-com-hpcng-sif") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/apptainer/sif") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fz6h5zcaxk6v8vfx9lxny2bmwnmflvvx9jkyxydz6zlgrbn2qbb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcng/sif")) +; (propagated-inputs +; `(("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sergi-go-diff-1.0.0" +; ,go-github-com-sergi-go-diff-1.0.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-golang-org-x-crypto-0.0.0-20210711020723-a769d52b0f97" +; ,go-golang-org-x-crypto-0.0.0-20210711020723-a769d52b0f97) +; ("go-github-com-spf13-cobra-1.2.1" ,go-github-com-spf13-cobra-1.2.1) +; ("go-github-com-sebdah-goldie-v2-2.5.3" +; ,go-github-com-sebdah-goldie-v2-2.5.3) +; ("go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76" +; ,go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76))) +; (home-page "https://github.com/hpcng/sif") +; (synopsis "The Singularity Image Format (SIF)") +; (description +; "This module contains an open source implementation of the Singularity Image Format (SIF) that makes it easy to create complete and encapsulated container environments stored in a single file.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kardianos-osext-0.0.0-20190222173326-2bc1f35cddc0 +; (package +; (name "go-github-com-kardianos-osext") +; (version "0.0.0-20190222173326-2bc1f35cddc0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kardianos/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pvrbrvmrf4mx0fxbfaphbzgqgwn8v6lkfk2vyrs0znxrs1xyc5r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kardianos/osext")) +; (home-page "https://github.com/kardianos/osext") +; (synopsis "Extensions to the \"os\" package.") +; (description "Extensions to the standard \"os\" package. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-creack-pty-1.1.7 +; (package +; (name "go-github-com-creack-pty") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/creack/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/creack/pty")) +; (home-page "https://github.com/creack/pty") +; (synopsis "pty") +; (description +; "Package pty provides functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.8 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vcl6f90n0f8s8b4fyh0832ilybjqcypqyj233lqj1hx62fvgdbk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (propagated-inputs +; `(("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7))) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wcw1z39wjx338406ga86a41f5ird0yc4ab3c70nfhkpkvjjzhkm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20210326190908-1c3f411f0417") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-tools-0.9.1-0.20210326182921-59cdde06764b +; (package +; (name "go-github-com-opencontainers-runtime-tools") +; (version "0.9.1-0.20210326182921-59cdde06764b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f4zy6x1rrrg10bphwijic30m3r4mq934zbavnci6jyi41l1w2r0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) +; (home-page "https://github.com/opencontainers/runtime-tools") +; (synopsis "oci-runtime-tool") +; (description +; "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. +;To build from source code, runtime-tools requires Go 1.10.x or above.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191115151921-52ab43148777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.10.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118q1d9py9zhym4jmyiivasmllkdnkp1zyx4brc6n2cfmxfph6gc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210312213058-32f4d319f0d2 +; (package +; (name "go-github-com-adamkorcz-go-fuzz-headers") +; (version "0.0.0-20210312213058-32f4d319f0d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/AdamKorcz/go-fuzz-headers") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r14xxw8c7pkmln0n5vlrahf1785mr7mlyklmfpa11p9kk9pmq5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/AdamKorcz/go-fuzz-headers")) +; (home-page "https://github.com/AdamKorcz/go-fuzz-headers") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-apex-logs-0.0.7 +; (package +; (name "go-github-com-apex-logs") +; (version "0.0.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/apex/logs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h12q9sb7f4yjizajfxvjllzqab1s8scgqj22prwyfbbqg1ilchv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/apex/logs")) +; (propagated-inputs +; `(("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0" +; ,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0))) +; (home-page "https://github.com/apex/logs") +; (synopsis "Example") +; (description "Go client for @url{https://apex.sh/logs/,Apex Logs}.") +; (license license:expat))) +; +;(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a +; (package +; (name "go-github-com-aphistic-golf") +; (version "0.0.0-20180712155816-02c07f170c5a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aphistic/golf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aphistic/golf")) +; (home-page "https://github.com/aphistic/golf") +; (synopsis "golf") +; (description +; "This package provides logging capabilities using the GELF (@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/}) log format +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.5 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "114d5xm8rfxplzd7nxz97gfngb4bhqy102szl084d1afcxsvm4aa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" +; ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.1 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.5" +; ,go-github-com-mattn-go-isatty-0.0.5))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b +; (package +; (name "go-github-com-mgutz-ansi") +; (version "0.0.0-20170206155736-9520e82c474b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mgutz/ansi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00bz22314j26736w1f0q4jy9d9dfaml17vn890n5zqy3cmvmww1j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mgutz/ansi")) +; (home-page "https://github.com/mgutz/ansi") +; (synopsis "ansi") +; (description +; "Package ansi is a small, fast library to create ANSI colored strings and codes. +;") +; (license license:expat))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.7 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcloud-tail-1.0.0 +; (package +; (name "go-github-com-hpcloud-tail") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcloud/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcloud/tail")) +; (home-page "https://github.com/hpcloud/tail") +; (synopsis "Go package for tail-ing files") +; (description +; "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") +; (license license:expat))) +; +;(define-public go-github-com-onsi-ginkgo-1.6.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180906233101-161cd47e91fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180909124046-d0be0721c37e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-fsnotify-v1-1.4.7 +; (package +; (name "go-gopkg-in-fsnotify-v1") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/fsnotify.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/fsnotify.v1" +; #:unpack-path +; "gopkg.in/fsnotify.v1")) +; (home-page "https://gopkg.in/fsnotify.v1") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 +; (package +; (name "go-gopkg-in-tomb-v1") +; (version "1.0.0-20141024135613-dd632973f1e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/tomb.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) +; (home-page "https://gopkg.in/tomb.v1") +; (synopsis "Installation and usage") +; (description +; "The tomb package offers a conventional API for clean goroutine termination. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.1 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-gomega-1.5.0 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n7i4hksdgv410m43v2sw14bl5vy59dkp6nlw5l76nibbh37syr9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-sergi-go-diff-1.0.0 +; (package +; (name "go-github-com-sergi-go-diff") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sergi/go-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0swiazj8wphs2zmk1qgq75xza6m19snif94h2m6fi8dqkwqdl7c7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sergi/go-diff")) +; (home-page "https://github.com/sergi/go-diff") +; (synopsis "go-diff") +; (description +; "go-diff offers algorithms to perform operations required for synchronizing plain text:") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190426145343-a29dc8fdc734") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07f0jj4haqs0ywc1akk1qjwn5msl2j0pry1rxjkkbfcq4r6ihc1p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-aphistic-sweet-0.2.0 +; (package +; (name "go-github-com-aphistic-sweet") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aphistic/sweet") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb4qagfxf6byqn2yx0vq24xfvisz3ah4w6bvqclc8cklvfngw43")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aphistic/sweet")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734" +; ,go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734) +; ("go-github-com-sergi-go-diff-1.0.0" +; ,go-github-com-sergi-go-diff-1.0.0) +; ("go-github-com-onsi-gomega-1.5.0" ,go-github-com-onsi-gomega-1.5.0) +; ("go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b" +; ,go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b) +; ("go-github-com-mattn-go-colorable-0.1.1" +; ,go-github-com-mattn-go-colorable-0.1.1))) +; (home-page "https://github.com/aphistic/sweet") +; (synopsis "sweet") +; (description +; "Sweet is a pluggable test runner capable of hooking into standard Go tests. It attempts to provide access to the standard Go test tool as close as possible while adding support for test suites and plugins that can hook into test results to add additional functionality.") +; (license license:expat))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20180206201540-c2b33e8439af") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r6w7ydx8ydryxk3sfhzsk8m6f1nsik9jg3i1zhi69v4kfl4d5cz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-aws-aws-sdk-go-1.20.6 +; (package +; (name "go-github-com-aws-aws-sdk-go") +; (version "1.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aws/aws-sdk-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "016vy5s9finyfgh08j7rvn2pnwymdgj2ydr59w57pysnri87mdwx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aws/aws-sdk-go")) +; (propagated-inputs +; `(("go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af))) +; (home-page "https://github.com/aws/aws-sdk-go") +; (synopsis "AWS SDK for Go") +; (description +; "Package sdk is the official AWS SDK for the Go programming language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59 +; (package +; (name "go-github-com-aybabtme-rgbterm") +; (version "0.0.0-20170906152045-cc83f3b3ce59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aybabtme/rgbterm") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wvmxvjn64968ikvnxrflb1x8rlcwzpfl53fzbxff2axbx9lq50q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aybabtme/rgbterm")) +; (home-page "https://github.com/aybabtme/rgbterm") +; (synopsis "RGB terminal") +; (description +; "Package rgbterm colorizes bytes and strings using RGB colors, for a +;full range of pretty terminal strings. +;") +; (license #f))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 +; (package +; (name "go-github-com-kr-logfmt") +; (version "0.0.0-20140226030751-b84e30acd515") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/logfmt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/logfmt")) +; (home-page "https://github.com/kr/logfmt") +; (synopsis #f) +; (description +; "Package implements the decoding of logfmt key-value pairs. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.4.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (propagated-inputs +; `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-uuid-1.1.1 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7 +; (package +; (name "go-github-com-jpillora-backoff") +; (version "0.0.0-20180909062703-3050d21c67d7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jpillora/backoff") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nxapdx9xg5gwiscfhq7m0w14hj4gaxb4avmgf1mx9zd3jnw9jxv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jpillora/backoff")) +; (home-page "https://github.com/jpillora/backoff") +; (synopsis "Backoff") +; (description +; "Package backoff provides an exponential-backoff implementation. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.2.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.2 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.8" +; ,go-github-com-mattn-go-isatty-0.0.8))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-rogpeppe-fastuuid-1.1.0 +; (package +; (name "go-github-com-rogpeppe-fastuuid") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/fastuuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jlif5pxyz3md02ij93kd2y2j1zz0ajc9k8azvn83vv6l3r5c1zg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) +; (home-page "https://github.com/rogpeppe/fastuuid") +; (synopsis "fastuuid") +; (description +; "Package fastuuid provides fast UUID generation of 192 bit +;universally unique identifiers. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9 +; (package +; (name "go-github-com-smartystreets-go-aws-auth") +; (version "0.0.0-20180515143844-0c1422d1fdb9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets-archives/go-aws-auth") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0krfdpgn3gfii1z9fi8ydfw0wwfqyvp6w3rji7w92m528zkjl93d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/go-aws-auth")) +; (home-page "https://github.com/smartystreets/go-aws-auth") +; (synopsis "go-aws-auth") +; (description +; "Package awsauth implements AWS request signing using Signed Signature Version 2, +;Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and STS. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-1.0.0 +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1188hs39zvil41sdnxs83h1hp319lfyc5n2rvd1xnhz1dh5qjjh4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-gunit-1.0.0 +; (package +; (name "go-github-com-smartystreets-gunit") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/gunit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d09rl5qqpj36a311pjj8w5jkj83d5b8gdcsx8f1zn4j924sm5d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/gunit")) +; (propagated-inputs +; `(("go-github-com-smartystreets-assertions-1.0.0" +; ,go-github-com-smartystreets-assertions-1.0.0))) +; (home-page "https://github.com/smartystreets/gunit") +; (synopsis "gunit") +; (description +; "Package gunit provides \"testing\" package hooks and convenience +;functions for writing tests in an xUnit style. +;See the README file and the examples folder for examples. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.4.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0 +; (package +; (name "go-github-com-tj-assert") +; (version "0.0.0-20171129193455-018094318fb0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/assert") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15ika7izp5hkd10dm30apwfvpm0d1yl2rnxs6896q0svz9zvi2z3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/assert")) +; (home-page "https://github.com/tj/assert") +; (synopsis "assert") +; (description +; "Package assert implements the same assertions as the `assert` package but +;stops test execution when a test fails. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2 +; (package +; (name "go-github-com-tj-go-elastic") +; (version "0.0.0-20171221160941-36157cbbebc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-elastic") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-elastic")) +; (home-page "https://github.com/tj/go-elastic") +; (synopsis "go-elastic") +; (description +; "Package elastic provides an Elasticsearch client with AWS sigv4 support. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b +; (package +; (name "go-github-com-tj-go-kinesis") +; (version "0.0.0-20171128231115-08b17f58cb1b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-kinesis") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "108c6p5j6rhhc2cnc2v5368yfsw73y6lzlvz02vpvvjph8rhmld4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-kinesis")) +; (home-page "https://github.com/tj/go-kinesis") +; (synopsis "go-kinesis") +; (description +; "Package kinesis implements a batch producer built on top of the official AWS SDK. +;") +; (license license:expat))) +; +;(define-public go-github-com-tj-go-spin-1.1.0 +; (package +; (name "go-github-com-tj-go-spin") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/go-spin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/go-spin")) +; (home-page "https://github.com/tj/go-spin") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20190902080502-41f04d3bba15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-apex-log-1.4.0 +; (package +; (name "go-github-com-apex-log") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/apex/log") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0711096f04dyjk2vgj5b50491fl36wciwbq80xwvns5wwkqdg2z5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/apex/log")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-tj-go-spin-1.1.0" ,go-github-com-tj-go-spin-1.1.0) +; ("go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b" +; ,go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b) +; ("go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2" +; ,go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2) +; ("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0" +; ,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-smartystreets-gunit-1.0.0" +; ,go-github-com-smartystreets-gunit-1.0.0) +; ("go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9" +; ,go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9) +; ("go-github-com-rogpeppe-fastuuid-1.1.0" +; ,go-github-com-rogpeppe-fastuuid-1.1.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-mattn-go-colorable-0.1.2" +; ,go-github-com-mattn-go-colorable-0.1.2) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7" +; ,go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59" +; ,go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59) +; ("go-github-com-aws-aws-sdk-go-1.20.6" +; ,go-github-com-aws-aws-sdk-go-1.20.6) +; ("go-github-com-aphistic-sweet-0.2.0" +; ,go-github-com-aphistic-sweet-0.2.0) +; ("go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a" +; ,go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a) +; ("go-github-com-apex-logs-0.0.7" ,go-github-com-apex-logs-0.0.7))) +; (home-page "https://github.com/apex/log") +; (synopsis "Handlers") +; (description +; "Package log implements a simple structured logging API designed with few assumptions. Designed for +;centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out +;to handlers. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 +; (package +; (name "go-github-com-cyphar-filepath-securejoin") +; (version "0.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cyphar/filepath-securejoin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) +; (home-page "https://github.com/cyphar/filepath-securejoin") +; (synopsis #f) +; (description +; "Package securejoin is an implementation of the hopefully-soon-to-be-included +;SecureJoin helper that is meant to be part of the \"path/filepath\" package. +;The purpose of this project is to provide a PoC implementation to make the +;SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more +;tangible. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-docker-go-units-0.4.0 +; (package +; (name "go-github-com-docker-go-units") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-units") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-units")) +; (home-page "https://github.com/docker/go-units") +; (synopsis "Introduction") +; (description +; "Package units provides helper function to parse and print size and time units +;in human-readable format. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-klauspost-compress-1.11.3 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-klauspost-pgzip-1.2.4 +; (package +; (name "go-github-com-klauspost-pgzip") +; (version "1.2.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/pgzip") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mnhfdn0isbkra455jynqjbmrwymx09shlbzbyvgfycih3nbrif0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/pgzip")) +; (home-page "https://github.com/klauspost/pgzip") +; (synopsis "pgzip") +; (description +; "Package pgzip implements reading and writing of gzip format compressed files, +;as specified in @url{https://rfc-editor.org/rfc/rfc1952.html,RFC 1952}. +;") +; (license license:expat))) +; +;(define-public go-github-com-creack-pty-1.1.9 +; (package +; (name "go-github-com-creack-pty") +; (version "1.1.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/creack/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v52599qq76dwq742mffakzj6mxqqccv2szn3hjicjld56nmd2d3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/creack/pty")) +; (home-page "https://github.com/creack/pty") +; (synopsis "pty") +; (description +; "Package pty provides functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.2.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-creack-pty-1.1.9" ,go-github-com-creack-pty-1.1.9))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200116001909-b77594299b42") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0isfm6kmh4fjhh6m7mrb3zvdjka2y31c5habr5kydl7rg0lwkabv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.12 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dfsh27d52wmz0nmmzm2382pfrs2fcijvh6cgir7jbb4pnigr5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42" +; ,go-golang-org-x-sys-0.0.0-20200116001909-b77594299b42))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200223170610-d5e6a3e2c0ae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lz7vm5dz2p14fzq2j4m1l9p392cl0fa73aaf45gln07ylfajk4n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.6 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zv9ix7g0qf71jdhv7gbab9hjfkgbxl22kwhpz9ck1y6m4g1zxaw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae" +; ,go-golang-org-x-sys-0.0.0-20200223170610-d5e6a3e2c0ae) +; ("go-github-com-mattn-go-isatty-0.0.12" +; ,go-github-com-mattn-go-isatty-0.0.12))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mohae-deepcopy-0.0.0-20170929034955-c48cc78d4826 +; (package +; (name "go-github-com-mohae-deepcopy") +; (version "0.0.0-20170929034955-c48cc78d4826") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mohae/deepcopy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jdhsz0hsbn0k45rmvm39knbvs024j24ay2q65k5ih8ql8m2c0sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mohae/deepcopy")) +; (home-page "https://github.com/mohae/deepcopy") +; (synopsis "deepCopy") +; (description +; "deepcopy makes deep copies of things. A standard copy will copy the +;pointers: deep copy copies the values pointed to. Unexported field +;values are not copied. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-niemeyer-pretty-0.0.0-20200227124842-a10e7caefd8e +; (package +; (name "go-github-com-niemeyer-pretty") +; (version "0.0.0-20200227124842-a10e7caefd8e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/niemeyer/pretty") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jmazh4xzaa3v6g46hz60q2z7nmqs9l9cxdzmmscn3kbcs2znq4v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/niemeyer/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/niemeyer/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc90 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc90") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pi3rvj585997m4z9ljkxz2z9yxf9p2jr0pmqbqrc7bc95f5hagk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-rootless-containers-proto-0.1.0 +; (package +; (name "go-github-com-rootless-containers-proto") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rootless-containers/proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yik3b2fxpdkhplni8saabpvf43wnnz4wh6fapak29mkj3lx3mfh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rootless-containers/proto")) +; (home-page "https://github.com/rootless-containers/proto") +; (synopsis #f) +; (description +; "This project contains the @url{https://developers.google.com/protocol-buffers/,protobuf} definition of the +;@code{user.rootlesscontainers} extended attribute. The main purpose of this +;attribute is to allow for a interoperable and standardised way of emulating +;persistent syscalls in a @url{https://rootlesscontaine.rs/,rootless container} (syscalls +;such as @code{chown(2)} which would ordinarily fail).") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190422165155-953cdadca894") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.6.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200605160147-a5ece683394c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03cm7c3p5fh0aa8vnxv5010dgqqr268ivb480ix1salxx3396w68")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-tj-assert-0.0.3 +; (package +; (name "go-github-com-tj-assert") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tj/assert") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tj/assert")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/tj/assert") +; (synopsis "assert") +; (description +; "Package assert implements the same assertions as the `assert` package but +;stops test execution when a test fails. +;") +; (license license:expat))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0-20190314233015-f79a8a8ca69d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.4 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s7frsmiih4wh8vpx9z3ck4667c6vpjrmba7b9ymnv1p9khyg8wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190222072716-a9d3bda3a223") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1w45zc13xrjzl19s1sx74r5mg3lf2z2nm13wygcdq5r5pyjlhdz9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.8 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rqfh1rj6f5wm8p2ky7inm8g10152p7w6n2cli17kf9gad797i8h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223" +; ,go-golang-org-x-sys-0.0.0-20190222072716-a9d3bda3a223))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-colorable-0.1.4 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yxcz08kminqr1221zxpibnbzfcgs3fafin0z9zqb3gqvf74jywz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.8" +; ,go-github-com-mattn-go-isatty-0.0.8))) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.11 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h671sv7hfprja495kavazkalkx7xzaqksjh13brcnwq67ijrali")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037))) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.9.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "086z8ssmr1fn9ba4mqnw7pnccfpys6l5yfhvycv1gdrsk7n27mvs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (propagated-inputs +; `(("go-github-com-mattn-go-isatty-0.0.11" +; ,go-github-com-mattn-go-isatty-0.0.11) +; ("go-github-com-mattn-go-colorable-0.1.4" +; ,go-github-com-mattn-go-colorable-0.1.4))) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.1 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20180904163835-0709b304e793") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180905080454-ebe1bf3edb33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.3.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ib7k8cwxn53dyxd3af1g81z018n77n6q64pm4miznirf7c2c9gk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" +; ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191026070338-33540a1f6037") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vbatts-go-mtree-0.5.0 +; (package +; (name "go-github-com-vbatts-go-mtree") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vbatts/go-mtree") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p42aliw6ngp7zgg5y9mi18z1ka9n0vblbrp5flp93i7qfmc5y0k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vbatts/go-mtree")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550) +; ("go-github-com-sirupsen-logrus-1.3.0" +; ,go-github-com-sirupsen-logrus-1.3.0) +; ("go-github-com-fatih-color-1.9.0" ,go-github-com-fatih-color-1.9.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/vbatts/go-mtree") +; (synopsis "go-mtree") +; (description +; "@code{mtree} is a filesystem hierarchy validation tooling and format. +;This is a library and simple cli tool for @url{https://www.freebsd.org/cgi/man.cgi?mtree%288%29=,mtree(8)} support.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200604202706-70a84ac30bf9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200604202706-70a84ac30bf9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zr8np92g3qx7cdgaz4b2z5wnlym9lqyhrvs3xvv1fbsapd2z6i3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200622214017-ed371f2e16b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.22.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.22.0" +; ,go-google-golang-org-protobuf-1.22.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 +; (package +; (name "go-github-com-census-instrumentation-opencensus-proto") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/census-instrumentation/opencensus-proto")) +; (home-page "https://github.com/census-instrumentation/opencensus-proto") +; (synopsis +; "OpenCensus Proto - Language Independent Interface Types For OpenCensus") +; (description +; "Census provides a framework to define and collect stats against metrics and to +;break those stats down across user-defined dimensions.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190812154241-14fe0d1b01d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190311212946-11955173bddd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190313153728-d0100b6bd8b3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190524140312-2c0ae7006135") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.23.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.1-0.20191026205805-5f8ba28d4473") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 +; (package +; (name "go-github-com-envoyproxy-protoc-gen-validate") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/protoc-gen-validate") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) +; (home-page "https://github.com/envoyproxy/protoc-gen-validate") +; (synopsis "protoc-gen-validate (PGV)") +; (description +; "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.2.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 +; (package +; (name "go-golang-org-x-exp") +; (version "0.0.0-20190121172915-509febef88a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/exp") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/exp")) +; (home-page "https://golang.org/x/exp") +; (synopsis "exp") +; (description +; "This subrepository holds experimental and deprecated (in the @code{old} +;directory) packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190227174305-5b3e6a55c961") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190213061140-3a22650c66bd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181108010431-42b317875d0f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180724234803-3673e40ba225") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.4.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190226205152-f727befe758c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.26.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-client9-misspell-0.3.4 +; (package +; (name "go-github-com-client9-misspell") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/client9/misspell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/client9/misspell")) +; (home-page "https://github.com/client9/misspell") +; (synopsis "Install") +; (description +; "Package misspell corrects commonly misspelled English words in source files. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b +; (package +; (name "go-github-com-golang-glog") +; (version "0.0.0-20160126235308-23def4e6c14b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/glog") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/glog")) +; (home-page "https://github.com/golang/glog") +; (synopsis "glog") +; (description +; "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.1.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20181026193005-c67002cb31c3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180826012351-8a410e7b638d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20180821212333-d2e6202438be") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180830151530-49385e6e1522") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190114222345-bf090417da8b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.1.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20180817151627-c66870c02cf8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.19.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.19.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" +; ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" +; ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" +; ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) +; ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" +; ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190102054323-c2f93a96b099") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190819201941-24fa4b261c55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.1-0.20200526195155-81db48ad09cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190523083050-ea95bdfd59fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200526211855-cb27e3aa2013") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" +; ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.24.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20200227125254-8fa46927fb4f +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20200227125254-8fa46927fb4f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fx03x0nx9mjwnqphnx852q9p76qg7cazrachvgr1bj357lplrcw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200615113413-eeeca48fe776 +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200615113413-eeeca48fe776") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06m3kx5mp6vwfcpjl04c39r1dpbakg2la9ql1jw3zvpi6jk7iwbk")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-opencontainers-umoci-0.4.7 +; (package +; (name "go-github-com-opencontainers-umoci") +; (version "0.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/umoci") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0in8kyi4jprvbm3zsl3risbjj8b0ma62yl3rq8rcvcgypx0mn7d4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/umoci")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200615113413-eeeca48fe776" +; ,go-gopkg-in-yaml-v3-3.0.0-20200615113413-eeeca48fe776) +; ("go-gopkg-in-check-v1-1.0.0-20200227125254-8fa46927fb4f" +; ,go-gopkg-in-check-v1-1.0.0-20200227125254-8fa46927fb4f) +; ("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" +; ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) +; ("go-golang-org-x-crypto-0.0.0-20200604202706-70a84ac30bf9" +; ,go-golang-org-x-crypto-0.0.0-20200604202706-70a84ac30bf9) +; ("go-github-com-vbatts-go-mtree-0.5.0" +; ,go-github-com-vbatts-go-mtree-0.5.0) +; ("go-github-com-urfave-cli-1.22.4" ,go-github-com-urfave-cli-1.22.4) +; ("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-rootless-containers-proto-0.1.0" +; ,go-github-com-rootless-containers-proto-0.1.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-opencontainers-runc-1.0.0-rc90" +; ,go-github-com-opencontainers-runc-1.0.0-rc90) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-niemeyer-pretty-0.0.0-20200227124842-a10e7caefd8e" +; ,go-github-com-niemeyer-pretty-0.0.0-20200227124842-a10e7caefd8e) +; ("go-github-com-mohae-deepcopy-0.0.0-20170929034955-c48cc78d4826" +; ,go-github-com-mohae-deepcopy-0.0.0-20170929034955-c48cc78d4826) +; ("go-github-com-mattn-go-colorable-0.1.6" +; ,go-github-com-mattn-go-colorable-0.1.6) +; ("go-github-com-kr-text-0.2.0" ,go-github-com-kr-text-0.2.0) +; ("go-github-com-klauspost-pgzip-1.2.4" +; ,go-github-com-klauspost-pgzip-1.2.4) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-apex-log-1.4.0" ,go-github-com-apex-log-1.4.0) +; ("go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210312213058-32f4d319f0d2" +; ,go-github-com-adamkorcz-go-fuzz-headers-0.0.0-20210312213058-32f4d319f0d2))) +; (home-page "https://github.com/opencontainers/umoci") +; (synopsis "Install") +; (description +; "@strong{u}moci @strong{m}odifies @strong{O}pen @strong{C}ontainer @strong{i}mages.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pelletier-go-toml-1.9.3 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.1.0 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d1rg1drrfmabilqjjayklsz5d0n3hkf979sr3wsrw92bfbkivs7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-satori-go-uuid-1.2.1-0.20180404165556-75cca531ea76 +; (package +; (name "go-github-com-satori-go-uuid") +; (version "1.2.1-0.20180404165556-75cca531ea76") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/satori/go.uuid") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fi1rc2zl0vyyah6iy8cvsjyxipp6pnzb19x40qkq3j1qlra20qy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/satori/go.uuid")) +; (home-page "https://github.com/satori/go.uuid") +; (synopsis "UUID package for Go language") +; (description +; "Package uuid provides implementation of Universally Unique Identifier (UUID). +;Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and +;version 2 (as specified in DCE 1.1). +;") +; (license license:expat))) +; +;(define-public go-github-com-blang-semver-3.5.1+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.5.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-errwrap-1.0.0 +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.1.0 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pmjpzpra7lqgikxzwlcp5mh01b46j2vhyxkixz0v86fr9kf0k3k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200710190001-3e4195d92445 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20200710190001-3e4195d92445") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04kfdbap80r89rn7f7xcmkyy0qbpd18dgk65bzapy0x0calpgrlk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-tools-0.9.0 +; (package +; (name "go-github-com-opencontainers-runtime-tools") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pli3jb1rq9lkzzz83f7jw788vijg7x6ly3vgasdlwri7kiph1sa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) +; (home-page "https://github.com/opencontainers/runtime-tools") +; (synopsis "oci-runtime-tool") +; (description +; "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. +;To build from source code, runtime-tools requires Go 1.10.x or above.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11-0.20200630133818-d5bec3311243") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191115151921-52ab43148777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.6.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" +; ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 +; (package +; (name "go-github-com-seccomp-libseccomp-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/seccomp/libseccomp-golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) +; (home-page "https://github.com/seccomp/libseccomp-golang") +; (synopsis #f) +; (description +; "Package seccomp provides bindings for libseccomp, a library wrapping the Linux +;seccomp syscall. Seccomp enables an application to restrict system call use +;for itself and its children. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190422165155-953cdadca894") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.6.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20180916011248-d98352740cb2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f +; (package +; (name "go-github-com-xeipuuv-gojsonpointer") +; (version "0.0.0-20180127040702-4e3ac2762d5f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonpointer") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) +; (home-page "https://github.com/xeipuuv/gojsonpointer") +; (synopsis "gojsonpointer") +; (description "An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 +; (package +; (name "go-github-com-xeipuuv-gojsonreference") +; (version "0.0.0-20180127040603-bd5ef7bd5415") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonreference") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) +; (home-page "https://github.com/xeipuuv/gojsonreference") +; (synopsis "gojsonreference") +; (description "An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonschema-1.2.0 +; (package +; (name "go-github-com-xeipuuv-gojsonschema") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonschema") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mqiq0r8qw4qlfp3ls8073r6514rmzwrmdn4j33rppk3zh942i6l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) +; (propagated-inputs +; `(("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0))) +; (home-page "https://github.com/xeipuuv/gojsonschema") +; (synopsis "gojsonschema") +; (description +; "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200720211630-cb9d2d5c5666 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200720211630-cb9d2d5c5666") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18b1179cvv3rfn3hhysiqwcn2c15a1kzff74q4494rz69k0j7w4q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-seccomp-containers-golang-0.6.0 +; (package +; (name "go-github-com-seccomp-containers-golang") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/seccomp/containers-golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0clrwdnmr131a65h66br57bsnr17i1s3kq9cc7ljrdaym57y6cfz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/seccomp/containers-golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200720211630-cb9d2d5c5666" +; ,go-golang-org-x-sys-0.0.0-20200720211630-cb9d2d5c5666) +; ("go-github-com-xeipuuv-gojsonschema-1.2.0" +; ,go-github-com-xeipuuv-gojsonschema-1.2.0) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-opencontainers-selinux-1.6.0" +; ,go-github-com-opencontainers-selinux-1.6.0) +; ("go-github-com-opencontainers-runtime-tools-0.9.0" +; ,go-github-com-opencontainers-runtime-tools-0.9.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200710190001-3e4195d92445" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200710190001-3e4195d92445) +; ("go-github-com-hashicorp-go-multierror-1.1.0" +; ,go-github-com-hashicorp-go-multierror-1.1.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://github.com/seccomp/containers-golang") +; (synopsis "containers-golang") +; (description +; "@code{containers-golang} is a set of Go libraries used by container runtimes to generate and load seccomp mappings into the kernel.") +; (license license:asl2.0))) +; +;(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 +; (package +; (name "go-github-com-seccomp-libseccomp-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/seccomp/libseccomp-golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) +; (home-page "https://github.com/seccomp/libseccomp-golang") +; (synopsis #f) +; (description +; "Package seccomp provides bindings for libseccomp, a library wrapping the Linux +;seccomp syscall. Seccomp enables an application to restrict system call use +;for itself and its children. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-inconshreveable-mousetrap-1.0.0 +; (package +; (name "go-github-com-inconshreveable-mousetrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/inconshreveable/mousetrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) +; (home-page "https://github.com/inconshreveable/mousetrap") +; (synopsis "mousetrap") +; (description "mousetrap is a tiny library that answers a single question.") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-go-cleanhttp-0.5.1 +; (package +; (name "go-github-com-hashicorp-go-cleanhttp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-cleanhttp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07kx3fhryqmaw3czacmm11qwx63js2q8cfq967vphk7xg9q377kk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-cleanhttp")) +; (home-page "https://github.com/hashicorp/go-cleanhttp") +; (synopsis "cleanhttp") +; (description +; "Package cleanhttp offers convenience utilities for acquiring \"clean\" +;http.Transport and http.Client structs. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-go-homedir-1.0.0 +; (package +; (name "go-github-com-mitchellh-go-homedir") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/go-homedir") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/go-homedir")) +; (home-page "https://github.com/mitchellh/go-homedir") +; (synopsis "go-homedir") +; (description +; "This is a Go library for detecting the user's home directory without +;the use of cgo, so the library can be used in cross-compilation environments.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-rootcerts-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-rootcerts") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-rootcerts") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wply5zhj1rcybr932zbwm1i18q5wr7kgkhnz6bw6mk1n9yr8lfj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-rootcerts")) +; (propagated-inputs +; `(("go-github-com-mitchellh-go-homedir-1.0.0" +; ,go-github-com-mitchellh-go-homedir-1.0.0))) +; (home-page "https://github.com/hashicorp/go-rootcerts") +; (synopsis "rootcerts") +; (description +; "Package rootcerts contains functions to aid in loading CA certificates for +;TLS connections. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e +; (package +; (name "go-github-com-armon-circbuf") +; (version "0.0.0-20150827004946-bbbad097214e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/circbuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1idpr0lzb2px2p3wgfq2276yl7jpaz43df6n91kf790404s4zmk3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/circbuf")) +; (home-page "https://github.com/armon/circbuf") +; (synopsis "circbuf") +; (description +; "This repository provides the @code{circbuf} package. This provides a @code{Buffer} object +;which is a circular (or ring) buffer. It has a fixed size, but can be written +;to infinitely. Only the last @code{size} bytes are ever retained. The buffer implements +;the @code{io.Writer} interface.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-syslog-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-syslog") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-syslog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-syslog")) +; (home-page "https://github.com/hashicorp/go-syslog") +; (synopsis "go-syslog") +; (description +; "This repository provides a very simple @code{gsyslog} package. The point of this +;package is to allow safe importing of syslog without introducing cross-compilation +;issues. The stdlib @code{log/syslog} cannot be imported on Windows systems, and without +;conditional compilation this adds complications.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-uuid-1.0.1 +; (package +; (name "go-github-com-hashicorp-go-uuid") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jvb88m0rq41bwgirsadgw7mnayl27av3gd2vqa3xvxp3fy0hp5k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-uuid")) +; (home-page "https://github.com/hashicorp/go-uuid") +; (synopsis "uuid") +; (description +; "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-logutils-1.0.0 +; (package +; (name "go-github-com-hashicorp-logutils") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/logutils") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "076wf4sh5p3f953ndqk1cc0x7jhmlqrxak9953rz79rcdw77rjvv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/logutils")) +; (home-page "https://github.com/hashicorp/logutils") +; (synopsis "logutils") +; (description +; "Package logutils augments the standard log package with levels. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-net-0.0.1 +; (package +; (name "go-github-com-hashicorp-go-net") +; (version "0.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go.net") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06arwi95xp5rxyz7rndvhc3wlwg0jn9a5z6djf3yyg5h9zfab9i4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go.net")) +; (home-page "https://github.com/hashicorp/go.net") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-mdns-1.0.0 +; (package +; (name "go-github-com-hashicorp-mdns") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/mdns") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qr4l91hhi97s8a1isnrw3s4q8pjzacqiks870vnwh15v7ig3axd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/mdns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" +; ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" +; ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) +; ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" +; ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) +; ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) +; ("go-github-com-hashicorp-go-net-0.0.1" +; ,go-github-com-hashicorp-go-net-0.0.1))) +; (home-page "https://github.com/hashicorp/mdns") +; (synopsis "mdns") +; (description +; "Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be +;used to discover services on the local network without the use of an authoritative +;DNS server. This enables peer-to-peer discovery. It is important to note that many +;networks restrict the use of multicasting, which prevents mDNS from functioning. +;Notably, multicast cannot be used in any sort of cloud, or shared infrastructure +;environment. However it works well in most office, home, or private infrastructure +;environments.") +; (license license:expat))) +; +;(define-public go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da +; (package +; (name "go-github-com-armon-go-metrics") +; (version "0.0.0-20180917152333-f0300d1749da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13l7c35ps0r27vxfil2w0xhhc7w5rh00awvlmn4cz0a937b9ffpv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/go-metrics")) +; (home-page "https://github.com/armon/go-metrics") +; (synopsis "go-metrics") +; (description +; "This library provides a @code{metrics} package which can be used to instrument code, +;expose application metrics, and profile runtime performance in a flexible manner.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-uuid-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-uuid") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jflywlani7583qm4ysph40hsgx3n66n5zr2k84i057fmwa1ypfy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-uuid")) +; (home-page "https://github.com/hashicorp/go-uuid") +; (synopsis "uuid") +; (description +; "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-immutable-radix-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-immutable-radix") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-immutable-radix") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v3nmsnk1s8bzpclrhirz7iq0g5xxbw9q5gvrg9ss6w9crs72qr6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-immutable-radix")) +; (propagated-inputs +; `(("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-hashicorp-go-uuid-1.0.0" +; ,go-github-com-hashicorp-go-uuid-1.0.0))) +; (home-page "https://github.com/hashicorp/go-immutable-radix") +; (synopsis "go-immutable-radix") +; (description +; "This package provides the @code{iradix} package that implements an immutable @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. +;The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-msgpack-0.5.3 +; (package +; (name "go-github-com-hashicorp-go-msgpack") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-msgpack") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00jv0ajqd58pkb2yyhlrjp0rv1mvb1ijx3yqjyikcmzvk9jb4h5m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-msgpack")) +; (home-page "https://github.com/hashicorp/go-msgpack") +; (synopsis "go-codec") +; (description "This repository contains the @code{go-codec} library.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-sockaddr-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-sockaddr") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-sockaddr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yn1xq8ysn0lszmkygz3a9lgpswbz1p91jv7q8l20s4749a22xgi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-sockaddr")) +; (home-page "https://github.com/hashicorp/go-sockaddr") +; (synopsis "go-sockaddr") +; (description +; "Package sockaddr is a Go implementation of the UNIX socket family data types and +;related helper functions. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-miekg-dns-1.0.14 +; (package +; (name "go-github-com-miekg-dns") +; (version "1.0.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/miekg/dns") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qgli6yp59bv6vc6zag84cwxmcxgnyxm1q2f301yyijk3wy5b2ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/miekg/dns")) +; (home-page "https://github.com/miekg/dns") +; (synopsis "Alternative (more granular) approach to a DNS library") +; (description +; "Package dns implements a full featured interface to the Domain Name System. +;Both server- and client-side programming is supported. The package allows +;complete control over what is sent out to the DNS. The API follows the +;less-is-more principle, by presenting a small, clean interface. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529 +; (package +; (name "go-github-com-sean--seed") +; (version "0.0.0-20170313163322-e2103e2c3529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sean-/seed") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sean-/seed")) +; (home-page "https://github.com/sean-/seed") +; (synopsis "- Quickly Seed Go's Random Number Generator") +; (description +; "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,seed} Go's +;random number generator (if possible). This library isn't anything fancy, it's +;just a canonical way of seeding Go's random number generator. Cribbed from +;@url{https://github.com/hashicorp/nomad/commit/f89a993ec6b91636a3384dd568898245fbc273a1,(code Nomad)} +;before it was moved into +;@url{https://github.com/hashicorp/consul/commit/d695bcaae6e31ee307c11fdf55bb0bf46ea9fcf4,(code Consul)} +;and made into a helper function, and now further modularized to be a super +;lightweight and reusable library.") +; (license #f))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20181029021203-45a5f77698d3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0636jjj89wkzqchajwwzgcn4aafc334p70nawh9jzavg2mkx0ch4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181023162649-9b4f9f5ad519") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06hvxy113h76f31gv1mq6vdr6xja1zv0fdig686l2b4y2b6swych")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181026203630-95b1ffbd15a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06c3lf93wzf5kkfmzmgn75x4c0a7159vrwjrqh6zh9zxzqq5whpq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-memberlist-0.1.3 +; (package +; (name "go-github-com-hashicorp-memberlist") +; (version "0.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/memberlist") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1spq7dagvqj3baqw2dhxx1zxrb02y6m3apzr3a7gyirii890g3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/memberlist")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" +; ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" +; ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) +; ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" +; ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529" +; ,go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" +; ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) +; ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) +; ("go-github-com-hashicorp-go-sockaddr-1.0.0" +; ,go-github-com-hashicorp-go-sockaddr-1.0.0) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-hashicorp-go-msgpack-0.5.3" +; ,go-github-com-hashicorp-go-msgpack-0.5.3) +; ("go-github-com-hashicorp-go-immutable-radix-1.0.0" +; ,go-github-com-hashicorp-go-immutable-radix-1.0.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" +; ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da))) +; (home-page "https://github.com/hashicorp/memberlist") +; (synopsis "memberlist") +; (description +; "memberlist is a library that manages cluster +;membership and member failure detection using a gossip based protocol. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310 +; (package +; (name "go-github-com-armon-go-radix") +; (version "0.0.0-20180808171621-7fddfc383310") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/go-radix") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y8chspn14n9xpsfb9gxnnf819rfpriaz64v81p7873a42kkhxb4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/go-radix")) +; (home-page "https://github.com/armon/go-radix") +; (synopsis "go-radix") +; (description +; "This package provides the @code{radix} package that implements a @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. +;The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") +; (license license:expat))) +; +;(define-public go-github-com-bgentry-speakeasy-0.1.0 +; (package +; (name "go-github-com-bgentry-speakeasy") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bgentry/speakeasy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bgentry/speakeasy")) +; (home-page "https://github.com/bgentry/speakeasy") +; (synopsis "Speakeasy") +; (description +; "This package provides cross-platform Go (#golang) helpers for taking user input +;from the terminal while not echoing the input back (similar to @code{getpasswd}). The +;package uses syscalls to avoid any dependence on cgo, and is therefore +;compatible with cross-compiling.") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-errwrap-1.0.0 +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mattn-go-colorable-0.0.9 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.3 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-posener-complete-1.1.1 +; (package +; (name "go-github-com-posener-complete") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/posener/complete") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbdiybjizbaxbf5q0xwbq0cjqw4bl6jggvsjzrpif0w86fcjda2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/posener/complete")) +; (home-page "https://github.com/posener/complete") +; (synopsis "complete") +; (description +; "Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180823144017-11551d06cbcc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j34525b9smcyjqmxvvqgcfn87kkx3b2izidmjp2cmhjxzjrgpwm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mitchellh-cli-1.0.0 +; (package +; (name "go-github-com-mitchellh-cli") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i9kmr7rcf10d2hji8h4247hmc0nbairv7a0q51393aw2h1bnwg2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/cli")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc" +; ,go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc) +; ("go-github-com-posener-complete-1.1.1" +; ,go-github-com-posener-complete-1.1.1) +; ("go-github-com-mattn-go-isatty-0.0.3" +; ,go-github-com-mattn-go-isatty-0.0.3) +; ("go-github-com-mattn-go-colorable-0.0.9" +; ,go-github-com-mattn-go-colorable-0.0.9) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-bgentry-speakeasy-0.1.0" +; ,go-github-com-bgentry-speakeasy-0.1.0) +; ("go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310" +; ,go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310))) +; (home-page "https://github.com/mitchellh/cli") +; (synopsis "Go CLI Library") +; (description +; "cli is a library for implementing powerful command-line interfaces in Go. +;cli is the library that powers the CLI for +;@url{https://github.com/mitchellh/packer,Packer}, +;@url{https://github.com/hashicorp/serf,Serf}, +;@url{https://github.com/hashicorp/consul,Consul}, +;@url{https://github.com/hashicorp/vault,Vault}, +;@url{https://github.com/hashicorp/terraform,Terraform}, and +;@url{https://github.com/hashicorp/nomad,Nomad}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-gox-0.4.0 +; (package +; (name "go-github-com-mitchellh-gox") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/gox") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/gox")) +; (home-page "https://github.com/mitchellh/gox") +; (synopsis "Gox - Simple Go Cross Compilation") +; (description +; "Gox is a simple, no-frills tool for Go cross compilation that behaves a +;lot like standard @code{go build}. Gox will parallelize builds for multiple +;platforms. Gox will also build the cross-compilation toolchain for you.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-iochan-1.0.0 +; (package +; (name "go-github-com-mitchellh-iochan") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/iochan") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "058n9bbf536f2nw3pbs7pysrg9cqvgkb28z2zf5wjyrzrknyk53g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/iochan")) +; (home-page "https://github.com/mitchellh/iochan") +; (synopsis "iochan") +; (description +; "iochan is a Go library for treating @code{io} readers and writers like channels. +;This is useful when sometimes you wish to use @code{io.Reader} and such in @code{select} +;statements.") +; (license license:expat))) +; +;(define-public go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "0.0.0-20160808181253-ca63d7c062ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjwhgi57l5fxlmpdchipdd4jasdn1sa8ccl2f2486v06rv6z7gr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f +; (package +; (name "go-github-com-ryanuber-columnize") +; (version "0.0.0-20160712163229-9b3edd62028f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ryanuber/columnize") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ya1idkbb0a9fjlhkcnh5a9yvpwzwfmbyg7d56lpplwr9rqi1da4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ryanuber/columnize")) +; (home-page "https://github.com/ryanuber/columnize") +; (synopsis "Columnize") +; (description "Easy column-formatted output for golang") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181201002055-351d144fa1fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-serf-0.8.2 +; (package +; (name "go-github-com-hashicorp-serf") +; (version "0.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/serf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nrslghvdjhaczr2xp9mn8xgcx1dxl4jgpbk0l61ssmxahpx4iyc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/serf")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc" +; ,go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f" +; ,go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f) +; ("go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee" +; ,go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee) +; ("go-github-com-mitchellh-iochan-1.0.0" +; ,go-github-com-mitchellh-iochan-1.0.0) +; ("go-github-com-mitchellh-gox-0.4.0" +; ,go-github-com-mitchellh-gox-0.4.0) +; ("go-github-com-mitchellh-cli-1.0.0" +; ,go-github-com-mitchellh-cli-1.0.0) +; ("go-github-com-hashicorp-memberlist-0.1.3" +; ,go-github-com-hashicorp-memberlist-0.1.3) +; ("go-github-com-hashicorp-mdns-1.0.0" +; ,go-github-com-hashicorp-mdns-1.0.0) +; ("go-github-com-hashicorp-logutils-1.0.0" +; ,go-github-com-hashicorp-logutils-1.0.0) +; ("go-github-com-hashicorp-go-uuid-1.0.1" +; ,go-github-com-hashicorp-go-uuid-1.0.1) +; ("go-github-com-hashicorp-go-syslog-1.0.0" +; ,go-github-com-hashicorp-go-syslog-1.0.0) +; ("go-github-com-hashicorp-go-msgpack-0.5.3" +; ,go-github-com-hashicorp-go-msgpack-0.5.3) +; ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" +; ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da) +; ("go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e" +; ,go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e))) +; (home-page "https://github.com/hashicorp/serf") +; (synopsis "Serf") +; (description +; "Serf is a decentralized solution for service discovery and orchestration +;that is lightweight, highly available, and fault tolerant.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.1.2 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c +; (package +; (name "go-github-com-pascaldekloe-goe") +; (version "0.0.0-20180627143212-57f6aae5913c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pascaldekloe/goe") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dqd3mfb4z2vmv6pg6fhgvfc53vhndk24wcl9lj1rz02n6m279fq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pascaldekloe/goe")) +; (home-page "https://github.com/pascaldekloe/goe") +; (synopsis "Go Enterprise") +; (description +; "Common enterprise features for the Go programming language (golang).") +; (license license:cc0))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-consul-api-1.1.0 +; (package +; (name "go-github-com-hashicorp-consul-api") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/consul") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xm3gl8i7pgsbsc2397bwh9hp2dwnk4cmw5y05acqn3zpyp84sbv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/hashicorp/consul/api" +; #:unpack-path +; "github.com/hashicorp/consul")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" +; ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-hashicorp-serf-0.8.2" +; ,go-github-com-hashicorp-serf-0.8.2) +; ("go-github-com-hashicorp-go-uuid-1.0.1" +; ,go-github-com-hashicorp-go-uuid-1.0.1) +; ("go-github-com-hashicorp-go-rootcerts-1.0.0" +; ,go-github-com-hashicorp-go-rootcerts-1.0.0) +; ("go-github-com-hashicorp-go-cleanhttp-0.5.1" +; ,go-github-com-hashicorp-go-cleanhttp-0.5.1))) +; (home-page "https://github.com/hashicorp/consul") +; (synopsis "Consul API client") +; (description +; "This package provides the @code{api} package which attempts to +;provide programmatic access to the full Consul API.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-golang-mock-1.5.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12l7p08pwwk3xn70w7rlm28nz6jf4szlzgjxjfmbssyirxxxy8v1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20210226084205-cbba55b83ad5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0drr44nqq0s3jillcrl8qa7sklxybs083lvashdh2ad62hrs31l7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210226172049-e18ecbb05110") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20210122040257-d980be63207e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vg5z6rp5kfd324w8j12hlx9zv049vxljpc6dyqkj2k9vzzzqkw8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.4.1 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q4p41223d1xh4jmw9vmywjfi0jzn56gbidrwv5x1bzmx2qmj01n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210119194325-5f4716e94777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xh4hk0fhkzq096z9qbzqfswmmgg4kvb44qvazpandvlpwm4jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210218202405-ba52d332ba99") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fdm3fljk3k4xbpzaywccayrhgqdfl79vl18k4z1zw2pl654bqbg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210220050731-9a76102bfb43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20201203190320-1bf35d6f28c2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "140n5hjk2faanrf6v5h1559g755rgavynz1r99s1n15bmgibysvp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.4.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201209123823-ac852fbbde11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zmp2fxgf7792xx15qhzcsfs8k0qv7q3m6jlcj6qvdngfzyvna64")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201208233053-a543418bbed2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r87p89pm2h75yajsz0g2vvy2q3z9gknc0fmsdm5rh427f1qazfr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-martian-v3-3.1.0 +; (package +; (name "go-github-com-google-martian-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian/v3")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" +; ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20200824232613-28f6c0f3b639") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20201023163331-3e6fc7fc9c4c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xmy4579gx45lqsy1cgddnc7nmaqfpiwd2kc5dhf8i0wjjvf18hq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201031054903-ff519b6c9102") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "162ssgcc0kgj42ajaki0q3j5lwmixqqwkdqcmz41xg1k8wjm7riw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.4 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201110124207-079ba7bd75cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g4d7cx480rbnpg16qqc4yycd50lpp2mi2qzvzr6hdny91v7sa05")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.2 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200902213428-5d25da1a8d43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14jx8sxshbvnx4fggn12mlmz000zcrd1a73n1455b1wgg1xfzq3n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200905004654-be1d3432aa8f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kd3szjsazhpgidv5xjv0s26fm4wvv2cr7j4zk8nblnqkic58as2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200904185747-39188db58858 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200904185747-39188db58858") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ydyylwqzjwijy4rdp2fmvnfh3s27896dx6g74r2wa6vbhisszvk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200904004341-0bd0a958aa1d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xp4ic4jvdv7n984cjgrgqbpbi9m4bj2xnfrs1s1zn1adx0jivs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.31.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.31.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18565vf9i2zc69znd9b8a2iz0kgv5cms0g0ppj93hnhri8rjqagk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.35.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.35.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fgn21lmrlkw44sl0ivjicygwksibb1pclzp3zyh3ivn7ylvk2jd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.1" ,go-google-golang-org-grpc-1.31.1) +; ("go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d" +; ,go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d) +; ("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-tools-0.0.0-20200904185747-39188db58858" +; ,go-golang-org-x-tools-0.0.0-20200904185747-39188db58858) +; ("go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f" +; ,go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" +; ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201109203340-2640f1f9cdfb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00mwybjbdpvmlkvmwsjvdb2z8lzzx2a340y4pf3bxqamalhdka0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.72.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.72.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x4gy466jrzab9l02dwd3lvy2dwy84j34zpjkm5xnxh45za6hpxn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb" +; ,go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb) +; ("go-google-golang-org-api-0.35.0" ,go-google-golang-org-api-0.35.0) +; ("go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd" +; ,go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" +; ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) +; ("go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102" +; ,go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c" +; ,go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20201109201403-9fd604954f58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06dj14f6jrgpqmf3v3z74zhcin3yj7yp8mzxljm3a3ihq984kz8v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201201145000-ef89a241ccb3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201201161351-ac6f37ff4c2a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0akq0z86x51rh556fs7icjmmmgdyaa7rq7cmqlngrmvjb79wnwpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201201144952-b05cb90ed32e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n9jlhnn5fg7a41ahdril7wgfli43kxplnpxbdbhrkknjra7xdjd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.36.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e" +; ,go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a" +; ,go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a) +; ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58" +; ,go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-cloud-google-com-go-0.72.0" ,go-cloud-google-com-go-0.72.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201210142538-e3217bee35cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bzfa58dw7jmkrp46hikbsq1yyk2r29a1gn51sqlilbvf7lq96p9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.74.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.74.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09j1qppf2gf14bn06hsyrj9jaxz9vlbs9d7yrxrdvh2234qsbggy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) +; ("go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc" +; ,go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc) +; ("go-google-golang-org-api-0.36.0" ,go-google-golang-org-api-0.36.0) +; ("go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2" +; ,go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" +; ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) +; ("go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11" +; ,go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11) +; ("go-golang-org-x-mod-0.4.0" ,go-golang-org-x-mod-0.4.0) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2" +; ,go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.4 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-go-opencensus-io-0.22.5 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20201208152858-08078c50e5b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201207232520-09787c993a3a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210104204734-6f8348627aad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pmz8dwjf4gxr1gwnp4iahh3yh09apcf40kvvybycsx4rfjc2gbl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210105154028-b0ab187a4818") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "157w706lz7j4s7cwgh7j7mf8v1sah5hm4dlmp8isf6vhnqpixdp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201214200347-8c77b98c765d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bdpss5xmla0gjz66mdk8bqpsdb5i1xz65g30k9cs2h7vrqlwzn4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20200629203442-efcf912fb354") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18b1v01h3id5d7v5gqabc4qsaja17r45rn3fvv38nrfx9l4smv0x")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.7 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nx5ybyadkjqr29hndn6amhbcqpi1rkfv12bxp0rk3ay045zxsh8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" +; ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.34.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s8y19qvv0zfy2irq8vv12h65v7pw18k6yqfix1j2370yxmsajgm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.7" +; ,go-github-com-envoyproxy-go-control-plane-0.9.7) +; ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" +; ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.40.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.40.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vs0bnzljg5iib8x01sy49ndgsz3cl1sq53pvy3h6kzp7may0bpc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) +; ("go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d" +; ,go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818" +; ,go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818) +; ("go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad" +; ,go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" +; ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-cloud-google-com-go-0.74.0" ,go-cloud-google-com-go-0.74.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210222152913-aa3ee6e6a81c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06wa7v3s558rwxsqd1kqz5xy10kigzx50ciqh3zdxsbvxqvjwxrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.35.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.35.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15ij5acp9h8dxq0brc0jljj98badri23zpm4yvmsn6gnnxaykl72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.78.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.78.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11wldladkcz41ivsfnbrqy2hg5wp55d72hnr2wki0zvnhbzsj376")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.35.0" ,go-google-golang-org-grpc-1.35.0) +; ("go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c" +; ,go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c) +; ("go-google-golang-org-api-0.40.0" ,go-google-golang-org-api-0.40.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43" +; ,go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43) +; ("go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99" +; ,go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99) +; ("go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777" +; ,go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777) +; ("go-golang-org-x-mod-0.4.1" ,go-golang-org-x-mod-0.4.1) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e" +; ,go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210220000619-9bb904979d93") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rhndpvpvfy5bsaxi974cznlq4hbamhmy6l06ppp9phh12pvn11p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210305230114-8fe3ee5dd75b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x7fn66vplxkac6lbwqv649wwnx7kz0bqdzgr98z7yx7cfdxd7rj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210303154014-9728d6b83eeb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1abic7gjp07d1s6imjfn00s316xdirss3zvcric74gr9varr02xn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.41.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.41.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yzz534xzl2km3vxr18h204yvnrzqlss02fagg2ign0sy3qnlkhx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb" +; ,go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b" +; ,go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" +; ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.78.0" ,go-cloud-google-com-go-0.78.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210310155132-4ce2db91004e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r5f024c4piqna27pvc28m0h44ms9rhcbihf1zn5l8prf4vvrdw9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.79.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.79.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "031jrfgyys0slh154593d4swj6iqrjvs9dxwmab99dl6zfws77jv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e" +; ,go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e) +; ("go-google-golang-org-api-0.41.0" ,go-google-golang-org-api-0.41.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" +; ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" +; ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210313182246-cd4f82c27b84") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jf68sh1957ji1lv1zrrhsbm6jr3508pw159pfzgyw6hbzsg5amv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210319143718-93e7006c17a6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l143m8rn7zmbfb2rpdawhxs8qjbdpn61hqynf47j5hwsbjci2xs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.36.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.43.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.43.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wxxbihigjn49warampi7gqfslbnp9nrj5zmk8p3ssq429jpvsib")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6" +; ,go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" +; ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" +; ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.79.0" ,go-cloud-google-com-go-0.79.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.81.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.81.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15jgynqb5pbxqbj3a7ii970yn4srsw1dbxzxnhpkfkmplalpgyh3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" +; ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) +; ("go-google-golang-org-api-0.43.0" ,go-google-golang-org-api-0.43.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" +; ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) +; ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" +; ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" +; ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.1" +; ,go-github-com-golang-protobuf-1.5.1) +; ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20200121045136-8c9f03a8e57e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.4.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.3 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201110031124-69a78807bb2b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.33.2 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.33.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.23.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-google-go-cmp-0.5.3" +; ,go-github-com-google-go-cmp-0.5.3) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.4.4 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200825202427-b303f430e36d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zzf6ifzjvkwin6m97jp2dndbfac0sbdr84ki79j9srhpqdigl75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190628185345-da137c7871d7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qsiyr3irmb6ii06hivm9p2c7wqyxczms1a9v1ss5698yjr3fg47")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-martian-v3-3.0.0 +; (package +; (name "go-github-com-google-martian-v3") +; (version "3.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ngvs4l6a06s8scnliq9i5pwvwpzfpa5wf9skg0gcvysli1rm3fm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian/v3")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" +; ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200708004538-1a94d8640e99") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0isfwwan9vimwsfjml0phwrqv6kb83mkmk063dcb81k09gzzs3wy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200707034311-ab3426394381") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200729194436-6467de6f59a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14zpkr5idlx2zbm5dp7gk4afppy7k3j4y68s1qvpgi70yazaxzkd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190425150028-36563e24a262") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c +; (package +; (name "go-golang-org-x-text") +; (version "0.0.0-20170915032832-14c0d48ead0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-sampler-1.3.0 +; (package +; (name "go-rsc-io-sampler") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/sampler") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "rsc.io/sampler")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" +; ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) +; (home-page "https://rsc.io/sampler") +; (synopsis #f) +; (description "Package sampler shows simple texts. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-quote-v3-3.1.0 +; (package +; (name "go-rsc-io-quote-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/quote") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) +; (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) +; (home-page "https://rsc.io/quote/v3") +; (synopsis #f) +; (description "Package quote collects pithy sayings. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.4.3 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) +; ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.5 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-chzyer-logex-1.1.10 +; (package +; (name "go-github-com-chzyer-logex") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/logex") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/logex")) +; (home-page "https://github.com/chzyer/logex") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e +; (package +; (name "go-github-com-chzyer-readline") +; (version "0.0.0-20180603132655-2972be24d48e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/readline") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/readline")) +; (home-page "https://github.com/chzyer/readline") +; (synopsis "Guide") +; (description +; "Readline is a pure go implementation for GNU-Readline kind library. +;") +; (license license:expat))) +; +;(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 +; (package +; (name "go-github-com-chzyer-test") +; (version "0.0.0-20180213035817-a1ea475d72b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/test") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/test")) +; (home-page "https://github.com/chzyer/test") +; (synopsis "test") +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20181102032728-5e5cf60278f6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191204072324-ce4227a45e2e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200229191704-1ebb73c60ed3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.9.1 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200324143707-d3edc9973b7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.2.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c +; (package +; (name "go-github-com-google-btree") +; (version "0.0.0-20180813153112-4030bb1f1f0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-martian-2.1.0+incompatible +; (package +; (name "go-github-com-google-martian") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian")) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20181206194817-3ea8567a2e57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.4 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.0.0-20190106144839-af01ea7f8024") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.1-0.20180807135948-17ff2d5776d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20181108054448-85acf8d2951c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190301231843-5614ed5bae6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190226205417-e64efc72b421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190312170243-e65039ee4138") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.4.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190418145605-e7d98fc518a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190106161140-3f1c8253044a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.38.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" +; ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" +; ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) +; ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" +; ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) +; ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" +; ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" +; ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) +; ("go-github-com-googleapis-gax-go-v2-2.0.4" +; ,go-github-com-googleapis-gax-go-v2-2.0.4) +; ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" +; ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.1 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.0 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190307195333-5fe7a883aa19") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.21.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190409202823-959b441ac422") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190503192946-f4e77d36d62c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190604053449-0f29369cfe45") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190507160741-ecd444e8653b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.5.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.20.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-google-golang-org-appengine-1.5.0" +; ,go-google-golang-org-appengine-1.5.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" +; ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-renameio-0.1.0 +; (package +; (name "go-github-com-google-renameio") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/renameio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/renameio")) +; (home-page "https://github.com/google/renameio") +; (synopsis "Atomicity vs durability") +; (description +; "Package renameio provides a way to atomically create or replace a file or +;symbolic link. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-kisielk-gotool-1.0.0 +; (package +; (name "go-github-com-kisielk-gotool") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/gotool") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/gotool")) +; (home-page "https://github.com/kisielk/gotool") +; (synopsis "gotool") +; (description +; "Package gotool contains utility functions used to implement the standard +;\"cmd/go\" tool, provided as a convenience to developers who want to write +;tools with similar semantics. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.1.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20180628173108-788fd7840127") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-errgo-v2-2.1.0 +; (package +; (name "go-gopkg-in-errgo-v2") +; (version "2.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/errgo.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) +; (home-page "https://gopkg.in/errgo.v2") +; (synopsis #f) +; (description +; "Package errgo provides some primitives for error creation and handling.") +; (license license:bsd-3))) +; +;(define-public go-github-com-rogpeppe-go-internal-1.3.0 +; (package +; (name "go-github-com-rogpeppe-go-internal") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/go-internal") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/go-internal")) +; (propagated-inputs +; `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) +; (home-page "https://github.com/rogpeppe/go-internal") +; (synopsis #f) +; (description +; "This repository factors out an opinionated selection of internal packages and functionality from the Go standard +;library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190510104115-cbcb75029529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e +; (package +; (name "go-golang-org-x-mod") +; (version "0.0.0-20190513183733-4bf6d317e70e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" +; ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191130070609-6e064ea0cf2d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.1-2020.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" +; ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) +; ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" +; ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) +; ("go-github-com-rogpeppe-go-internal-1.3.0" +; ,go-github-com-rogpeppe-go-internal-1.3.0) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-google-renameio-0.1.0" +; ,go-github-com-google-renameio-0.1.0) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.56.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.56.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpx84q7byxr5rp197qcg3pl56acs8v1q555frxgcqygxwjacszf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.1-2020.1.3" +; ,go-honnef-co-go-tools-0.0.1-2020.1.3) +; ("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) +; ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" +; ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) +; ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) +; ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" +; ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" +; ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) +; ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" +; ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" +; ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) +; ("go-cloud-google-com-go-storage-1.6.0" +; ,go-cloud-google-com-go-storage-1.6.0) +; ("go-cloud-google-com-go-pubsub-1.2.0" +; ,go-cloud-google-com-go-pubsub-1.2.0) +; ("go-cloud-google-com-go-datastore-1.1.0" +; ,go-cloud-google-com-go-datastore-1.1.0) +; ("go-cloud-google-com-go-bigquery-1.4.0" +; ,go-cloud-google-com-go-bigquery-1.4.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.3 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200317015054-43a5402ce75a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200331124033-c3d80250170d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nswjhkg7yixla0b3d8xwzf94rawwyjrxipay3ffdvm426n0ld42")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.1.25 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.25") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cr3mk8pr7vsyisgrvln5ailnnn9xhardcy8mkshybk5c3n1kw5k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.2.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200226121028-0de0cce0169b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190911185100-cd5d95a43a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200331025713-a30bf2db82d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rb488ydwi24zmd1zvsv8k8srs3q6xnqqfdar538hssqgljyvp7l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.25" +; ,go-github-com-yuin-goldmark-1.1.25))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.5 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200331122359-1ee6d9798940") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zsp55d7xjc0b3yw5jjpvbsc0gkji1c1j2vxmcwm89dh26rz4jwd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.28.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.28.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m36rg3w2mf4r3383yf0r1pjrz890mdw506h1lpm6bkc8w3kyqz3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.29.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.29.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y6izqcc6krill33pb57fbgbs7ni3jxyf3knm5jkl4qydsj9303h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) +; ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" +; ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) +; ("go-google-golang-org-appengine-1.6.5" +; ,go-google-golang-org-appengine-1.6.5) +; ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" +; ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) +; ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" +; ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) +; ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-cloud-google-com-go-0.56.0" ,go-cloud-google-com-go-0.56.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200729003335-053ba62fc06f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h34qgr4lqy1l0niay3gzqh6pc63y2xh1mmp8757y8jsrdz1s5fv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.30.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.62.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.62.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00x1nlq4fvvxrwx24firscav511qwck3zl6ghs9p6zzzixla8r5h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f" +; ,go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f) +; ("go-google-golang-org-api-0.29.0" ,go-google-golang-org-api-0.29.0) +; ("go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7" +; ,go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" +; ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" +; ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) +; ("go-github-com-google-martian-v3-3.0.0" +; ,go-github-com-google-martian-v3-3.0.0) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.5 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190702054246-869f871628b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190502145724-3ef323f4f1fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190227155943-e225da77a7e6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190425155659-357c62f0e4bb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.20.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.4 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10skbvs4yxjm3z10yfg5cj2mdzjsna87qk1icp9xv0iwp8wzq6h0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20200302205851-738671d3881b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.34.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190108225652-1e06a53dbb7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181221193216-37e7f081c4d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200107190931-bf48bf16ab8d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200803210538-64077c9b5642") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pdrkim9v0wbxipl586d29vz4ci9xib0f02g6yv7c0nang627pag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.1.32 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.32") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03i9yq6n3yvn5v70xi6x3pn49ndy8zm4217ihwwhlw2nkwhny7a5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20200625001655-4c5254603344 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200625001655-4c5254603344") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1da0a1m488d95vggpi52dkag98n5671ml6sn80nwv6lgbmdx8qbq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200625203802-6e8e738ad208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200804011535-6c149bb5ef0d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l244hp5n0qff7nmvcffggjv7jm4061g63g76z967zvdqcxh23i2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200804131852-c06518451d9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wl9bhr94yf0b8lc947zr0iwm3l20irzy869xczfd6z0a1g54gsa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.30.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vh5rrc6hvzh1rqawrwr4nyilnr3dgqx1pr2njjzdg0prfmflm5p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) +; ("go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c" +; ,go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c) +; ("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d" +; ,go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d) +; ("go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642" +; ,go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-cloud-google-com-go-0.62.0" ,go-cloud-google-com-go-0.62.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.24.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200825200019-8632dd797987") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8s1mz8pbdiwmv2g61afa7f05zin3m6mdy2fmny6wcidz4w2i3k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20191209042840-269d4d468f6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.31.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.31.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y3lilpipmaysjk4skbzw1qa6lv05vzixzw9lg9x73xfb01q4nyz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.65.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.65.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xrcg39jrw90gq8vl8pfq63sp3bkak04wh392yj5rh4lc1a4lxjq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) +; ("go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987" +; ,go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987) +; ("go-google-golang-org-api-0.30.0" ,go-google-golang-org-api-0.30.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d" +; ,go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" +; ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) +; ("go-github-com-google-martian-v3-3.0.0" +; ,go-github-com-google-martian-v3-3.0.0) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200323222414-85ca7c5b95cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200822124328-c89045814202") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.6 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210402161424-2e8d93401602") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j1crxa78gip3hxrds5jngi034j4zm4q3z7r8bqs3rjxnwcki9ig")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20210220032951-036812b2e83c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210403161142-5e06dd20ab57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1acdn06771rxjg38ql9wl8dr1vf23nazjnvk6105z3hddnh14fgb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190603091049-60506f45cf65") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0827yz7irmnzcdhw8vg74819jaw5ahs4w4v5fvzgfvnxyb9f6zcc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.7 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.5.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qx8gvsdx1w27vamw6wn1jns2d8pz0g9sji3l0hvs4wl1jf7p32d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee +; (package +; (name "go-golang-org-x-mod") +; (version "0.1.1-0.20191105210325-c90efee705ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200130002326-2f3ba24bd6e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" +; ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20201208152925-83fdc39ff7b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210315160823-c6e025ad8005") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dy8j3gvbkng0vy2wgdiy48871j4vchgsks2ggfxcx4jg32d2qsr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210316092652-d523dce5a7f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01hhvh6msyg11adxhgjwzbv4jprq5ajzkxxb16ln3dqv4na9b2k1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005" +; ,go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210320140829-1e4c9ba3b0c4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nrxjq5j058sba9s5g65l5rdw6b4f335lxa7hhcf57paklym1qgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.5 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.2.1 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20190717185122-a985d3407aa7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191119224855-298f0cb1881e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191011141410-1b5146add898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.3.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201021035429-f5854403a974") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201020160332-67f06af15bc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210119212857-b64e53b001e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20200804184101-5ec99f83aff1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.1.0 +; (package +; (name "go-golang-org-x-tools") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" +; ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0-rc.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0-rc.1" +; ,go-google-golang-org-protobuf-1.26.0-rc.1) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.5 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210402141018-6c239bbf2bb1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xih6y4dwjj939ilwc5s6w419kjnkn1hw33jsgml0nkjcnac74wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" +; ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) +; ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" +; ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-github-com-golang-protobuf-1.5.1" +; ,go-github-com-golang-protobuf-1.5.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20201210154907-fd9021fe5dad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.36.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l3prxp18lb0pagqg4l6c9i0l6gakfxgf6vxcsv589i0xsxw8ivm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.44.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.44.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sh6qzc3pnyliy10afrmzpfbbbm2mwcyc6mp5422xhgp3p2x370x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" +; ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57" +; ,go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602" +; ,go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.81.0" ,go-cloud-google-com-go-0.81.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.25.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.25.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.0" +; ,go-github-com-envoyproxy-go-control-plane-0.9.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20201120205902-5459f2c99403") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.5.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20210217033140-668b12f5399d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vmhc8ii081x1k2qw4kji7wjyg6l25zp1y6qxi27wq8m341i4rzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-uuid-1.1.2 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.22.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.22.0" +; ,go-google-golang-org-protobuf-1.22.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 +; (package +; (name "go-github-com-census-instrumentation-opencensus-proto") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/census-instrumentation/opencensus-proto")) +; (home-page "https://github.com/census-instrumentation/opencensus-proto") +; (synopsis +; "OpenCensus Proto - Language Independent Interface Types For OpenCensus") +; (description +; "Census provides a framework to define and collect stats against metrics and to +;break those stats down across user-defined dimensions.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190812154241-14fe0d1b01d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190311212946-11955173bddd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190313153728-d0100b6bd8b3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190524140312-2c0ae7006135") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.23.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.1-0.20191026205805-5f8ba28d4473") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 +; (package +; (name "go-github-com-envoyproxy-protoc-gen-validate") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/protoc-gen-validate") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) +; (home-page "https://github.com/envoyproxy/protoc-gen-validate") +; (synopsis "protoc-gen-validate (PGV)") +; (description +; "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.2.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 +; (package +; (name "go-golang-org-x-exp") +; (version "0.0.0-20190121172915-509febef88a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/exp") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/exp")) +; (home-page "https://golang.org/x/exp") +; (synopsis "exp") +; (description +; "This subrepository holds experimental and deprecated (in the @code{old} +;directory) packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190227174305-5b3e6a55c961") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190213061140-3a22650c66bd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181108010431-42b317875d0f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180724234803-3673e40ba225") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.4.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190226205152-f727befe758c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.26.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-client9-misspell-0.3.4 +; (package +; (name "go-github-com-client9-misspell") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/client9/misspell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/client9/misspell")) +; (home-page "https://github.com/client9/misspell") +; (synopsis "Install") +; (description +; "Package misspell corrects commonly misspelled English words in source files. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b +; (package +; (name "go-github-com-golang-glog") +; (version "0.0.0-20160126235308-23def4e6c14b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/glog") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/glog")) +; (home-page "https://github.com/golang/glog") +; (synopsis "glog") +; (description +; "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.1.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20181026193005-c67002cb31c3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180826012351-8a410e7b638d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20180821212333-d2e6202438be") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180830151530-49385e6e1522") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190114222345-bf090417da8b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.1.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20180817151627-c66870c02cf8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.19.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.19.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" +; ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" +; ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" +; ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) +; ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" +; ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190102054323-c2f93a96b099") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190819201941-24fa4b261c55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.1-0.20200526195155-81db48ad09cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190523083050-ea95bdfd59fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200526211855-cb27e3aa2013") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" +; ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.25.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.25.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.38.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08lgqdvbd0i4qwsv1y37qmf8mhsy9ywzx73ixiwih7xhnalrf7xl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-bketelsen-crypt-0.0.4 +; (package +; (name "go-github-com-bketelsen-crypt") +; (version "0.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bketelsen/crypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fyfcvy73zskd1p1mv0cn03anxkkr5gvlawsc87znqk60hdypq3v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bketelsen/crypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) +; ("go-google-golang-org-api-0.44.0" ,go-google-golang-org-api-0.44.0) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9) +; ("go-go-etcd-io-etcd-client-v2-2.305.0" +; ,go-go-etcd-io-etcd-client-v2-2.305.0) +; ("go-github-com-hashicorp-consul-api-1.1.0" +; ,go-github-com-hashicorp-consul-api-1.1.0) +; ("go-cloud-google-com-go-firestore-1.1.0" +; ,go-cloud-google-com-go-firestore-1.1.0))) +; (home-page "https://github.com/bketelsen/crypt") +; (synopsis "crypt") +; (description +; "You can use crypt as a command line tool or as a configuration library:") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191005200804-aed5e4c7ecf9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.9 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" +; ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-hcl-1.0.0 +; (package +; (name "go-github-com-hashicorp-hcl") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/hcl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/hcl")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/hashicorp/hcl") +; (synopsis "HCL") +; (description "Package hcl decodes HCL into usable Go structures. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-magiconair-properties-1.8.5 +; (package +; (name "go-github-com-magiconair-properties") +; (version "1.8.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/magiconair/properties") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/magiconair/properties")) +; (home-page "https://github.com/magiconair/properties") +; (synopsis "Overview") +; (description +; "Package properties provides functions for reading and writing +;ISO-8859-1 and UTF-8 encoded .properties files and has +;support for recursive property expansion. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.4.1 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m98wiadb6kdnzv21m8p7nk1jb30zpjh47fkb1dg251r3m7bj47v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pelletier-go-toml-1.9.3 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 +; (package +; (name "go-github-com-gopherjs-gopherjs") +; (version "0.0.0-20181017120253-0766667cb4d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gopherjs/gopherjs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gopherjs/gopherjs")) +; (home-page "https://github.com/gopherjs/gopherjs") +; (synopsis "GopherJS - A compiler from Go to JavaScript") +; (description +; "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") +; (license license:bsd-2))) +; +;(define-public go-github-com-jtolds-gls-4.20.0+incompatible +; (package +; (name "go-github-com-jtolds-gls") +; (version "4.20.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jtolio/gls") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jtolds/gls")) +; (home-page "https://github.com/jtolds/gls") +; (synopsis "gls") +; (description "Package gls implements goroutine-local storage. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "0.0.0-20180927180507-b2de0cb4f26d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190328211700-ab21143f2384") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-goconvey-1.6.4 +; (package +; (name "go-github-com-smartystreets-goconvey") +; (version "1.6.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/goconvey") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/goconvey")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" +; ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) +; ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" +; ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) +; ("go-github-com-jtolds-gls-4.20.0+incompatible" +; ,go-github-com-jtolds-gls-4.20.0+incompatible) +; ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" +; ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) +; (home-page "https://github.com/smartystreets/goconvey") +; (synopsis "GoConvey is awesome Go testing") +; (description +; "This executable provides an HTTP server that watches for file system changes +;to .go files within the working directory (and all nested go packages). +;Navigating to the configured host and port in a web browser will display the +;latest results of running `go test` in each go package. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-fs-0.1.0 +; (package +; (name "go-github-com-kr-fs") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/fs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/fs")) +; (home-page "https://github.com/kr/fs") +; (synopsis #f) +; (description "Package fs provides filesystem-related functions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.4.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-pkg-sftp-1.10.1 +; (package +; (name "go-github-com-pkg-sftp") +; (version "1.10.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/sftp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iw6lijdljwh5xw5hsy0b578cr52h6vvm7hbnzlrvciwhh4sfhhp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/sftp")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" +; ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-kr-fs-0.1.0" ,go-github-com-kr-fs-0.1.0))) +; (home-page "https://github.com/pkg/sftp") +; (synopsis "sftp") +; (description +; "Package sftp implements the SSH File Transfer Protocol as described in +;@url{https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02,https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02} +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190820162420-60c769a6c586") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wy2pg38dz29vf1h48yfqf8m3jqvwnbdw8vkk3ldlj5d8fbbbmv8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-spf13-afero-1.6.0 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" +; ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) +; ("go-github-com-pkg-sftp-1.10.1" ,go-github-com-pkg-sftp-1.10.1))) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cast-1.3.1 +; (package +; (name "go-github-com-spf13-cast") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cast") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cast")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/cast") +; (synopsis "cast") +; (description "Package cast provides easy and safe casting in Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-jwalterweatherman-1.1.0 +; (package +; (name "go-github-com-spf13-jwalterweatherman") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/jwalterweatherman") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/jwalterweatherman") +; (synopsis "jWalterWeatherman") +; (description +; "Seamless printing to the terminal (stdout) and logging to a io.Writer +;(file) thatâ\x80\x99s as easy to use as fmt.Println.") +; (license license:expat))) +; +;(define-public go-github-com-spf13-pflag-1.0.5 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.7.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-subosito-gotenv-1.2.0 +; (package +; (name "go-github-com-subosito-gotenv") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/subosito/gotenv") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/subosito/gotenv")) +; (home-page "https://github.com/subosito/gotenv") +; (synopsis "gotenv") +; (description +; "Package gotenv provides functionality to dynamically load the environment variables +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-ini-v1-1.62.0 +; (package +; (name "go-gopkg-in-ini-v1") +; (version "1.62.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/ini.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/ini.v1" #:unpack-path "gopkg.in/ini.v1")) +; (home-page "https://gopkg.in/ini.v1") +; (synopsis "INI") +; (description +; "Package ini provides INI file read and write functionality in Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-viper-1.8.1 +; (package +; (name "go-github-com-spf13-viper") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/viper") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/viper")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-ini-v1-1.62.0" ,go-gopkg-in-ini-v1-1.62.0) +; ("go-github-com-subosito-gotenv-1.2.0" +; ,go-github-com-subosito-gotenv-1.2.0) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-spf13-jwalterweatherman-1.1.0" +; ,go-github-com-spf13-jwalterweatherman-1.1.0) +; ("go-github-com-spf13-cast-1.3.1" ,go-github-com-spf13-cast-1.3.1) +; ("go-github-com-spf13-afero-1.6.0" ,go-github-com-spf13-afero-1.6.0) +; ("go-github-com-smartystreets-goconvey-1.6.4" +; ,go-github-com-smartystreets-goconvey-1.6.4) +; ("go-github-com-pelletier-go-toml-1.9.3" +; ,go-github-com-pelletier-go-toml-1.9.3) +; ("go-github-com-mitchellh-mapstructure-1.4.1" +; ,go-github-com-mitchellh-mapstructure-1.4.1) +; ("go-github-com-magiconair-properties-1.8.5" +; ,go-github-com-magiconair-properties-1.8.5) +; ("go-github-com-hashicorp-hcl-1.0.0" +; ,go-github-com-hashicorp-hcl-1.0.0) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-bketelsen-crypt-0.0.4" +; ,go-github-com-bketelsen-crypt-0.0.4))) +; (home-page "https://github.com/spf13/viper") +; (synopsis "Install") +; (description "Many Go projects are built using Viper including:") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.4.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cobra-1.2.1 +; (package +; (name "go-github-com-spf13-cobra") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "091kz3xnlsgpqb90fc5nhjr4yfr8b8sjnyl0zd4wm1fgzkpw09jh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-github-com-spf13-viper-1.8.1" ,go-github-com-spf13-viper-1.8.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.5 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-sylabs-json-resp-0.8.0 +; (package +; (name "go-github-com-sylabs-json-resp") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/json-resp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ygr4mavaj1pp78hkkphhn3ydd923n3klwnx8x7v4ajqzx4cx4id")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/json-resp")) +; (home-page "https://github.com/sylabs/json-resp") +; (synopsis "JSON Response") +; (description +; "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-log-log-0.2.0 +; (package +; (name "go-github-com-go-log-log") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-log/log") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1idnqv4yvkmdh3wcsgvhcpak9z6ix8dsifdjq5kfbbnskdq5rmvg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-log/log")) +; (home-page "https://github.com/go-log/log") +; (synopsis "Log") +; (description "Package log provides a log interface +;") +; (license license:expat))) +; +;(define-public go-github-com-gorilla-websocket-1.4.2 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-sylabs-json-resp-0.8.0 +; (package +; (name "go-github-com-sylabs-json-resp") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/json-resp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ygr4mavaj1pp78hkkphhn3ydd923n3klwnx8x7v4ajqzx4cx4id")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/json-resp")) +; (home-page "https://github.com/sylabs/json-resp") +; (synopsis "JSON Response") +; (description +; "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sylabs-scs-build-client-0.2.1 +; (package +; (name "go-github-com-sylabs-scs-build-client") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/scs-build-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1brn8w73978hvgrzqm0lsxflb5vp7g5b32bmgfb1diymd2ajlqhv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/scs-build-client")) +; (propagated-inputs +; `(("go-github-com-sylabs-json-resp-0.8.0" +; ,go-github-com-sylabs-json-resp-0.8.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-go-log-log-0.2.0" ,go-github-com-go-log-log-0.2.0))) +; (home-page "https://github.com/sylabs/scs-build-client") +; (synopsis "SCS Build Client") +; (description +; "This project provides a Go client for the Singularity Container Services (SCS) Build Service.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sylabs-json-resp-0.7.1 +; (package +; (name "go-github-com-sylabs-json-resp") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/json-resp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fj07wgc9s8xmy04hdgmb87r4fl968y6kxgxyh0lx3b1mf9xa2dw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/json-resp")) +; (home-page "https://github.com/sylabs/json-resp") +; (synopsis "JSON Response") +; (description +; "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sylabs-scs-key-client-0.6.2 +; (package +; (name "go-github-com-sylabs-scs-key-client") +; (version "0.6.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/scs-key-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18giffs0ybfr5zw64xlqf9isr3apgh2r3s2fwf0n8d7n21yjg151")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/scs-key-client")) +; (propagated-inputs +; `(("go-github-com-sylabs-json-resp-0.7.1" +; ,go-github-com-sylabs-json-resp-0.7.1))) +; (home-page "https://github.com/sylabs/scs-key-client") +; (synopsis "SCS Key Client") +; (description +; "This project provides a Go client for the Singularity Container Services (SCS) Key Service.") +; (license license:bsd-3))) +; +;(define-public go-github-com-blang-semver-v4-4.0.0 +; (package +; (name "go-github-com-blang-semver-v4") +; (version "4.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14h9ys4n4kx9cbj42lkdf4i5k3nkll6sd62jcvl7cs565v6fiknz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver/v4")) +; (home-page "https://github.com/blang/semver") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-go-log-log-0.2.0 +; (package +; (name "go-github-com-go-log-log") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-log/log") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1idnqv4yvkmdh3wcsgvhcpak9z6ix8dsifdjq5kfbbnskdq5rmvg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-log/log")) +; (home-page "https://github.com/go-log/log") +; (synopsis "Log") +; (description "Package log provides a log interface +;") +; (license license:expat))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.7.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-sylabs-json-resp-0.7.1 +; (package +; (name "go-github-com-sylabs-json-resp") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/json-resp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fj07wgc9s8xmy04hdgmb87r4fl968y6kxgxyh0lx3b1mf9xa2dw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/json-resp")) +; (home-page "https://github.com/sylabs/json-resp") +; (synopsis "JSON Response") +; (description +; "The @code{json-resp} package contains a small set of functions that are used to marshall and unmarshall response data and errors in JSON format.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200317015054-43a5402ce75a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sylabs-scs-library-client-1.0.5 +; (package +; (name "go-github-com-sylabs-scs-library-client") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sylabs/scs-library-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dr8x33gaqm7a6q2hha2v2dyqlnhjig9kmmgarrr0a16z2rpdv0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sylabs/scs-library-client")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-github-com-sylabs-json-resp-0.7.1" +; ,go-github-com-sylabs-json-resp-0.7.1) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-go-log-log-0.2.0" ,go-github-com-go-log-log-0.2.0) +; ("go-github-com-blang-semver-v4-4.0.0" +; ,go-github-com-blang-semver-v4-4.0.0))) +; (home-page "https://github.com/sylabs/scs-library-client") +; (synopsis "SCS Library Client") +; (description +; "This project provides a Go client for the Singularity Container Services (SCS) Library Service.") +; (license license:bsd-3))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0-20190314233015-f79a8a8ca69d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.5 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n8lk58j7bdsp47yh5bcpsw38lhkbyzcy3203ffkawc2rvkf1pp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-vividcortex-ewma-1.1.1 +; (package +; (name "go-github-com-vividcortex-ewma") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/VividCortex/ewma") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14v2dy5gqchjn7k0sd6cx59ms42v681r6xz7cb1kspp4b28a74rw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/VividCortex/ewma")) +; (home-page "https://github.com/VividCortex/ewma") +; (synopsis "EWMA") +; (description +; "Package ewma implements exponentially weighted moving averages. +;") +; (license license:expat))) +; +;(define-public go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d +; (package +; (name "go-github-com-acarl005-stripansi") +; (version "0.0.0-20180116102854-5a71ef0e047d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/acarl005/stripansi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02sxiishdixm791jqbkmhdcvc712l0fb8rqmibxzgc61h0qs6rs3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/acarl005/stripansi")) +; (home-page "https://github.com/acarl005/stripansi") +; (synopsis "Strip ANSI") +; (description "This Go package removes ANSI escape codes from strings.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200214034016-1d94cc7ab1c6 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200214034016-1d94cc7ab1c6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mkd0gc2p16nddr5b8a5rqkalnhik3cymnqy4wy53zvd7isg6r3x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200217220822-9197077df867") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vbauerster-mpb-v4-4.12.2 +; (package +; (name "go-github-com-vbauerster-mpb-v4") +; (version "4.12.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vbauerster/mpb") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13zq6zs5pv1gay3zzkwzc310rvsy1rf43lgq2l23nsyfkw1fx8fp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vbauerster/mpb/v4")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" +; ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867) +; ("go-golang-org-x-crypto-0.0.0-20200214034016-1d94cc7ab1c6" +; ,go-golang-org-x-crypto-0.0.0-20200214034016-1d94cc7ab1c6) +; ("go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d" +; ,go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d) +; ("go-github-com-vividcortex-ewma-1.1.1" +; ,go-github-com-vividcortex-ewma-1.1.1))) +; (home-page "https://github.com/vbauerster/mpb") +; (synopsis "Multi Progress Bar") +; (description +; "Package mpb is a library for rendering progress bars in terminal applications. +;") +; (license license:unlicense))) +; +;(define-public go-github-com-vividcortex-ewma-1.2.0 +; (package +; (name "go-github-com-vividcortex-ewma") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/VividCortex/ewma") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/VividCortex/ewma")) +; (home-page "https://github.com/VividCortex/ewma") +; (synopsis "EWMA") +; (description +; "Package ewma implements exponentially weighted moving averages. +;") +; (license license:expat))) +; +;(define-public go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d +; (package +; (name "go-github-com-acarl005-stripansi") +; (version "0.0.0-20180116102854-5a71ef0e047d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/acarl005/stripansi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02sxiishdixm791jqbkmhdcvc712l0fb8rqmibxzgc61h0qs6rs3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/acarl005/stripansi")) +; (home-page "https://github.com/acarl005/stripansi") +; (synopsis "Strip ANSI") +; (description "This Go package removes ANSI escape codes from strings.") +; (license license:expat))) +; +;(define-public go-github-com-rivo-uniseg-0.1.0 +; (package +; (name "go-github-com-rivo-uniseg") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rivo/uniseg") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flpc1px1l6b1lxzhdxi0mvpkkjchppvgxshxxnlmm40s76i9ww5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rivo/uniseg")) +; (home-page "https://github.com/rivo/uniseg") +; (synopsis "Unicode Text Segmentation for Go") +; (description +; "Package uniseg implements Unicode Text Segmentation according to Unicode +;Standard Annex #29 (@url{http://unicode.org/reports/tr29/,http://unicode.org/reports/tr29/}). +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-runewidth-0.0.12 +; (package +; (name "go-github-com-mattn-go-runewidth") +; (version "0.0.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-runewidth") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10m8k25anr79mirr9azap3c3a7wxn67qk774xd8hhqa1ffbicxib")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-runewidth")) +; (propagated-inputs +; `(("go-github-com-rivo-uniseg-0.1.0" ,go-github-com-rivo-uniseg-0.1.0))) +; (home-page "https://github.com/mattn/go-runewidth") +; (synopsis "go-runewidth") +; (description +; "This package provides functions to get fixed width of the character or string.") +; (license license:expat))) +; +;(define-public go-github-com-rivo-uniseg-0.2.0 +; (package +; (name "go-github-com-rivo-uniseg") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rivo/uniseg") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j7h22vfmjj562vr8gpsyrkrwp1pq9ayh5fylv24skxb467g9f0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rivo/uniseg")) +; (home-page "https://github.com/rivo/uniseg") +; (synopsis "Unicode Text Segmentation for Go") +; (description +; "Package uniseg implements Unicode Text Segmentation according to Unicode +;Standard Annex #29 (@url{http://unicode.org/reports/tr29/,http://unicode.org/reports/tr29/}). +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210514084401-e8d321eab015 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210514084401-e8d321eab015") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r4kz2mdfrr0853qmbaiqpj5mqscfjy6za6kqmrw7lv9h7xwqbc4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vbauerster-mpb-v6-6.0.4 +; (package +; (name "go-github-com-vbauerster-mpb-v6") +; (version "6.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vbauerster/mpb") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b3p380pbhlp9qiv794ppwjwsl2k37hzp6k5ic4jx4wmdqlxzbyp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vbauerster/mpb/v6")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210514084401-e8d321eab015" +; ,go-golang-org-x-sys-0.0.0-20210514084401-e8d321eab015) +; ("go-github-com-rivo-uniseg-0.2.0" ,go-github-com-rivo-uniseg-0.2.0) +; ("go-github-com-mattn-go-runewidth-0.0.12" +; ,go-github-com-mattn-go-runewidth-0.0.12) +; ("go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d" +; ,go-github-com-acarl005-stripansi-0.0.0-20180116102854-5a71ef0e047d) +; ("go-github-com-vividcortex-ewma-1.2.0" +; ,go-github-com-vividcortex-ewma-1.2.0))) +; (home-page "https://github.com/vbauerster/mpb") +; (synopsis "Multi Progress Bar") +; (description +; "Package mpb is a library for rendering progress bars in terminal applications. +;") +; (license license:unlicense))) +; +;(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20190905194746-02993c407bfb +; (package +; (name "go-github-com-xeipuuv-gojsonpointer") +; (version "0.0.0-20190905194746-02993c407bfb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonpointer") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y7gmpgsm8c12ax4a0ij9srmd9d424iq224n172ckwfqf37amvzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) +; (home-page "https://github.com/xeipuuv/gojsonpointer") +; (synopsis "gojsonpointer") +; (description "An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20150112132944-c25f46c4b940 +; (package +; (name "go-github-com-yvasiyarov-go-metrics") +; (version "0.0.0-20150112132944-c25f46c4b940") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p1hx4ml4gzgyj8n0fg5lv8bq092zwg00n59lq8v8sphjc1h8i8d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) +; (home-page "https://github.com/yvasiyarov/go-metrics") +; (synopsis "go-metrics") +; (description "Go port of Coda Hale's Metrics library +;") +; (license #f))) +; +;(define-public go-github-com-yvasiyarov-gorelic-0.0.6 +; (package +; (name "go-github-com-yvasiyarov-gorelic") +; (version "0.0.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/gorelic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0210d8z7l945611b5ynzjhnypqfdyr490ndrap13s4k5z1jgqjnb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) +; (home-page "https://github.com/yvasiyarov/gorelic") +; (synopsis "GoRelic is deprecated in favour of") +; (description +; "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20160601141957-9c099fbc30e9 +; (package +; (name "go-github-com-yvasiyarov-newrelic-platform-go") +; (version "0.0.0-20160601141957-9c099fbc30e9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/newrelic_platform_go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n6jap27qc7b7c37ck1gv9biq5nfl7y06jk0cqgc517yfnb4f07x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) +; (home-page "https://github.com/yvasiyarov/newrelic_platform_go") +; (synopsis "New Relic Platform Agent SDK for Go(golang)") +; (description +; "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210423082822-04245dca01da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11is2c5cpxk0gf2mxza2wpzfcf71fxb9b3in77f6w2q0pr68ykzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20211112202133-69e39bad7dc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yvg72fb037yh4xvjyfgrr8nsbz7nfiiksvq0a5922z255anamy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da" +; ,go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210615035016-665e8c7367d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.6 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wzhvdb059vrp2cczqw422ajrb9sbs4l3qd020hlngj33qfhxah0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20211117183948-ae814b36b871") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01d5llpsijgbgm8px6mhaknqwh8g707zc5i5744gcndr8w0649sk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" +; ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) +; ("go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2" +; ,go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20211004093028-2c5d950f24ef +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20211004093028-2c5d950f24ef") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ac9v54zgxrya9n2dvbmyafhd0rbmnkfb5zrcp96z8vzd9q8zfz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.4.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-spf13-pflag-1.0.3 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190624222133-a101b041ded4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-v3-3.0.3 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-cenkalti-backoff-v4-4.1.1 +; (package +; (name "go-github-com-cenkalti-backoff-v4") +; (version "4.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cenkalti/backoff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08c28226q612i1pv83161y57qh16631vpc51ai9f76qfrzsy946z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cenkalti/backoff/v4")) +; (home-page "https://github.com/cenkalti/backoff") +; (synopsis "Exponential Backoff") +; (description +; "Package backoff implements backoff algorithms for retrying operations. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.9 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ykikks6ihgg899ibk9m9m0hqrbss0cx7l7z4yjb873b10bacj52")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.23 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.23") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19gmwvq72vrlw6wvnmz4rjmg6r34c1nbqk71mj4bqq08rpi3i89r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.1.0" +; ,go-github-com-containerd-ttrpc-1.1.0) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-containerd-1.4.9" +; ,go-github-com-containerd-containerd-1.4.9) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-cenkalti-backoff-v4-4.1.1" +; ,go-github-com-cenkalti-backoff-v4-4.1.1) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-1.0.0 +; (package +; (name "go-github-com-containerd-aufs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-1.0.0 +; (package +; (name "go-github-com-containerd-btrfs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cilium-ebpf-0.4.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j33vfz8mxnqadkd17l0y3ll71gph3ndm8hwrwbwnf5px7bfv9yl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-1.0.1 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p992w942xba9z77nhhbc6nk5q09c3zxxhq9n7fm5alx3a8fwbpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.4.0" ,go-github-com-cilium-ebpf-0.4.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mitchellh-go-homedir-1.1.0 +; (package +; (name "go-github-com-mitchellh-go-homedir") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/go-homedir") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/go-homedir")) +; (home-page "https://github.com/mitchellh/go-homedir") +; (synopsis "go-homedir") +; (description +; "This is a Go library for detecting the user's home directory without +;the use of cgo, so the library can be used in cross-compilation environments.") +; (license license:expat))) +; +;(define-public go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6 +; (package +; (name "go-github-com-armon-consul-api") +; (version "0.0.0-20180202201655-eb2c6b5be1b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/consul-api") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/consul-api")) +; (home-page "https://github.com/armon/consul-api") +; (synopsis "consul-api") +; (description +; " Please use @url{https://github.com/hashicorp/consul/tree/master/api,consul api package} instead. +;Godocs for that package @url{http://godoc.org/github.com/hashicorp/consul/api,are here}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-coreos-bbolt-1.3.2 +; (package +; (name "go-github-com-coreos-bbolt") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/bbolt")) +; (home-page "https://github.com/coreos/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-etcd-3.3.10+incompatible +; (package +; (name "go-github-com-coreos-etcd") +; (version "3.3.10+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/etcd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/etcd")) +; (home-page "https://github.com/coreos/etcd") +; (synopsis "etcd") +; (description +; "Package main is a simple wrapper of the real etcd entrypoint package +;(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still +;\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and +;builds a binary in $GOBIN/etcd +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190129154638-5b532d6fd5ef") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ls2i4ixyd4r2556j7c5jmlligjb35gfvxknrdn2abjmcahgqd6h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-websocket-1.4.0 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-middleware") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (synopsis "Go gRPC Middleware") +; (description +; "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.0 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" +; ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) +; ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) +; ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" +; ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-github-com-magiconair-properties-1.8.0 +; (package +; (name "go-github-com-magiconair-properties") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/magiconair/properties") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/magiconair/properties")) +; (home-page "https://github.com/magiconair/properties") +; (synopsis "Overview") +; (description +; "Package properties provides functions for reading and writing +;ISO-8859-1 and UTF-8 encoded .properties files and has +;support for recursive property expansion. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-pelletier-go-toml-1.2.0 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-prometheus-common-0.4.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" +; ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20190507164030-5867b95ac084") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-oneofone-xxhash-1.2.2 +; (package +; (name "go-github-com-oneofone-xxhash") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/OneOfOne/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/OneOfOne/xxhash")) +; (home-page "https://github.com/OneOfOne/xxhash") +; (synopsis "xxhash") +; (description +; "This is a native Go implementation of the excellent @url{https://github.com/Cyan4973/xxHash,xxhash}* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.") +; (license license:asl2.0))) +; +;(define-public go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72 +; (package +; (name "go-github-com-spaolacci-murmur3") +; (version "0.0.0-20180118202830-f09979ecbc72") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spaolacci/murmur3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spaolacci/murmur3")) +; (home-page "https://github.com/spaolacci/murmur3") +; (synopsis "murmur3") +; (description +; "Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-cespare-xxhash-1.1.0 +; (package +; (name "go-github-com-cespare-xxhash") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cespare/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cespare/xxhash")) +; (propagated-inputs +; `(("go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72" +; ,go-github-com-spaolacci-murmur3-0.0.0-20180118202830-f09979ecbc72) +; ("go-github-com-oneofone-xxhash-1.2.2" +; ,go-github-com-oneofone-xxhash-1.2.2))) +; (home-page "https://github.com/cespare/xxhash") +; (synopsis "xxhash") +; (description +; "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described +;at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. +;") +; (license license:expat))) +; +;(define-public go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954 +; (package +; (name "go-github-com-dgryski-go-sip13") +; (version "0.0.0-20181026042036-e10d5fee7954") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgryski/go-sip13") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgryski/go-sip13")) +; (home-page "https://github.com/dgryski/go-sip13") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-oklog-ulid-1.3.1 +; (package +; (name "go-github-com-oklog-ulid") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/oklog/ulid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/oklog/ulid")) +; (home-page "https://github.com/oklog/ulid") +; (synopsis "Universally Unique Lexicographically Sortable Identifier") +; (description +; "This package provides a Go port of @url{https://github.com/alizain/ulid,alizain/ulid} with binary format implemented.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce +; (package +; (name "go-github-com-prometheus-common") +; (version "0.0.0-20181113130724-41aa239b4cce") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spy10lwanqa5ynks9cagphkq74zz4b3jm4w59vvizdcw4fhd7s6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-tsdb-0.7.1 +; (package +; (name "go-github-com-prometheus-tsdb") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus-junkyard/tsdb") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/tsdb")) +; (propagated-inputs +; `(("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce" +; ,go-github-com-prometheus-common-0.0.0-20181113130724-41aa239b4cce) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-oklog-ulid-1.3.1" ,go-github-com-oklog-ulid-1.3.1) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954" +; ,go-github-com-dgryski-go-sip13-0.0.0-20181026042036-e10d5fee7954) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-cespare-xxhash-1.1.0" +; ,go-github-com-cespare-xxhash-1.1.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/tsdb") +; (synopsis "TSDB") +; (description +; "Package tsdb implements a time series storage for float64 sample data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-0.9.3 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-github-com-prometheus-tsdb-0.7.1" +; ,go-github-com-prometheus-tsdb-0.7.1) +; ("go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084" +; ,go-github-com-prometheus-procfs-0.0.0-20190507164030-5867b95ac084) +; ("go-github-com-prometheus-common-0.4.0" +; ,go-github-com-prometheus-common-0.4.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-beorn7-perks-1.0.0" +; ,go-github-com-beorn7-perks-1.0.0))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-afero-1.1.2 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cast-1.3.0 +; (package +; (name "go-github-com-spf13-cast") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cast") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cast")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/cast") +; (synopsis "cast") +; (description "Package cast provides easy and safe casting in Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-jwalterweatherman-1.0.0 +; (package +; (name "go-github-com-spf13-jwalterweatherman") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/jwalterweatherman") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) +; (home-page "https://github.com/spf13/jwalterweatherman") +; (synopsis "jWalterWeatherman") +; (description +; "Seamless printing to the terminal (stdout) and logging to a io.Writer +;(file) thatâ\x80\x99s as easy to use as fmt.Println.") +; (license license:expat))) +; +;(define-public go-github-com-ugorji-go-1.1.4 +; (package +; (name "go-github-com-ugorji-go") +; (version "1.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ugorji/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ugorji/go")) +; (home-page "https://github.com/ugorji/go") +; (synopsis "go-codec") +; (description +; "This repository contains the @code{go-codec} library, the @code{codecgen} tool and +;benchmarks for comparing against other libraries.") +; (license license:expat))) +; +;(define-public go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77 +; (package +; (name "go-github-com-xordataexchange-crypt") +; (version "0.0.3-0.20170626215501-b2862e3d0a77") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xordataexchange/crypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xordataexchange/crypt")) +; (home-page "https://github.com/xordataexchange/crypt") +; (synopsis "crypt") +; (description +; "You can use crypt as a command line tool or as a configuration library:") +; (license license:expat))) +; +;(define-public go-go-etcd-io-bbolt-1.3.2 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4 +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20190308202827-9d24e82272b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-github-com-spf13-viper-1.4.0 +; (package +; (name "go-github-com-spf13-viper") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/viper") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/viper")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) +; ("go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4" +; ,go-golang-org-x-time-0.0.0-20190308202827-9d24e82272b4) +; ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" +; ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-go-etcd-io-bbolt-1.3.2" ,go-go-etcd-io-bbolt-1.3.2) +; ("go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77" +; ,go-github-com-xordataexchange-crypt-0.0.3-0.20170626215501-b2862e3d0a77) +; ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" +; ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) +; ("go-github-com-ugorji-go-1.1.4" ,go-github-com-ugorji-go-1.1.4) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-jwalterweatherman-1.0.0" +; ,go-github-com-spf13-jwalterweatherman-1.0.0) +; ("go-github-com-spf13-cast-1.3.0" ,go-github-com-spf13-cast-1.3.0) +; ("go-github-com-spf13-afero-1.1.2" ,go-github-com-spf13-afero-1.1.2) +; ("go-github-com-soheilhy-cmux-0.1.4" +; ,go-github-com-soheilhy-cmux-0.1.4) +; ("go-github-com-prometheus-client-golang-0.9.3" +; ,go-github-com-prometheus-client-golang-0.9.3) +; ("go-github-com-pelletier-go-toml-1.2.0" +; ,go-github-com-pelletier-go-toml-1.2.0) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-magiconair-properties-1.8.0" +; ,go-github-com-magiconair-properties-1.8.0) +; ("go-github-com-jonboulle-clockwork-0.1.0" +; ,go-github-com-jonboulle-clockwork-0.1.0) +; ("go-github-com-hashicorp-hcl-1.0.0" +; ,go-github-com-hashicorp-hcl-1.0.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.0" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0" +; ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.0) +; ("go-github-com-gorilla-websocket-1.4.0" +; ,go-github-com-gorilla-websocket-1.4.0) +; ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) +; ("go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef" +; ,go-github-com-golang-groupcache-0.0.0-20190129154638-5b532d6fd5ef) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7) +; ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" +; ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.2.0" +; ,go-github-com-coreos-go-semver-0.2.0) +; ("go-github-com-coreos-etcd-3.3.10+incompatible" +; ,go-github-com-coreos-etcd-3.3.10+incompatible) +; ("go-github-com-coreos-bbolt-1.3.2" ,go-github-com-coreos-bbolt-1.3.2) +; ("go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6" +; ,go-github-com-armon-consul-api-0.0.0-20180202201655-eb2c6b5be1b6))) +; (home-page "https://github.com/spf13/viper") +; (synopsis "Install") +; (description "Many Go projects are built using Viper including:") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-1.0.0 +; (package +; (name "go-github-com-spf13-cobra") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-spf13-viper-1.4.0" ,go-github-com-spf13-viper-1.4.0) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-mitchellh-go-homedir-1.1.0" +; ,go-github-com-mitchellh-go-homedir-1.1.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.1.0 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h756l1xc31sc4zc1d3hmh64kl9qm5vpbbw0c93hrasn51ki96yz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-spf13-cobra-1.0.0" ,go-github-com-spf13-cobra-1.0.0) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-1.0.0 +; (package +; (name "go-github-com-containerd-fifo") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l6jy9b4mjcj7pbz1n79zmipni1dz60rf5n66vn5p2ggavbq7h1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-cni-1.0.2 +; (package +; (name "go-github-com-containerd-go-cni") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hqwy402qy04slz2vj05s517mhdbmmkdjs6nhfnk184a730whgv6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-cni")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-containernetworking-cni-0.8.0" +; ,go-github-com-containernetworking-cni-0.8.0))) +; (home-page "https://github.com/containerd/go-cni") +; (synopsis "go-cni") +; (description +; "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-1.0.0 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210315114300-dde8f0fda960") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ag5p2vqzdavq66wb1z42yw5jzrncsi97g8qk2x9nq51z1nj8rdi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.4 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "039c26mjq8qs1s4kbx76fc99wnmnx165bqn16b2b9gyvxcphs7iv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960" +; ,go-github-com-containerd-zfs-0.0.0-20210315114300-dde8f0fda960) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" +; ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) +; ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" +; ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" +; ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" +; ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) +; ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" +; ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210324051608-47abb6519492") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19g0pa8lazad5kcq396ggg9x1d6sx39rw9brz3hklx71gg1jd3ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.16 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.16") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15bxkqq4zavwspx3ga8j3vx9jrc7l0jazsa6cs6im9liy6xhkbd6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492" +; ,go-golang-org-x-sys-0.0.0-20210324051608-47abb6519492) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-containerd-1.5.0-beta.4" +; ,go-github-com-containerd-containerd-1.5.0-beta.4) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17-0.20210324224401-5516f17a5958") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gmgiak4x4gdyr17zm4b9vvharflk9pz5aj5jayh9hq50133b2f9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20210316121734-20793ff83c97") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ipr8pafb2xpkchfvnxjcfx9pb48mjr9k8krj9gnagssxhynbkd5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676 +; (package +; (name "go-github-com-containerd-btrfs") +; (version "0.0.0-20210316141732-918d888fb676") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yf38gg41y1v12m0cl81r9q7d13170a4npzqxhbz7qn32zr23kzn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20210316144830-115abcc95a1d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hqna43p8r6g3xv8g8n985hq1nzipsvjiwm70xpbzbgynh4ym6z5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20201020171139-16b287bc67d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xk30dzzxmd83bnfyilplizlxh1pg1gqz2jrq9wz9rqqkxazc03n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.1.1-0.20210312161619-7ed62a527887") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16pgcc0w8m2cxhfjzmmd2h3n6mxzc1nlghrhgjlx0lf4q96hv904")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.0" +; ,go-github-com-containers-ocicrypt-1.1.0) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.0.0-20210316161719-dbaa18c31c14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kyrvagbga6yib7il0m4zvqz977a4wsv5lgjd3ix53xmr4h7fgm7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210324211415-d5c4544f0433") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wsqwqv2pyn05asgpm9clgpwq9b8b0fjk4khzkjvscrf5j4v1rx4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.4 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gffl7z6bvi46v0fvphbak4waddsgf4pd5w16khgrzl1sv9skn61")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) +; ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-api-0.20.4 +; (package +; (name "go-k8s-io-api") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hjckd94vpsr690kwx7dad8qlb8xjg2bz5ms315s9h6wc5cqwvgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apimachinery-0.20.4 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.4 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g8x2d59qm6068rql63c0mdhcjz9jsyyf7a5fdg1hyf88dvigfcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.4 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02b782p63h8z3pg64i1kfgkmxwslxpyl6afkhd1agbig9zd6g7w8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.4 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-rc.0 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-rc.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "148z6782bj0vy3vzbhg2xf53g14llvxfsmdsqkz6x5n49rm6xr4i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.4" ,go-k8s-io-cri-api-0.20.4) +; ("go-k8s-io-component-base-0.20.4" ,go-k8s-io-component-base-0.20.4) +; ("go-k8s-io-client-go-0.20.4" ,go-k8s-io-client-go-0.20.4) +; ("go-k8s-io-apiserver-0.20.4" ,go-k8s-io-apiserver-0.20.4) +; ("go-k8s-io-apimachinery-0.20.4" ,go-k8s-io-apimachinery-0.20.4) +; ("go-k8s-io-api-0.20.4" ,go-k8s-io-api-0.20.4) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433" +; ,go-github-com-containerd-zfs-0.0.0-20210324211415-d5c4544f0433) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14" +; ,go-github-com-containerd-nri-0.0.0-20210316161719-dbaa18c31c14) +; ("go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887" +; ,go-github-com-containerd-imgcrypt-1.1.1-0.20210312161619-7ed62a527887) +; ("go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0" +; ,go-github-com-containerd-go-runc-0.0.0-20201020171139-16b287bc67d0) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d" +; ,go-github-com-containerd-fifo-0.0.0-20210316144830-115abcc95a1d) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676" +; ,go-github-com-containerd-btrfs-0.0.0-20210316141732-918d888fb676) +; ("go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97" +; ,go-github-com-containerd-aufs-0.0.0-20210316121734-20793ff83c97) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20210322153248-0c34fe9e7dc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.1 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l0bfk244sxnakg3my529jsw532pffkmiyk5y1iqblz4mkjfphc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2" +; ,go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.1.1 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "177fs3p2xzwjsffcxqqllx6wi6ghfyqbvfgn95v3q7a2993yqk4k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.1" +; ,go-github-com-containers-ocicrypt-1.1.1) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-rc.0" +; ,go-github-com-containerd-containerd-1.5.0-rc.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-microsoft-hcsshim-0.8.16" +; ,go-github-com-microsoft-hcsshim-0.8.16) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210324224401-5516f17a5958))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-nri-0.1.0 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hqji5qa0n0fdyv9sjdl7mv3bb4fnq9i79pdzlw6m1nigrnb18qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200224152610-e50cd9704f63") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1392q1dfg4kkfg86w05gsszdlkd0hf424rvich1xzjqbm3ad3lin")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.1.0 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13grp3ivmkdyhwpzhnva2w4lv035c4i1m0a2bdci4z44mif86gns")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.27.1" +; ,go-google-golang-org-protobuf-1.27.1) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63" +; ,go-google-golang-org-genproto-0.0.0-20200224152610-e50cd9704f63) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-1.0.2 +; (package +; (name "go-github-com-containerd-typeurl") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wvfxlxgkln11d9s6rxay965c715bnpk203klbsq8m8qpjqrz620")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.15 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1119qf7nklpnn9li61m8jrd5wvifhiz7qh7sfjjy04rfvbvlsi6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" +; ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k6dqaidnldf7kpxdszf0wn6xb8m6vaizm2aza81fri1q0051213")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200622214017-ed371f2e16b4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107wfy2fj6z5zps1v72j8drfrfvss1158drb0yqhz5awlbvgrpj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20201003224125-76a6863f2989") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nsiyqjrgf3vvv6hpiljknpbkzlla1czpkq69i607f7p5jd8bgaq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4" +; ,go-golang-org-x-sys-0.0.0-20200622214017-ed371f2e16b4) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.1" +; ,go-github-com-containerd-ttrpc-1.0.1) +; ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" +; ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) +; ("go-github-com-containerd-containerd-1.4.1" +; ,go-github-com-containerd-containerd-1.4.1) +; ("go-github-com-microsoft-hcsshim-0.8.9" +; ,go-github-com-microsoft-hcsshim-0.8.9))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20210114181951-8a68de567b68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v70kxazvsizx33w9nz341hg14acg2vnbfcpx9yknmsjqdwgqnhs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.17-0.20210211115548-6eac466e5fa3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w8fmybsl0v5azwi66qa299gwh0mlp907mrg4yaiya7s0cjmjx0d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3 +; (package +; (name "go-github-com-microsoft-hcsshim-test") +; (version "0.0.0-20210227013316-43a75bb4edd3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j899w4hdw1mk6rfyy9qsm902iavgc49ykbjdsb02m6wszq1z0wy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/Microsoft/hcsshim/test" +; #:unpack-path +; "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.16 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.16") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible +; (package +; (name "go-github-com-azure-azure-sdk-for-go") +; (version "16.2.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/azure-sdk-for-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hwrspsyfs003h4f8zl8b41g3a6jpkqawqrykd1mjw9p6hs1c6k8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) +; (home-page "https://github.com/Azure/azure-sdk-for-go") +; (synopsis "Azure SDK for Go") +; (description +; "Package sdk provides Go packages for managing and using Azure services. +;") +; (license license:expat))) +; +;(define-public go-github-com-azure-go-autorest-10.8.1+incompatible +; (package +; (name "go-github-com-azure-go-autorest") +; (version "10.8.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/go-autorest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "122zfifj93vkix8ggkdh0dz5rmzxh4bql4nry1hws2czmzgxlkdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/go-autorest")) +; (home-page "https://github.com/Azure/go-autorest") +; (synopsis "go-autorest") +; (description +; "Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-ini-ini-1.25.4 +; (package +; (name "go-github-com-go-ini-ini") +; (version "1.25.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-ini/ini") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b6cql5ripbiyrm18d6bfd1rfjnwcbskppw3d0vb80l0wy72d0c6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-ini/ini")) +; (home-page "https://github.com/go-ini/ini") +; (synopsis "INI") +; (description +; "Package ini provides INI file read and write functionality in Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20160202185014-0b12d6b521d8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vv6hph8j6xgv7gwl9vvhlsaaqsm22sxxqmgmldi4v11783pc1ld")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-aws-aws-sdk-go-1.15.11 +; (package +; (name "go-github-com-aws-aws-sdk-go") +; (version "1.15.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aws/aws-sdk-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w960w39k3nyc17p1lvd41cls39qwg7kzfm57vfbdb4h1m5sck99")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aws/aws-sdk-go")) +; (propagated-inputs +; `(("go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20160202185014-0b12d6b521d8) +; ("go-github-com-go-ini-ini-1.25.4" ,go-github-com-go-ini-ini-1.25.4))) +; (home-page "https://github.com/aws/aws-sdk-go") +; (synopsis "AWS SDK for Go") +; (description +; "Package sdk is the official AWS SDK for the Go programming language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a +; (package +; (name "go-github-com-beorn7-perks") +; (version "0.0.0-20160804104726-4c0e84591b9a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869 +; (package +; (name "go-github-com-bmizerany-assert") +; (version "0.0.0-20160611221934-b7ed37b82869") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bmizerany/assert") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18hy1wyl9zdi7sgxafrn3m7fadh6in0rhhb8l0cvkxqzdl0jcw2s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bmizerany/assert")) +; (home-page "https://github.com/bmizerany/assert") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1 +; (package +; (name "go-github-com-bshuster-repo-logrus-logstash-hook") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bshuster-repo/logrus-logstash-hook") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kkjzav4i3l2ahgpirysr0cqh60vdq517lpj00cc9z32zfrsw87k")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) +; (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") +; (synopsis "Logstash hook for logrus") +; (description +; "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") +; (license license:expat))) +; +;(define-public go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c +; (package +; (name "go-github-com-dgrijalva-jwt-go") +; (version "0.0.0-20170104182250-a601269ab70c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgrijalva/jwt-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c2dhmj95wh9cs099cr43qghgmp6bqx0mq44vha2dqq5jkbazwfv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) +; (home-page "https://github.com/dgrijalva/jwt-go") +; (synopsis "jwt-go") +; (description +; "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} +;") +; (license license:expat))) +; +;(define-public go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916 +; (package +; (name "go-github-com-docker-go-metrics") +; (version "0.0.0-20180209012529-399ea8c73916") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0najfy92fq05b330cnjk5b326yi7dnnmvzfk6g5lsa1fci78yzw4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-metrics")) +; (home-page "https://github.com/docker/go-metrics") +; (synopsis "go-metrics") +; (description +; "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7 +; (package +; (name "go-github-com-garyburd-redigo") +; (version "0.0.0-20150301180006-535138d7bcd7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/garyburd/redigo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m7nc1gvv5yqnq8ii75f33485il6y6prf8gxl97dimsw94qccc5v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/garyburd/redigo")) +; (home-page "https://github.com/garyburd/redigo") +; (synopsis #f) +; (description +; "Future development of Redigo is at +;@url{https://github.com/gomodule/redigo,github.com/gomodule/redigo}. Please submit +;issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a +;read-only snapshot.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33 +; (package +; (name "go-github-com-gorilla-handlers") +; (version "0.0.0-20150720190736-60c7bfde3e33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/handlers") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zvpxvybdn8yqpk2cxs134ip9wxmw6c1s0kw9nahf7qw1kfyzycm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/handlers")) +; (home-page "https://github.com/gorilla/handlers") +; (synopsis "gorilla/handlers") +; (description +; "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use +;with Go's net/http package (or any framework supporting http.Handler). +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gorilla-mux-1.7.2 +; (package +; (name "go-github-com-gorilla-mux") +; (version "1.7.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/mux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gjcbgpdl3snc38i8sj8k6sqbv3inyrxqyggbqvr4jfx2phv2zy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/mux")) +; (home-page "https://github.com/gorilla/mux") +; (synopsis "gorilla/mux") +; (description "Package mux implements a request router and dispatcher. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.0.0-20160803190731-bd40a432e4c7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kgzwiyqn24ba9kgpjxlq1h746gnyby0psbjj9mp2yx0h1i0kc4z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-github-com-marstr-guid-1.1.0 +; (package +; (name "go-github-com-marstr-guid") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/marstr/guid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081qrar6wwpmb2pq3swv4byh73r9riyhl2dwv0902d8jg3kwricm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/marstr/guid")) +; (home-page "https://github.com/marstr/guid") +; (synopsis "Guid") +; (description +; "Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, @url{http://ietf.org/rfc/rfc4122.txt,RFC 4122} governs the desired behavior.") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "0.0.0-20170106003457-a6d0ee40d420") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1paz3na2xkhi10p5bk7f7gbh5yykfgr9f9i2gcc13rb461yq6fmg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.0 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04ax2pylpwzsa5pw6wk94shdpdmfyqf70ys0idhpxsygzc2m5l23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.0.0-20180209125602-c332b6f63c06") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "068r759wnh1lxcjhj89z4bqbpl7ydcx2drn2967ygw80nyab30pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20171117100541-99fa1f4be8e5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.0.0-20180110214958-89604d197083") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "169rdlaf2mk9z4fydz7ajmngyhmf3q1lk96yhvx46bn986x5xkyn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a +; (package +; (name "go-github-com-smartystreets-goconvey") +; (version "0.0.0-20190330032615-68dc04aab96a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/goconvey") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kas5v95fzhr88hg4rjy0vp03y4pzvy3pwwgkfz2yhn5nlj29nk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/goconvey")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" +; ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) +; ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" +; ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) +; ("go-github-com-jtolds-gls-4.20.0+incompatible" +; ,go-github-com-jtolds-gls-4.20.0+incompatible) +; ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" +; ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) +; (home-page "https://github.com/smartystreets/goconvey") +; (synopsis "GoConvey is awesome Go testing") +; (description +; "This executable provides an HTTP server that watches for file system changes +;to .go files within the working directory (and all nested go packages). +;Navigating to the configured host and port in a web browser will display the +;latest results of running `go test` in each go package. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190619014844-b5b0513f8c1b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sr4gbiq09izkmm6hcmfnia6lz6ngzzqjbwlrzh7jifbzyck53wz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190602015325-4c4f7f33c9ed") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191001bxqyc3xfs46nnqmm7jdk0r73vk7a4zqngfl7zwjv9smwsq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c +; (package +; (name "go-github-com-docker-distribution") +; (version "0.0.0-20190905152932-14b96e55d84c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jd7ccjy7ahznsh6hf9dhqbgn9glwc0db9g5nv8n6sys5d1jdni9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" +; ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) +; ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" +; ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) +; ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" +; ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) +; ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" +; ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) +; ("go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed" +; ,go-golang-org-x-sys-0.0.0-20190602015325-4c4f7f33c9ed) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b" +; ,go-golang-org-x-net-0.0.0-20190619014844-b5b0513f8c1b) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) +; ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" +; ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) +; ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" +; ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) +; ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" +; ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a" +; ,go-github-com-smartystreets-goconvey-0.0.0-20190330032615-68dc04aab96a) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083" +; ,go-github-com-prometheus-common-0.0.0-20180110214958-89604d197083) +; ("go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5" +; ,go-github-com-prometheus-client-model-0.0.0-20171117100541-99fa1f4be8e5) +; ("go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06" +; ,go-github-com-prometheus-client-golang-0.0.0-20180209125602-c332b6f63c06) +; ("go-github-com-opencontainers-image-spec-1.0.0" +; ,go-github-com-opencontainers-image-spec-1.0.0) +; ("go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420" +; ,go-github-com-opencontainers-go-digest-0.0.0-20170106003457-a6d0ee40d420) +; ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) +; ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" +; ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-marstr-guid-1.1.0" ,go-github-com-marstr-guid-1.1.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7" +; ,go-github-com-jmespath-go-jmespath-0.0.0-20160803190731-bd40a432e4c7) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-gorilla-mux-1.7.2" ,go-github-com-gorilla-mux-1.7.2) +; ("go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33" +; ,go-github-com-gorilla-handlers-0.0.0-20150720190736-60c7bfde3e33) +; ("go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7" +; ,go-github-com-garyburd-redigo-0.0.0-20150301180006-535138d7bcd7) +; ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" +; ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) +; ("go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916" +; ,go-github-com-docker-go-metrics-0.0.0-20180209012529-399ea8c73916) +; ("go-github-com-dnaeon-go-vcr-1.0.1" +; ,go-github-com-dnaeon-go-vcr-1.0.1) +; ("go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c" +; ,go-github-com-dgrijalva-jwt-go-0.0.0-20170104182250-a601269ab70c) +; ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" +; ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) +; ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" +; ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) +; ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" +; ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) +; ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" +; ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) +; ("go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1" +; ,go-github-com-bshuster-repo-logrus-logstash-hook-0.4.1) +; ("go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869" +; ,go-github-com-bmizerany-assert-0.0.0-20160611221934-b7ed37b82869) +; ("go-github-com-bitly-go-simplejson-0.5.0" +; ,go-github-com-bitly-go-simplejson-0.5.0) +; ("go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a" +; ,go-github-com-beorn7-perks-0.0.0-20160804104726-4c0e84591b9a) +; ("go-github-com-aws-aws-sdk-go-1.15.11" +; ,go-github-com-aws-aws-sdk-go-1.15.11) +; ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" +; ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) +; ("go-github-com-azure-go-autorest-10.8.1+incompatible" +; ,go-github-com-azure-go-autorest-10.8.1+incompatible) +; ("go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible" +; ,go-github-com-azure-azure-sdk-for-go-16.2.1+incompatible))) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.2.2-0.20190723190241-65acae22fc9d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0700alky9z0g9akhrzn20wf4jr1600d0clhs32sm8chnlbvidy46")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190813064441-fde4db37ae7a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16k4w4pzziq1kln18k5fg01qgk4hpzb5xsm7175kaky6d6gwyhg3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-cri-api-0.17.3 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.17.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "047wg80q4cb9qikpj0zp2kzcgp599cdqwiqlravfy86bga4r3fgf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a" +; ,go-golang-org-x-sys-0.0.0-20190813064441-fde4db37ae7a) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d" +; ,go-github-com-gogo-protobuf-1.2.2-0.20190723190241-65acae22fc9d) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da +; (package +; (name "go-github-com-microsoft-hcsshim-test") +; (version "0.0.0-20201218223536-d3e5debf77da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/Microsoft/hcsshim/test" +; #:unpack-path +; "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-cri-api-0.17.3" ,go-k8s-io-cri-api-0.17.3) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" +; ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) +; ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" +; ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-imdario-mergo-0.3.8" +; ,go-github-com-imdario-mergo-0.3.8) +; ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" +; ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) +; ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" +; ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-gogo-googleapis-1.2.0" +; ,go-github-com-gogo-googleapis-1.2.0) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c" +; ,go-github-com-docker-distribution-0.0.0-20190905152932-14b96e55d84c) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-blang-semver-3.1.0+incompatible" +; ,go-github-com-blang-semver-3.1.0+incompatible) +; ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" +; ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis #f) +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4 +; (package +; (name "go-github-com-containerd-aufs") +; (version "0.0.0-20200908144142-dab0cbea06f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/aufs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "060iqypyrdmww0ykip1zqi5f2fl1il55vndgdn5aq5zj6530mgsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/aufs")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" +; ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) +; ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" +; ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) +; ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" +; ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) +; ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" +; ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) +; ("go-github-com-microsoft-hcsshim-0.8.7" +; ,go-github-com-microsoft-hcsshim-0.8.7))) +; (home-page "https://github.com/containerd/aufs") +; (synopsis "aufs snapshotter") +; (description +; "AUFS implementation of the snapshot interface for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e +; (package +; (name "go-github-com-containerd-btrfs") +; (version "0.0.0-20201111183144-404b9149801e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/btrfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10aakvy9njaly2mfwi1cvys8dxjn27mnd7wnpnmxh8pxb7g2svag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/btrfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/btrfs") +; (synopsis "go-btrfs") +; (description +; "Package btrfs provides bindings for working with btrfs partitions from Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200824123100-0b889c03f102") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zjmphy2df9y20hzrmwxfpyyvz8vb5lazr4pjyx3c5a5x0j4rv8d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" +; ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20201208142359-180525291bb7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1di4pspqfwfafdni0in84kzyn8h1fhqb6vh4i0g5skqmrc4sxf4h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20201026212402-0724c46b320c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d9j0isblnnqf78ygvwjyijjxn6zdzf7p803v0jv2py4d0pkvj8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.8.0 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16i59dhiq7pc7qs32cdk4yv4w9rjx4vvlw7fb6a6jhq6hxxjrgiw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-1.10.3 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00a40by9f5ylycnar8h3p9b4z5rcsvfvg4j3v5s5mchdqrqjv1pc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.0.0-20180129172003-8a3f7159479f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rbz4x4jbq9vp3zxmv0c2wh1vbg48lmc8ncdgz7zxk7241fc31ki")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d +; (package +; (name "go-github-com-stretchr-testify") +; (version "0.0.0-20180303142811-b89eecf5ca5d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g946ii8qjaynvidj648z8izl91i6yhy0ir6g3qsrn136im3r8wk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-go-cni-1.0.1 +; (package +; (name "go-github-com-containerd-go-cni") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sdlwa4d0kzpm3vg9jy6fxqqcfjq8innv1zjcyp8n9qy8vj9b24y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-cni")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d" +; ,go-github-com-stretchr-testify-0.0.0-20180303142811-b89eecf5ca5d) +; ("go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f" +; ,go-github-com-stretchr-objx-0.0.0-20180129172003-8a3f7159479f) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-onsi-ginkgo-1.10.3" ,go-github-com-onsi-ginkgo-1.10.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-containernetworking-cni-0.8.0" +; ,go-github-com-containernetworking-cni-0.8.0))) +; (home-page "https://github.com/containerd/go-cni") +; (synopsis "go-cni") +; (description +; "This package provides a generic CNI library to provide APIs for CNI plugin interactions. The library provides APIs to:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20191206165004-02ecf6a7291e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1b3yq446gv8da4fajknbjxr5syz1ypz0nii9sqw066hx8kmqzgqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00qb0q7ndxsll12ilp5a8pqfi4i1jqrlqzv0yf7sn52lkrdrw5f4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20200220073739-7016d3ce2328") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mx2lvfkxw9kiyhi18g3c6hcpb9r2115zjzyvz6rkdqr08xrij9k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.1" +; ,go-github-com-opencontainers-runtime-spec-1.0.1) +; ("go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e" +; ,go-github-com-containerd-console-0.0.0-20191206165004-02ecf6a7291e))) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.14 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n34wi9l9ks2z3cz97j30ljfmqppwf1zxr16hwbnswyrk54fcxm3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.7-0.20190325164909-8abdbb8205e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0029085clghvprb3bs2m9q7xk4njx5fg2gr5wm3a0y8kqx0awv45")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20190717030353-c4b9ac5c7601") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fpai6nsm7qd5zfd8ykq8j4ngbqcy5v2isw16j086j0qabyw2iiw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50 +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20181022165439-0650fd9eeb50") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cs11g3gjan15rnbgryf60725sw2hf83fb6y2hwn1rgcm0jab1b8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.3.0 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05mr33l0rhkj49n6wf9lk95ijqvqwhp68ll879rpad1ypfv2f8as")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02 +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20190815185530-f2a389ac0a02") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8a7npx46sjak0dyypkgg0h5dkq6dqpa4gx1v22ik62rmw0jy8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260 +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20180307165137-3d5202aec260") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jp12vgfj0xg9m2w5cfay72fwrxb6w8za7rkcqw8yy8hypiqqxq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20190911050354-e029b79d8cda") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zwb6bfnfmj09rnz1z3xx1y2pm4wrhyp2ls7vmf7p62j5zyvdpkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20190828172938-92c8520ef9f8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.2.10 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.2.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kddhkd93wkrimk0yjcqiavdrqc818nd39rf3wrgxyilx1mfnrwb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa +; (package +; (name "go-github-com-fullsailor-pkcs7") +; (version "0.0.0-20190404230743-d7302db945fa") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fullsailor/pkcs7") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13d7dpj85j36pxwg1kn7b23rm54va5p9v3vdcx27pma2jjlsxsm1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fullsailor/pkcs7")) +; (home-page "https://github.com/fullsailor/pkcs7") +; (synopsis "pkcs7") +; (description +; "Package pkcs7 implements parsing and generation of some PKCS#7 structures. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190701094942-4def268fd1a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.3.1 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11r93g9xrcjqj7qvq8sbd5hy5rnbpmim0vdsp6rbav8gl7wimaa3")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.0.1 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q27vzgdsimypkpi7iv0rl1xz571554adphyl0j8b5qa8wrf0n7v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-square-go-jose-v2-2.3.1" +; ,go-gopkg-in-square-go-jose-v2-2.3.1) +; ("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) +; ("go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4" +; ,go-golang-org-x-crypto-0.0.0-20190701094942-4def268fd1a4) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa" +; ,go-github-com-fullsailor-pkcs7-0.0.0-20190404230743-d7302db945fa) +; ("go-github-com-containerd-containerd-1.2.10" +; ,go-github-com-containerd-containerd-1.2.10))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20161114122254-48702e0da86b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zl9ns4j3lpjykf32rv5cb6sj9x5ci8yi90vab1bl27vnqjgdkh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1-0.20190205005809-0d3efadf0154+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wayhmcxr6l281fqkbw1gh0ymhxlznf4jj1rcldhwrc64l2zjh8l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad +; (package +; (name "go-github-com-docker-go-events") +; (version "0.0.0-20170721190031-9461782956ad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-events") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vn0kd0w253jwdk86gv1h6s8p6bzxiyif74xdzlb39zr6fdrr145")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-events")) +; (home-page "https://github.com/docker/go-events") +; (synopsis "Docker Events Package") +; (description +; "The Docker @code{events} package implements a composable event distribution package +;for Go.") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55 +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20151105175453-c7fdd8b5cd55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09zazkiny2im24xaiac5kbyhhnbqdbhwi9z9n7fj6rhpg8msiq9n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gogo-googleapis-1.2.0 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a82n0xp0v8lgjxzl3aa595r0rmy7afgyn2l3kv6z9kzw339i0jp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.8 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15xwyrnwng11ib0fxi7clwick2r0njwn0gs3va2g5m1ad418ry57")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0-rc1.0.20180430190053-c9281466c8b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc8.0.20190926000215-3e425f80a8c9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18psc830b2rkwml1x6vxngam5b5wi3pj14mw817rshpzy87prspj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2-0.20190207185410-29686dbc5559") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i8q3520jk4yl9rsxs8mn5vsi9i0gd3drysbhciaqwm5l8c30h65")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.8 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "076wblhz8fjdc73fmz1lg0hafbwg1xv8hszm78lbg9anjpfgacvq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190522155817-f3200d17e092") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mskh7p80dd8j1ffy16917d3cyy7lfh1gb56n4rq9g1bwckz4lwy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190812073006-9eafafc0a87e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5wcpiafz47066993mgz77gka9qzww6w6crxpnyir0459j7z07r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.24.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8mwv74vzcfb7p4ai247x094skxca71vjp4wpj2wzmri0x9p4v6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.0.1 +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0gbnp8imckw6rv3sjf3sycp8rc9lyhv0pp0x3q3yksvqmbqh5v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.24.0" ,go-google-golang-org-grpc-1.24.0) +; ("go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e" +; ,go-golang-org-x-sys-0.0.0-20190812073006-9eafafc0a87e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092" +; ,go-golang-org-x-net-0.0.0-20190522155817-f3200d17e092) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.8" +; ,go-github-com-prometheus-procfs-0.0.8) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559" +; ,go-github-com-opencontainers-runtime-spec-1.0.2-0.20190207185410-29686dbc5559) +; ("go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9" +; ,go-github-com-opencontainers-runc-1.0.0-rc8.0.20190926000215-3e425f80a8c9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1.0.20180430190053-c9281466c8b2) +; ("go-github-com-imdario-mergo-0.3.8" +; ,go-github-com-imdario-mergo-0.3.8) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-gogo-googleapis-1.2.0" +; ,go-github-com-gogo-googleapis-1.2.0) +; ("go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55" +; ,go-github-com-godbus-dbus-0.0.0-20151105175453-c7fdd8b5cd55) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad" +; ,go-github-com-docker-go-events-0.0.0-20170721190031-9461782956ad) +; ("go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible" +; ,go-github-com-docker-distribution-2.7.1-0.20190205005809-0d3efadf0154+incompatible) +; ("go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b" +; ,go-github-com-coreos-go-systemd-0.0.0-20161114122254-48702e0da86b) +; ("go-github-com-containers-ocicrypt-1.0.1" +; ,go-github-com-containers-ocicrypt-1.0.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828172938-92c8520ef9f8) +; ("go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda" +; ,go-github-com-containerd-go-runc-0.0.0-20190911050354-e029b79d8cda) +; ("go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260" +; ,go-github-com-containerd-fifo-0.0.0-20180307165137-3d5202aec260) +; ("go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02" +; ,go-github-com-containerd-continuity-0.0.0-20190815185530-f2a389ac0a02) +; ("go-github-com-containerd-containerd-1.3.0" +; ,go-github-com-containerd-containerd-1.3.0) +; ("go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50" +; ,go-github-com-containerd-console-0.0.0-20181022165439-0650fd9eeb50) +; ("go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601" +; ,go-github-com-containerd-cgroups-0.0.0-20190717030353-c4b9ac5c7601) +; ("go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4" +; ,go-github-com-microsoft-hcsshim-0.8.7-0.20190325164909-8abdbb8205e4) +; ("go-github-com-microsoft-go-winio-0.4.14" +; ,go-github-com-microsoft-go-winio-0.4.14))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-blang-semver-3.1.0+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s80qlij6j6wrh0fhm0l11hbf3qjra67nca5bl7izyfjj4621fcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.0-beta.2.0.20190828155532-0293cbd26c69") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jhb4a7fczf817d9dwj0a02wfscv46hkymrqh1dcsgpdsp80igkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "0.0.0-20141028054710-7554cd9344ce") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kmv0p605di6jc8i1778qzass18m0mv9ks9vxxrfsiwcp4la82jf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "0.0.0-20161216184304-ed905158d874") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bldhx9dmx9q4gjsag3g1xswq1jsf394rs69fdbmgnkj75j3sp70")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39 +; (package +; (name "go-github-com-opencontainers-runtime-tools") +; (version "0.0.0-20181011054405-1d69bd0f9c39") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wgisl2v8i1hvy3bf8f16v7rarx2ynyasb0jx4kffp5n5hz2hfcl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-tools")) +; (home-page "https://github.com/opencontainers/runtime-tools") +; (synopsis "oci-runtime-tool") +; (description +; "oci-runtime-tool is a collection of tools for working with the @url{https://github.com/opencontainers/runtime-spec,OCI runtime specification}. +;To build from source code, runtime-tools requires Go 1.10.x or above.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.5 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqn8ip9f4f6kqrvand4lxhcxrkk19dwf8s3nh336i9wr2jfhbwa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20170704070218-db04d3cc01c8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jwica5kqax70rd4gbc2yjdz54401s4mr6clyn60gcmnxc0wynds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f +; (package +; (name "go-github-com-xeipuuv-gojsonpointer") +; (version "0.0.0-20180127040702-4e3ac2762d5f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonpointer") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13y6iq2nzf9z4ls66bfgnnamj2m3438absmbpqry64bpwjfbsi9q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonpointer")) +; (home-page "https://github.com/xeipuuv/gojsonpointer") +; (synopsis "gojsonpointer") +; (description "An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415 +; (package +; (name "go-github-com-xeipuuv-gojsonreference") +; (version "0.0.0-20180127040603-bd5ef7bd5415") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonreference") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xby79padc7bmyb8rfbad8wfnfdzpnh51b1n8c0kibch0kwc1db5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonreference")) +; (home-page "https://github.com/xeipuuv/gojsonreference") +; (synopsis "gojsonreference") +; (description "An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f +; (package +; (name "go-github-com-xeipuuv-gojsonschema") +; (version "0.0.0-20180618132009-1d523034197f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xeipuuv/gojsonschema") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z8c6x8sfh6d1ib2lm2jps7r139qip6h3zik3fxhy1yr1380qbzp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xeipuuv/gojsonschema")) +; (home-page "https://github.com/xeipuuv/gojsonschema") +; (synopsis "gojsonschema") +; (description +; "An implementation of JSON Schema for the Go programming language. Supports draft-04, draft-06 and draft-07.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-kubernetes-1.13.0 +; (package +; (name "go-k8s-io-kubernetes") +; (version "1.13.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/kubernetes") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12cvw8b7l319p8nc2imc2wck7zz7vzrwcjyxq5djqj7l5rbcwmzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/kubernetes")) +; (home-page "https://k8s.io/kubernetes") +; (synopsis "Kubernetes (K8s)") +; (description +; "Kubernetes, also known as K8s, is an open source system for managing @url{https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/,containerized applications} +;across multiple hosts. It provides basic mechanisms for deployment, maintenance, +;and scaling of applications.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.7 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c6ix202ll48n7x00xxb7gzgm3srm9zwwbx2503l6vz3sqclh9xm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-k8s-io-kubernetes-1.13.0" ,go-k8s-io-kubernetes-1.13.0) +; ("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f" +; ,go-github-com-xeipuuv-gojsonschema-0.0.0-20180618132009-1d523034197f) +; ("go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415" +; ,go-github-com-xeipuuv-gojsonreference-0.0.0-20180127040603-bd5ef7bd5415) +; ("go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f" +; ,go-github-com-xeipuuv-gojsonpointer-0.0.0-20180127040702-4e3ac2762d5f) +; ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" +; ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) +; ("go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8" +; ,go-github-com-syndtr-gocapability-0.0.0-20170704070218-db04d3cc01c8) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-prometheus-procfs-0.0.5" +; ,go-github-com-prometheus-procfs-0.0.5) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39" +; ,go-github-com-opencontainers-runtime-tools-0.0.0-20181011054405-1d69bd0f9c39) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874" +; ,go-github-com-hashicorp-go-multierror-0.0.0-20161216184304-ed905158d874) +; ("go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce" +; ,go-github-com-hashicorp-errwrap-0.0.0-20141028054710-7554cd9344ce) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69" +; ,go-github-com-containerd-containerd-1.3.0-beta.2.0.20190828155532-0293cbd26c69) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" +; ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) +; ("go-github-com-blang-semver-3.1.0+incompatible" +; ,go-github-com-blang-semver-3.1.0+incompatible) +; ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" +; ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.1-0.20191213020239-082f7e3aed57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1piaha1adhzhj150l7zhskn5fgl4r2cyvwhrrm8bbm3vnvhmgw7v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20191127005431-f65d91d395eb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15yh5idl3if8a982gsnq9q72021a7jcs9bdcrqaxbl4dwdqcszki")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190522044717-8097e1b27ff5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rgflfvh365x5lwdyqdd9qk8hh3ycr88a2488bgqgvfhp5ri5p6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190522204451-c2c4e71fbf69") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y44pmyy92pg822fhw80pnciifx1ah0g73i2l0ixickd24wyznnm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.21.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zxjlxnvjqfn6zfx7gbmqhadx0j788vxfn95g1ngbmjkgppzsnfp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20191028202541-4f1b8fe65a5c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fhm39jagk2sfgi9g5zdqx4rynziwxhaap03x4mdj8kczlz21x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.21.0" ,go-google-golang-org-grpc-1.21.0) +; ("go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69" +; ,go-google-golang-org-genproto-0.0.0-20190522204451-c2c4e71fbf69) +; ("go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5" +; ,go-golang-org-x-sys-0.0.0-20190522044717-8097e1b27ff5) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-protobuf-1.3.0 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfyrmbpdcppf0z3waar90bpszdhi2gv705ys1b0zx5x6ax8f1a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd +; (package +; (name "go-github-com-containerd-typeurl") +; (version "0.0.0-20190911142611-5eb25027c9fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fyc2962b9sqgqycnlkxls6n0d701nszl84bayxrdv3r1491jn9v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-gogo-protobuf-1.3.0" +; ,go-github-com-gogo-protobuf-1.3.0))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20200918131355-0a33824f23a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "112bj6mxc3r2ncybblf3w1fgqa6w0070f6a8vlqcml1g00ljhsz6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd" +; ,go-github-com-containerd-typeurl-0.0.0-20190911142611-5eb25027c9fd) +; ("go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c" +; ,go-github-com-containerd-ttrpc-0.0.0-20191028202541-4f1b8fe65a5c) +; ("go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb" +; ,go-github-com-containerd-continuity-0.0.0-20191127005431-f65d91d395eb) +; ("go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57" +; ,go-github-com-containerd-containerd-1.3.1-0.20191213020239-082f7e3aed57) +; ("go-github-com-microsoft-hcsshim-0.8.7" +; ,go-github-com-microsoft-hcsshim-0.8.7))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201202213521-69691e467435 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201202213521-69691e467435") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lndxdnazszfj1jl87cpz31vd12jrjm1wj0zw1c2p8yg64cfkhna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.1 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jki3jwmbfk4mp2qhz4ppd6vgnicalszzv5ffibasa4qj5v19wcd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-golang-org-x-sys-0.0.0-20201202213521-69691e467435" +; ,go-golang-org-x-sys-0.0.0-20201202213521-69691e467435) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.10" +; ,go-github-com-imdario-mergo-0.3.10) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2" +; ,go-github-com-containerd-zfs-0.0.0-20200918131355-0a33824f23a2) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" +; ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) +; ("go-github-com-containerd-imgcrypt-1.0.1" +; ,go-github-com-containerd-imgcrypt-1.0.1) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" +; ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) +; ("go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7" +; ,go-github-com-containerd-continuity-0.0.0-20201208142359-180525291bb7) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102" +; ,go-github-com-containerd-cgroups-0.0.0-20200824123100-0b889c03f102) +; ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" +; ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) +; ("go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4" +; ,go-github-com-containerd-aufs-0.0.0-20200908144142-dab0cbea06f4) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20201218223536-d3e5debf77da) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14) +; ("go-github-com-microsoft-go-winio-0.4.16" +; ,go-github-com-microsoft-go-winio-0.4.16) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-miekg-pkcs11-1.0.3 +; (package +; (name "go-github-com-miekg-pkcs11") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/miekg/pkcs11") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rmmgssb6y28x54si5h63gwbdsjjxf5n9xvm3zqdfsf9l10gx2m6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/miekg/pkcs11")) +; (home-page "https://github.com/miekg/pkcs11") +; (synopsis "PKCS#11") +; (description +; "Package pkcs11 is a wrapper around the PKCS#11 cryptographic library. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980 +; (package +; (name "go-github-com-stefanberger-go-pkcs11uri") +; (version "0.0.0-20201008174630-78d3cae3a980") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stefanberger/go-pkcs11uri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09bnd1fn2v5y5ngsxz751a0x9fsqn8idlfrwyymfv9l57wvmrd2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stefanberger/go-pkcs11uri")) +; (home-page "https://github.com/stefanberger/go-pkcs11uri") +; (synopsis "go-pkcs11uri") +; (description +; "Welcome to the go-pkcs11uri library. The implementation follows @url{https://tools.ietf.org/html/rfc7512,RFC 7512} and this @url{https://www.rfc-editor.org/errata/rfc7512,errata}.") +; (license license:asl2.0))) +; +;(define-public go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1 +; (package +; (name "go-go-mozilla-org-pkcs7") +; (version "0.0.0-20200128120323-432b2356ecb1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mozilla-services/pkcs7") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yncaq6i1x6apykvng92yyqkj5kmzl4c43lmcalr5lq7ks009p40")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.mozilla.org/pkcs7")) +; (home-page "https://go.mozilla.org/pkcs7") +; (synopsis "pkcs7") +; (description +; "Package pkcs7 implements parsing and generation of some PKCS#7 structures. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200728195943-123391ffb6de") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a3wnn8yjvckh3smyqzwd2k2gvl3i8dk68pvcap0wha8hmga1vf3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200817155316-9781c653f443") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fkwiydhhmn6cxmd9jb4rj2wp06yxmqc3903b7zawsxm9jpslicm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.5.1 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z0hbmb5yyvnjkyiyn259wkbqbjxs2pzx87jz472shn2bgggxa4n")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containers-ocicrypt-1.1.0 +; (package +; (name "go-github-com-containers-ocicrypt") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containers/ocicrypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13avih8ml00idn6qy96ash3jxkimqxpkz4cy4kgryc8jx303nv6i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containers/ocicrypt")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-gopkg-in-square-go-jose-v2-2.5.1" +; ,go-gopkg-in-square-go-jose-v2-2.5.1) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443" +; ,go-golang-org-x-sys-0.0.0-20200817155316-9781c653f443) +; ("go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de" +; ,go-golang-org-x-crypto-0.0.0-20200728195943-123391ffb6de) +; ("go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1" +; ,go-go-mozilla-org-pkcs7-0.0.0-20200128120323-432b2356ecb1) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980" +; ,go-github-com-stefanberger-go-pkcs11uri-0.0.0-20201008174630-78d3cae3a980) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-miekg-pkcs11-1.0.3" ,go-github-com-miekg-pkcs11-1.0.3) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/containers/ocicrypt") +; (synopsis "OCIcrypt Library") +; (description +; "The @code{ocicrypt} library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the @url{https://github.com/opencontainers/image-spec/pull/775,OCI repository}. The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba +; (package +; (name "go-github-com-containerd-imgcrypt") +; (version "1.0.4-0.20210301171431-0ae5c75f59ba") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/imgcrypt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vkwgcxh3mpsn6wp231c9ad3sx6gmnc9948nn3vvbw8bsmjd4i77")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/imgcrypt")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-containers-ocicrypt-1.1.0" +; ,go-github-com-containers-ocicrypt-1.1.0) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-containerd-1.5.0-beta.1" +; ,go-github-com-containerd-containerd-1.5.0-beta.1) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3))) +; (home-page "https://github.com/containerd/imgcrypt") +; (synopsis "imgcrypt image encryption library and command line tool") +; (description +; "Project @code{imgcrypt} is a non-core subproject of containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.15-0.20190919025122-fc70bd9a86b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "015ra2h3qfaq436d0g7akahgz7bikyvljq48m0l2d2f4k3wki86p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20190422162347-ade71ed3457e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ga9izv32j1zjij1p9f2sdnxjy3v80lw964518dvzirxpvwfszn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190514135907-3a4b5fb9f71f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "122ry2lw2525mqlnw2zc006y1flvj3yhj8rnpxqdwxp71jc3kqii")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20190919134610-bf292b21730f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vvk1vrwm9spilyl4r1r8626sg0zvnx3s3zmzigzinpkzzvbdqpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f" +; ,go-golang-org-x-sys-0.0.0-20190514135907-3a4b5fb9f71f) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e" +; ,go-github-com-godbus-dbus-0.0.0-20190422162347-ade71ed3457e) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "0.1.2-0.20190507144316-5b71a03e2700") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dx0bp4f885vx6l4b5b7h19j6sm0jn9s2qxarfd917f4wp8l0cpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5 +; (package +; (name "go-github-com-urfave-cli") +; (version "0.0.0-20171014202726-7bc6a0acffa5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13li8phkaznh81qxs9vg0r8294ph014rwca4cqf7gxhvyjlaigwp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.9 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1imyqhh51311fdmp81ffasf7z52rbqhblbhx6477d9w20p74866b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5" +; ,go-github-com-urfave-cli-0.0.0-20171014202726-7bc6a0acffa5) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700" +; ,go-github-com-opencontainers-runtime-spec-0.1.2-0.20190507144316-5b71a03e2700) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f" +; ,go-github-com-containerd-cgroups-0.0.0-20190919134610-bf292b21730f) +; ("go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5" +; ,go-github-com-microsoft-go-winio-0.4.15-0.20190919025122-fc70bd9a86b5))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.0.0-20200702112145-1c8d4c9ef775") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1la90b88a1li5hmlqxfx9lgxlyzqb2pd4c2dxmz4s5gg2gz8a5x5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200710171044-318312a37340") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kizbm55pmlnly2dggymp84a0d9pn4fh7jf31h6wqm385zrs14zp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775" +; ,go-github-com-cilium-ebpf-0.0.0-20200702112145-1c8d4c9ef775))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.0-beta.2.0.20200729163537-40b22ef07410") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ky7ny5b0rvkr6a58pdlcm35kc9wls6jvl7cdk8py4a16y1f2lx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-1.10.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.10.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "033a42h1wzmji57p86igg9whvsbp6nvfdsypskw738ys903n3z4d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0-rc1 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0-rc1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01gc7fpn8ax429024p2fcx3yb18axwz5bjf2hqxlii1jbsgw4bh9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1-0.20171018195549-f15c970de5b7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18jihrffhfsjvz3rkanlhq9xjcdxkqilmflnijc64s7y7lijlbfm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.4-0.20170822132746-89742aefa4b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hk7fabx59msg2y0iik6xvfp80s73ybrwlcshbm9ds91iqbkcxi6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20171113213409-9f005a07e0d3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mhmr6ljzl3iafsz4qy8vval7rmr828wh59dlqqqjqx6sqmcs1dv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20200710164510-efbc4488d8fe") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d638nj7z7y8z19zdwbysamqh5m3kiwvnqny7av6bxax9gg6c3h8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3" +; ,go-golang-org-x-crypto-0.0.0-20171113213409-9f005a07e0d3) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2" +; ,go-github-com-sirupsen-logrus-1.0.4-0.20170822132746-89742aefa4b2) +; ("go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7" +; ,go-github-com-pkg-errors-0.8.1-0.20171018195549-f15c970de5b7) +; ("go-github-com-opencontainers-go-digest-1.0.0-rc1" +; ,go-github-com-opencontainers-go-digest-1.0.0-rc1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.10.1" ,go-github-com-onsi-ginkgo-1.10.1) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" +; ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191210023423-ac6580df4449") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14gvx65w5lddi20s4wypbbvbg9ni3m8777jhp9nqxhixc61k3dyi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20200410184934-f15a3290365b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i3pylxr2a4b9gaifjrhfa21n147vvq2z9iqwzz9id532xv9mr48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449" +; ,go-golang-org-x-sys-0.0.0-20191210023423-ac6580df4449) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.0.1 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ilz14f1k9zip7caqfjwvfg2nwa7bs6880pi6fxbri1wy6ar45q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" +; ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) +; ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-gogo-googleapis-1.4.0 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kka9qmra1klfkjza0s5papqvsi65f2d349dl8k1lvfq487iv9r4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.10 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runc-0.1.1 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09fm7f1k4lvx8v3crqb0cli1x2brlz8ka7f7qa8d2sb6ln58h7w7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11-0.20200630133818-d5bec3311243") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05nyd0vhp2h9hbqlv2s9l2py6mr8hpz2zyfj09an1q7wd8vph4ja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.6.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ja41zfgrkhk5khixjnxpi1b85xfcxlkhq2q9b7ma6xjfdhg8bq2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243" +; ,go-github-com-willf-bitset-1.1.11-0.20200630133818-d5bec3311243) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20180916011248-d98352740cb2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065y16562ynixxzj7iys4f4spb7knilbj3h833qlhds381j8hn93")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164 +; (package +; (name "go-github-com-containerd-nri") +; (version "0.0.0-20201007170849-eb1350a75164") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/nri") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhrxl36fswgxv7ny3p9xi99jsbwyk920gmzkjyfyk6nqs0hqbkg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/nri")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" +; ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2" +; ,go-github-com-syndtr-gocapability-0.0.0-20180916011248-d98352740cb2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.6.0" +; ,go-github-com-opencontainers-selinux-1.6.0) +; ("go-github-com-opencontainers-runc-0.1.1" +; ,go-github-com-opencontainers-runc-0.1.1) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-imdario-mergo-0.3.10" +; ,go-github-com-imdario-mergo-0.3.10) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-gogo-googleapis-1.4.0" +; ,go-github-com-gogo-googleapis-1.4.0) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-distribution-2.7.1+incompatible" +; ,go-github-com-docker-distribution-2.7.1+incompatible) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.1" +; ,go-github-com-containerd-ttrpc-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b" +; ,go-github-com-containerd-fifo-0.0.0-20200410184934-f15a3290365b) +; ("go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe" +; ,go-github-com-containerd-continuity-0.0.0-20200710164510-efbc4488d8fe) +; ("go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410" +; ,go-github-com-containerd-containerd-1.4.0-beta.2.0.20200729163537-40b22ef07410) +; ("go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340" +; ,go-github-com-containerd-cgroups-0.0.0-20200710171044-318312a37340) +; ("go-github-com-microsoft-hcsshim-0.8.9" +; ,go-github-com-microsoft-hcsshim-0.8.9))) +; (home-page "https://github.com/containerd/nri") +; (synopsis "nri - Node Resource Interface") +; (description +; "This project is a WIP for a new, CNI like, interface for managing resources on a node for Pods and Containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.1 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m7ny9jkb98cxqhsp13xa5hnqh1s9f25x04q6arsala4zswsw33c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190916202348-b4ddaad3f8a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pa68kqxhpjk71b4cbm8vyzh6527b3ig6war2jr1g4aj3b7f1ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.16-0.20201130162521-d1ffc52c7331") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0snwbwdjs34x0my9ri77cvrbnahdiyjh2jlkzf12fy48p7fyk7pq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3" +; ,go-golang-org-x-sys-0.0.0-20190916202348-b4ddaad3f8a3) +; ("go-github-com-sirupsen-logrus-1.4.1" +; ,go-github-com-sirupsen-logrus-1.4.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191022100944-742c48ecaeb7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1saf59bplvvb753my15ijxcy4a1jwfg53cmkgb6wkln2x4fgnhkp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.0.0-20200110133405-4032b1d8aae3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "107x63zl8dlw2izn5xw8pnflgq19srpa46bgvjs8q4d61i02q1fr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7" +; ,go-golang-org-x-sys-0.0.0-20191022100944-742c48ecaeb7) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.0.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p4sb2fxxm2j1xny2l4fkq4kwj74plvh600gih8nyniqzannhrdx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59 +; (package +; (name "go-github-com-containerd-cgroups") +; (version "0.0.0-20200531161412-0dbf7f05ba59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/cgroups") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10abzkjf77s8pv4mpyvy2jbl8wckhk3j7ykgs01sclal21v8p251")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/cgroups")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0) +; ("go-github-com-coreos-go-systemd-v22-22.0.0" +; ,go-github-com-coreos-go-systemd-v22-22.0.0) +; ("go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3" +; ,go-github-com-cilium-ebpf-0.0.0-20200110133405-4032b1d8aae3))) +; (home-page "https://github.com/containerd/cgroups") +; (synopsis "cgroups") +; (description +; "Go package for creating, managing, inspecting, and destroying cgroups. +;The resources format for settings on the cgroup uses the OCI runtime-spec found +;@url{https://github.com/opencontainers/runtime-spec,here}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1 +; (package +; (name "go-github-com-containerd-console") +; (version "0.0.0-20180822173158-c12b1e7919c1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ylrnmdhn9a2f8w8fsdgsvwnz5j0whhyhppjnhqc4lh8h9p9dpi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.3.2 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qz6ss7a6f2r7gl7aar39pr5ry9l7nh7dn3kclr18nwdv01gmrvc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20190426062206-aaeac12a7ffc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05caqvxxb831xfvqnga692k98cy8xzkllqg1ibra0fb0ljnhbmca")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448 +; (package +; (name "go-github-com-containerd-fifo") +; (version "0.0.0-20190226154929-a9fb20d87448") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/fifo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c0sgfnafjnws4jgziczs6wxh0adjdrp6yyd88b7xy0hv13fsnqa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/fifo")) +; (home-page "https://github.com/containerd/fifo") +; (synopsis "fifo") +; (description "Go package for handling fifos in a sane way.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3 +; (package +; (name "go-github-com-containerd-go-runc") +; (version "0.0.0-20180907222934-5a6d9f37cfa3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/go-runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07qpxcjy64m238igpmj8g9z7qhf06k5xy1jcgpgvf5n912g4k3vd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/go-runc")) +; (home-page "https://github.com/containerd/go-runc") +; (synopsis "go-runc") +; (description +; "This is a package for consuming the @url{https://github.com/opencontainers/runc,runc} binary in your Go applications. +;It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "0.0.0-20190828154514-0e0f228740de") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzclhmicw2xkiqsg6npx0xzs5jx36mqmyd0gj5dzv88i7p4b8dx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd +; (package +; (name "go-github-com-containerd-typeurl") +; (version "0.0.0-20180627222232-a93fcdb778cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0aqnf5rzc5pldln0czhxlr0fqaf5553ab7wzsq85p90lg1ryqnd6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "0.0.0-20180430190053-c9281466c8b2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1djdazssy27xn91pjhx3dgb0f11bnlzzbwkh7f8zwnpz011anasi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f +; (package +; (name "go-github-com-opencontainers-runc") +; (version "0.0.0-20190115041553-12f6a991201f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lr4q440pliilq2njyj5glfpma89r9l1cl687niwkp2pzb32dm45")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19w981vcmd5lp2hy0630x6ayb8zz17n2vxqm2py5mg945xflcizg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20180125133057-cb4147076ac7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zhlrik0f9q1lj6cisgnxgbz4darbcix52hm5abi24l2ahchf5ca")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-urfave-cli-1.22.2 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10mcnvi5qmn00vpyk6si8gjka7p654wr9hac4zc9w5h3ickhvbdc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190501004415-9ce7a6920f09") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kbs85jsqbv4v89ii2zam4b8dhmllhsrf46njmi09x0w6s0b9cbk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-go-opencensus-io-0.22.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05jr8gkr2w34i5wwki4zhl5ch0qrgi7cdgag5iy5gpxplhbrvbg9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09" +; ,go-golang-org-x-net-0.0.0-20190501004415-9ce7a6920f09) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20191004110552-13f9640d40b9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba2767lvklnmfvb9jkwvd4m7z6326gaiz3rgylh795g88hy34g1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190502173448-54afdca5d873") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vm1vggl874jd4wi6qyl7aggc6s6kdsazk4vj0cs2dfcw2xnw8ag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.23.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d8gjjhrqbiq8pb56lb4x10hb752k7k06wspjvh7v0vpzmf25981")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.14 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k57knv8zrf32hp7rpv1km9j772w6752pfvdbpd3l711ism48c84")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (propagated-inputs +; `(("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.23.1" ,go-google-golang-org-grpc-1.23.1) +; ("go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873" +; ,go-google-golang-org-genproto-0.0.0-20190502173448-54afdca5d873) +; ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9" +; ,go-golang-org-x-net-0.0.0-20191004110552-13f9640d40b9) +; ("go-go-opencensus-io-0.22.0" ,go-go-opencensus-io-0.22.0) +; ("go-github-com-urfave-cli-1.22.2" ,go-github-com-urfave-cli-1.22.2) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7" +; ,go-github-com-prometheus-procfs-0.0.0-20180125133057-cb4147076ac7) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runtime-spec-1.0.2" +; ,go-github-com-opencontainers-runtime-spec-1.0.2) +; ("go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f" +; ,go-github-com-opencontainers-runc-0.0.0-20190115041553-12f6a991201f) +; ("go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2" +; ,go-github-com-opencontainers-go-digest-0.0.0-20180430190053-c9281466c8b2) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd" +; ,go-github-com-containerd-typeurl-0.0.0-20180627222232-a93fcdb778cd) +; ("go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de" +; ,go-github-com-containerd-ttrpc-0.0.0-20190828154514-0e0f228740de) +; ("go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3" +; ,go-github-com-containerd-go-runc-0.0.0-20180907222934-5a6d9f37cfa3) +; ("go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448" +; ,go-github-com-containerd-fifo-0.0.0-20190226154929-a9fb20d87448) +; ("go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc" +; ,go-github-com-containerd-continuity-0.0.0-20190426062206-aaeac12a7ffc) +; ("go-github-com-containerd-containerd-1.3.2" +; ,go-github-com-containerd-containerd-1.3.2) +; ("go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1" +; ,go-github-com-containerd-console-0.0.0-20180822173158-c12b1e7919c1) +; ("go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59" +; ,go-github-com-containerd-cgroups-0.0.0-20200531161412-0dbf7f05ba59) +; ("go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331" +; ,go-github-com-microsoft-go-winio-0.4.16-0.20201130162521-d1ffc52c7331))) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-containerd-containerd-1.4.3 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09xvhjg5f8h90w1y94kqqnqzhbhd62dcdd9wb9sdqakisjk6zrl0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.2 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09mn209ika7ciy87xf2x31dq5fnqw39jidgaljvmqxwk7ff1hnx7")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20190522114515-bc1a522cf7b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws66kd65zbhk31zmax9qgmh22fzjcgs5ihy4fm1d775w6bmdzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200120151820-655fe14d7479") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "133yxmdcny5b0r8775m52sj7zja36riv0x2437k7jccywqi8nx32")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200117163144-32f20d992d24") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kl696jd8fykykjjbngqpgqsngajwbbrvrpl1q0804l6hz8qk858")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-ttrpc-1.0.2 +; (package +; (name "go-github-com-containerd-ttrpc") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/ttrpc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0plkm3yrr20vccfl0x8dxys3iphjwnmi285in0pivff6p9djf3yz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/ttrpc")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24" +; ,go-google-golang-org-genproto-0.0.0-20200117163144-32f20d992d24) +; ("go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479" +; ,go-golang-org-x-sys-0.0.0-20200120151820-655fe14d7479) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1" +; ,go-github-com-prometheus-procfs-0.0.0-20190522114515-bc1a522cf7b1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.2" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/ttrpc") +; (synopsis "ttrpc") +; (description "GRPC for low-memory environments.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-typeurl-1.0.1 +; (package +; (name "go-github-com-containerd-typeurl") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/typeurl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09cgrchrw5d36zq0mc321l5qr2gfbdm1z1a3hhkhqr4qay6vglqn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/typeurl")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/containerd/typeurl") +; (synopsis "typeurl") +; (description +; "This package provides a Go package for managing the registration, marshaling, and unmarshaling of encoded types.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc9 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62 +; (package +; (name "go-github-com-containerd-zfs") +; (version "0.0.0-20210301145711-11e8f1707f62") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1919ax45a07v2y56xq5c0xihkn2c5zgyqv68rzx3x5cc20n2p8yg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-runc-1.0.0-rc9" +; ,go-github-com-opencontainers-runc-1.0.0-rc9) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.4.3" +; ,go-github-com-containerd-containerd-1.4.3) +; ("go-github-com-microsoft-hcsshim-0.8.14" +; ,go-github-com-microsoft-hcsshim-0.8.14))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containernetworking-cni-0.7.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02qn1br8164d99978acalisy1sx294g1axnii4yh1wji0fc735xz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.4.5 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.4.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04iqh4hvvrrvjsfjyaa5bdyqklwzrzzy8yiyvja90hvv121f7975")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "0.0.0-20151202141238-7f8ab55aaf3b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nas6wqdym4jx42kw9wj80b58r69k9qhnvglz009lj34g5gba7rw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a +; (package +; (name "go-github-com-onsi-gomega") +; (version "0.0.0-20151007035656-2152b45fa28a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0amjlkawp84mmdqjgdamf93p1546cla6h4wwrx7hf5r862r2qcw2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "0.0.0-20181108222139-023a6dafdcdf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i5q8r8rg7lxzvq2vhbf25lrkzdlgficfv0bxg9rf7cgg6z819sn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20180720170159-13995c7128cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zk6w8158qi4niva5rijchbv9ixgmijsgqshh54wdaav4xrhjshn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20181009213950-7c1a557ab941") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1q9mby8m7ws3gbj90v0prhnf4g2sgf74azmw31kzwd6azlar3m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181011144130-49bb7cea24b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "111q4qm3hcjvzvyv9y5rz8ydnyg48rckcygxqy6gv63q618wz6gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containernetworking-plugins-0.8.6 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f1cqxjf26sy1c4aw6y7pyd9lrz0vknby4q5j6xj77a1pab9073m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" +; ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) +; ("go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1" +; ,go-golang-org-x-net-0.0.0-20181011144130-49bb7cea24b1) +; ("go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941" +; ,go-golang-org-x-crypto-0.0.0-20181009213950-7c1a557ab941) +; ("go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc" +; ,go-github-com-vishvananda-netns-0.0.0-20180720170159-13995c7128cc) +; ("go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf" +; ,go-github-com-vishvananda-netlink-0.0.0-20181108222139-023a6dafdcdf) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a" +; ,go-github-com-onsi-gomega-0.0.0-20151007035656-2152b45fa28a) +; ("go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b" +; ,go-github-com-onsi-ginkgo-0.0.0-20151202141238-7f8ab55aaf3b) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.4.5" +; ,go-github-com-coreos-go-iptables-0.4.5) +; ("go-github-com-containernetworking-cni-0.7.1" +; ,go-github-com-containernetworking-cni-0.7.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.11 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07iay9j3ry7qrflvn9bgyyggvwacl1s1in1cnbmsp1020ydkph8k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-klauspost-compress-1.11.3 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04wpilw6072fh2wd492ma1nw4br7bvz466mj0vi2m1g4w6d0z88z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-checkpoint-restore-go-criu-v4-4.1.0 +; (package +; (name "go-github-com-checkpoint-restore-go-criu-v4") +; (version "4.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/checkpoint-restore/go-criu") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfgjck015df5h44hczl3x4gg430saczgkl619cp0l6cpaxga5yi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v4")) +; (propagated-inputs +; `(("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5))) +; (home-page "https://github.com/checkpoint-restore/go-criu") +; (synopsis "go-criu -- Go bindings for") +; (description +; "This repository provides Go bindings for CRIU. The code is based on the Go based PHaul +;implementation from the CRIU repository. For easier inclusion into other Go projects the +;CRIU Go bindings have been moved to this repository.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200124204421-9fbb57f87de9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qaz2jjkrxzgkapmjqingdwamrgq2aiblxvzzgrcsv2qhkj0wdps")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-cilium-ebpf-0.2.0 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f7my8n5v2c5cmgrcikgi0naamglr7c4khgxkbb1k5wl8mm9465a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9" +; ,go-golang-org-x-sys-0.0.0-20200124204421-9fbb57f87de9) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200916030750-2334cc1a136f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lc7d513gwwpr6r7f55743684n1qsgn9vmg6b79x0hsp1x90z4mr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-console-1.0.1 +; (package +; (name "go-github-com-containerd-console") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s837wj6h80fykk2pdmaji75rw9c3863by0gh0cq51hh0lgyjpvg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f" +; ,go-golang-org-x-sys-0.0.0-20200916030750-2334cc1a136f) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.1.0 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "127dj1iwp69yj74nwh9ckgc0mkk1mv4yzbxmbdxix1r7j6q35z3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.3 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-opencontainers-runc-1.0.0-rc93 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.0-rc93") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "008d5wkznic80n5q1vwx727qn5ifalc7cydq68hc1gk9wrhna4v4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-github-com-willf-bitset-1.1.11" +; ,go-github-com-willf-bitset-1.1.11) +; ("go-github-com-vishvananda-netlink-1.1.0" +; ,go-github-com-vishvananda-netlink-1.1.0) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-mrunalp-fileutils-0.5.0" +; ,go-github-com-mrunalp-fileutils-0.5.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-godbus-dbus-v5-5.0.3" +; ,go-github-com-godbus-dbus-v5-5.0.3) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-cilium-ebpf-0.2.0" ,go-github-com-cilium-ebpf-0.2.0) +; ("go-github-com-checkpoint-restore-go-criu-v4-4.1.0" +; ,go-github-com-checkpoint-restore-go-criu-v4-4.1.0))) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20200929063507-e6143ca7d51d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06yk9kjif5mgi46d0hcgqcikdcplf3yflqbj8h6ljxshp6jzc49w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-willf-bitset-1.1.11 +; (package +; (name "go-github-com-willf-bitset") +; (version "1.1.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v7wnikdxiyhwdxnsj2wcrsrsi1kb2ssmarvbrda90vmxzafjl7d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/willf/bitset")) +; (home-page "https://github.com/willf/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.0 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08aakiva619hk4lgfvyi6kpjgw7hfirs0jlc2jdgzcv7p0gfhbmx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-willf-bitset-1.1.11" +; ,go-github-com-willf-bitset-1.1.11) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14 +; (package +; (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") +; (version "0.0.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0px41x5apgcssmwmx75cwm000s8b8pgd84dxn56maxx223dzz9vm")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page +; "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.1 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03k8kjisscj59i410kk2bz0qfpxa2d2vbwxiwyn93k7a2avbn7cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.14) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-api-0.20.1 +; (package +; (name "go-k8s-io-api") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "051nl7g66k0jkc9rmfbvwdsmqkn36nq71kvnfym3lhnjcgg53k0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apimachinery-0.20.1 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15qc12lbzpd4lgajy0rv24b3ky4hhg5y1l37qxdfiakhz91didfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.1 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02jrzwwcrdlya91fga2wvf8dsl1yka3kky194dm6l9pmd754qwzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.1 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05x3mv1lxh7s6ckfh1s9wwmb0n9rg14a9637ai9bhxdfps47sz0v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.1 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r98d0kv42sijdg3404xx2g5jj0zixvfagkky2zla12p68ajm4xr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.0-beta.3 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.0-beta.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fbd4llrwg5hi5adfkmfndma5y129yl9wwz3c3fjn7cfhc64hlqf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.1" ,go-k8s-io-cri-api-0.20.1) +; ("go-k8s-io-component-base-0.20.1" ,go-k8s-io-component-base-0.20.1) +; ("go-k8s-io-client-go-0.20.1" ,go-k8s-io-client-go-0.20.1) +; ("go-k8s-io-apiserver-0.20.1" ,go-k8s-io-apiserver-0.20.1) +; ("go-k8s-io-apimachinery-0.20.1" ,go-k8s-io-apimachinery-0.20.1) +; ("go-k8s-io-api-0.20.1" ,go-k8s-io-api-0.20.1) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.0" +; ,go-github-com-opencontainers-selinux-1.8.0) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20200929063507-e6143ca7d51d) +; ("go-github-com-opencontainers-runc-1.0.0-rc93" +; ,go-github-com-opencontainers-runc-1.0.0-rc93) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.0" +; ,go-github-com-moby-sys-mountinfo-0.4.0) +; ("go-github-com-klauspost-compress-1.11.3" +; ,go-github-com-klauspost-compress-1.11.3) +; ("go-github-com-imdario-mergo-0.3.11" +; ,go-github-com-imdario-mergo-0.3.11) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.1.0" +; ,go-github-com-coreos-go-systemd-v22-22.1.0) +; ("go-github-com-containernetworking-plugins-0.8.6" +; ,go-github-com-containernetworking-plugins-0.8.6) +; ("go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62" +; ,go-github-com-containerd-zfs-0.0.0-20210301145711-11e8f1707f62) +; ("go-github-com-containerd-typeurl-1.0.1" +; ,go-github-com-containerd-typeurl-1.0.1) +; ("go-github-com-containerd-ttrpc-1.0.2" +; ,go-github-com-containerd-ttrpc-1.0.2) +; ("go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164" +; ,go-github-com-containerd-nri-0.0.0-20201007170849-eb1350a75164) +; ("go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba" +; ,go-github-com-containerd-imgcrypt-1.0.4-0.20210301171431-0ae5c75f59ba) +; ("go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328" +; ,go-github-com-containerd-go-runc-0.0.0-20200220073739-7016d3ce2328) +; ("go-github-com-containerd-go-cni-1.0.1" +; ,go-github-com-containerd-go-cni-1.0.1) +; ("go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c" +; ,go-github-com-containerd-fifo-0.0.0-20201026212402-0724c46b320c) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-console-1.0.1" +; ,go-github-com-containerd-console-1.0.1) +; ("go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68" +; ,go-github-com-containerd-cgroups-0.0.0-20210114181951-8a68de567b68) +; ("go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e" +; ,go-github-com-containerd-btrfs-0.0.0-20201111183144-404b9149801e) +; ("go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989" +; ,go-github-com-containerd-aufs-0.0.0-20201003224125-76a6863f2989) +; ("go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3" +; ,go-github-com-microsoft-hcsshim-test-0.0.0-20210227013316-43a75bb4edd3) +; ("go-github-com-microsoft-hcsshim-0.8.15" +; ,go-github-com-microsoft-hcsshim-0.8.15) +; ("go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3" +; ,go-github-com-microsoft-go-winio-0.4.17-0.20210211115548-6eac466e5fa3) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898 +; (package +; (name "go-bazil-org-fuse") +; (version "0.0.0-20160811212531-371fbbdaa898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bazil/fuse") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5p301py7mcxgwklfm6pqqkzssln0nfzllng49pnk60m03ilp4w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "bazil.org/fuse")) +; (home-page "https://bazil.org/fuse") +; (synopsis "bazil.org/fuse -- Filesystems in Go") +; (description +; "Package fuse enables writing FUSE file systems on Linux and FreeBSD. +;") +; (license #f))) +; +;(define-public go-github-com-sirupsen-logrus-1.7.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1a59pw7zimvm8k423iq9l4f4qjj1ia1xc6pkmhwl2mxc46y2n442")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee +; (package +; (name "go-github-com-spf13-cobra") +; (version "0.0.2-0.20171109065643-2da4a54c5cee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18qbrp774fx6dyibjcy9snld705gslq6z2sql1biyjahxkm1vpfy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.1-0.20171106142849-4c012f6dcd95") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0plmm67lkm25ir0lczwh7hmanyilrs1vxmbp8a0dyr282ji1dqm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e +; (package +; (name "go-github-com-containerd-continuity") +; (version "0.0.0-20210208174643-50096c924a4e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/continuity") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1drmxbb2l4z12b19dq3vvh1ss7b4z8fq1n5g6c8ln13mjgz6cq48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/continuity")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95" +; ,go-github-com-spf13-pflag-1.0.1-0.20171106142849-4c012f6dcd95) +; ("go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee" +; ,go-github-com-spf13-cobra-0.0.2-0.20171109065643-2da4a54c5cee) +; ("go-github-com-sirupsen-logrus-1.7.0" +; ,go-github-com-sirupsen-logrus-1.7.0) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898" +; ,go-bazil-org-fuse-0.0.0-20160811212531-371fbbdaa898))) +; (home-page "https://github.com/containerd/continuity") +; (synopsis "continuity") +; (description +; "This package provides a transport-agnostic, filesystem metadata manifest system") +; (license license:asl2.0))) +; +;(define-public go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible +; (package +; (name "go-github-com-mistifyio-go-zfs") +; (version "2.1.2-0.20190413222219-f784269be439+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mistifyio/go-zfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x6ncjaqjm06c615kbwkqbd5wcdg9nmrbl7wm4w185s6kq6l8fpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mistifyio/go-zfs")) +; (home-page "https://github.com/mistifyio/go-zfs") +; (synopsis "Go Wrapper for ZFS") +; (description +; "Package zfs provides wrappers around the ZFS command line tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-zfs-1.0.0 +; (package +; (name "go-github-com-containerd-zfs") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/zfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10shqmcdxlxxi90kwgs5cljz12589yz5cm78aimv9m4cgwiv3wl3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/zfs")) +; (propagated-inputs +; `(("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible" +; ,go-github-com-mistifyio-go-zfs-2.1.2-0.20190413222219-f784269be439+incompatible) +; ("go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e" +; ,go-github-com-containerd-continuity-0.0.0-20210208174643-50096c924a4e) +; ("go-github-com-containerd-containerd-1.5.0-beta.3" +; ,go-github-com-containerd-containerd-1.5.0-beta.3))) +; (home-page "https://github.com/containerd/zfs") +; (synopsis "ZFS snapshotter plugin") +; (description "ZFS snapshotter plugin for containerd.") +; (license license:asl2.0))) +; +;(define-public go-github-com-microsoft-go-winio-0.4.11 +; (package +; (name "go-github-com-microsoft-go-winio") +; (version "0.4.11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/go-winio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14y1gryr3pb3zy09v2g8dh89m363rfd9sch0wgbabh531hfx72vn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/go-winio")) +; (home-page "https://github.com/Microsoft/go-winio") +; (synopsis "go-winio") +; (description +; "This repository contains utilities for efficiently performing Win32 IO operations in +;Go. Currently, this is focused on accessing named pipes and other file handles, and +;for using named pipes as a net transport.") +; (license license:expat))) +; +;(define-public go-github-com-microsoft-hcsshim-0.8.6 +; (package +; (name "go-github-com-microsoft-hcsshim") +; (version "0.8.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/microsoft/hcsshim") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05arx8y4b6rvhjcnwizhc8svzab3ld0njkgj8vijgs27az84z6pw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Microsoft/hcsshim")) +; (home-page "https://github.com/Microsoft/hcsshim") +; (synopsis "hcsshim") +; (description +; "This package contains the Golang interface for using the Windows @url{https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332,Host Compute Service} (HCS) to launch and manage @url{https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/,Windows Containers}. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS), as well as code for the @url{https://github.com/Microsoft/hcsshim/blob/v0.9.1/internal/guest/README.md,guest agent} (commonly referred to as the GCS or Guest Compute Service in the codebase) used to support running Linux Hyper-V containers.") +; (license license:expat))) +; +;(define-public go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae +; (package +; (name "go-github-com-alexflint-go-filemutex") +; (version "0.0.0-20171022225611-72bdc8eae2ae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alexflint/go-filemutex") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082y6y9zv40q3kaqvsv6fyaw2fc42j0sn9z0dl9rbiz4szixj3c4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alexflint/go-filemutex")) +; (home-page "https://github.com/alexflint/go-filemutex") +; (synopsis "FileMutex") +; (description +; "FileMutex is similar to @code{sync.RWMutex}, but also synchronizes across processes. +;On Linux, OSX, and other POSIX systems it uses the flock system call. On windows +;it uses the LockFileEx and UnlockFileEx system calls.") +; (license license:expat))) +; +;(define-public go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44 +; (package +; (name "go-github-com-buger-jsonparser") +; (version "0.0.0-20180808090653-f4dd9f5a6b44") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/buger/jsonparser") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12qa2n33s7yz88ywpr3k9kg3b4gm6rqgnv28iyikyxw8h5jascz5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/buger/jsonparser")) +; (home-page "https://github.com/buger/jsonparser") +; (synopsis +; "Alternative JSON parser for Go (10x times faster standard library)") +; (description +; "It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to @strong{10 times faster} than standard @code{encoding/json} package (depending on payload size and usage), @strong{allocates no memory}. See benchmarks below.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-cni-0.8.1 +; (package +; (name "go-github-com-containernetworking-cni") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/cni") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ydzsiq6kfwjghf5dd4ld2rv3cxgbjq6c1523jxmib1phwf0s75z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/cni")) +; (home-page "https://github.com/containernetworking/cni") +; (synopsis "CNI - the Container Network Interface") +; (description +; "CNI (), a @url{https://cncf.io,Cloud Native Computing Foundation} project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. +;CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. +;Because of this focus, CNI has a wide range of support and the specification is simple to implement.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-iptables-0.5.0 +; (package +; (name "go-github-com-coreos-go-iptables") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-iptables") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0syxjad9b3d19sjy7cy7zjpx5bx60yvbhidz8r9cdv43iqadxmp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-iptables")) +; (home-page "https://github.com/coreos/go-iptables") +; (synopsis "go-iptables") +; (description "Go bindings for iptables utility.") +; (license license:asl2.0))) +; +;(define-public go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c +; (package +; (name "go-github-com-d2g-dhcp4") +; (version "0.0.0-20170904100407-a1d1b6c41b1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "191hzw6yqzkm042h6miyycq3g0zrhqjhhpl27f8vhwzp4wanasiz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4")) +; (home-page "https://github.com/d2g/dhcp4") +; (synopsis "DHCP4 - A DHCP library written in Go.") +; (description +; "Warning: This library is still being developed. Function calls will change.") +; (license license:bsd-3))) +; +;(define-public go-github-com-d2g-dhcp4client-1.0.0 +; (package +; (name "go-github-com-d2g-dhcp4client") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n4qrn7xsgvnshmddq56hr8g2si5vfmxi0wnp0w71lmdfsxvvx0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4client")) +; (home-page "https://github.com/d2g/dhcp4client") +; (synopsis "dhcp4client") +; (description "DHCP Client") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5 +; (package +; (name "go-github-com-d2g-dhcp4server") +; (version "0.0.0-20181031114812-7d4a0a7f59a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/dhcp4server") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ibq32flr74pxfly1yca9qicb6f15xgl159jjg3svgnzfjpblwl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/dhcp4server")) +; (home-page "https://github.com/d2g/dhcp4server") +; (synopsis "dhcp4server") +; (description "DHCP Server") +; (license license:mpl2.0))) +; +;(define-public go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4 +; (package +; (name "go-github-com-d2g-hardwareaddr") +; (version "0.0.0-20190221164911-e7d9fbe030e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/d2g/hardwareaddr") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09nm5py9xbb9klwhzqkf6786i3b59ynba78xkrv9jx4ari7ibh8q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/d2g/hardwareaddr")) +; (home-page "https://github.com/d2g/hardwareaddr") +; (synopsis "hardwareaddr") +; (description "Generate Hardware Addresses") +; (license license:mpl2.0))) +; +;(define-public go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c +; (package +; (name "go-github-com-godbus-dbus") +; (version "0.0.0-20180201030542-885f9cc04c9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjpaj4vr5lvpnwc5faf3qizd7zd2v9yq0fm0558wap1hiyqb8x8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56 +; (package +; (name "go-github-com-j-keck-arping") +; (version "0.0.0-20160618110441-2cf9dc699c56") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/j-keck/arping") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bid8mpx3j4546ni0a6q5xyz7hb854g95qnxqmg5jzs9vrcird3c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/j-keck/arping")) +; (home-page "https://github.com/j-keck/arping") +; (synopsis "arping") +; (description +; "Package arping is a native go library to ping a host per arp datagram, or query a host mac address +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-shellwords-1.0.3 +; (package +; (name "go-github-com-mattn-go-shellwords") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-shellwords") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pg7pl25wvpl2dbpyrv9p1r7prnqimxlf6136vn0dfm54j2x4mnr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-shellwords")) +; (home-page "https://github.com/mattn/go-shellwords") +; (synopsis "go-shellwords") +; (description "Parse line as shell words.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190904154756-749cb33beabd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-nxadm-tail-1.4.4 +; (package +; (name "go-github-com-nxadm-tail") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nxadm/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1czmwqii0fc8v3ar5bwqpfanprkxg19waly405zlvcflzvj53wwc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/nxadm/tail")) +; (propagated-inputs +; `(("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd" +; ,go-golang-org-x-sys-0.0.0-20190904154756-749cb33beabd) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/nxadm/tail") +; (synopsis "tail functionality in Go") +; (description +; "nxadm/tail provides a Go library that emulates the features of the BSD `tail` +;program. The library comes with full support for truncation/move detection as +;it is designed to work with log rotation tools. The library works on all +;operating systems supported by Go, including POSIX systems like Linux and +;*BSD, and MS Windows. Go 1.9 is the oldest compiler release supported. +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-1.7.1 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06p3x0910cdaa64l7d44s728d4j3yhps315dlcvrbjzhljjj7mam")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191120155948-bd437916bb0e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i8x26frmlin55k69k936zd1rp5sqnq14y5ms4rkxbfzhasdm2rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.12.1 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.12.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xs9724l2b0bwjwrvw5cs3akxaw0n1j5kyxrb1ggfsdjz0zmjcxh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e" +; ,go-golang-org-x-sys-0.0.0-20191120155948-bd437916bb0e) +; ("go-github-com-onsi-gomega-1.7.1" ,go-github-com-onsi-gomega-1.7.1) +; ("go-github-com-nxadm-tail-1.4.4" ,go-github-com-nxadm-tail-1.4.4))) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201006153459-a7d1128ccaa0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iqqq7s95b2a29bspfxv68qnby8vwjvy9f8gl2262p6f9hhp21d2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-gomega-1.10.3 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.10.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jvp5wlny86ncsqak5rz70qfn61y3ajc64w0hrj4840zgh90zb06")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0) +; ("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0" +; ,go-golang-org-x-net-0.0.0-20201006153459-a7d1128ccaa0) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8 +; (package +; (name "go-github-com-safchain-ethtool") +; (version "0.0.0-20190326074333-42ed695e3de8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/safchain/ethtool") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n5hkrzc1bh46nidcssx4539kvcmgj501v3kzh2pljpg27509daj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/safchain/ethtool")) +; (home-page "https://github.com/safchain/ethtool") +; (synopsis "ethtool go package") +; (description +; "Package ethtool aims to provide a library giving a simple access to the +;Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations +;from a network device like statistics, driver related informations or +;even the peer of a VETH interface. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sirupsen-logrus-1.0.6 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.0.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "029irw2lsbqi944gdrbkwdw0m2794sqni4g21gsnmz142hbzds8c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200217220822-9197077df867 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200217220822-9197077df867") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1270yyiqzlgrsygp2j0qavh4agm4xjv3ljfpk4wgqgmg4ph1lmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20200728191858-db3c7e526aae") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gx41r06by67q5yyyvjpr0cyqqs2pcksfaqxy0s36cx4vpjn5x9r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200217220822-9197077df867" +; ,go-golang-org-x-sys-0.0.0-20200217220822-9197077df867))) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200728102440-3e129f6d46b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02wcaghvpysqijiqsiimk52vma7lx99g5kvdid2r1qsf9hmwgvy2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.1-0.20201029203352-d40f9887b852") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1aq13npm7vd153vxrk1vhsg36r2g9hrh21cvk422ssrf57qy2fsj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1" +; ,go-golang-org-x-sys-0.0.0-20200728102440-3e129f6d46b1) +; ("go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae" +; ,go-github-com-vishvananda-netns-0.0.0-20200728191858-db3c7e526aae))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201117170446-d9b008d0a637") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06pp1nrhzx6nm6rwwzm0xzf8bs3r1mfsrkclyhlhnr7x5r0a0ppi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-airbrake-gobrake-v2-2.0.9 +; (package +; (name "go-gopkg-in-airbrake-gobrake-v2") +; (version "2.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/airbrake/gobrake.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x06f7n7qlyzqgyz0sdfcidf3w4ldn6zs6qx2mhibggk2z4whcjw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/airbrake/gobrake.v2" +; #:unpack-path +; "gopkg.in/airbrake/gobrake.v2")) +; (home-page "https://gopkg.in/airbrake/gobrake.v2") +; (synopsis "Airbrake Golang Notifier") +; (description +; "You can use @url{https://github.com/airbrake/glog,glog fork} to send your logs to Airbrake.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2 +; (package +; (name "go-gopkg-in-gemnasium-logrus-airbrake-hook-v2") +; (version "2.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sbg0dn6cysmf8f2bi209jwl4jnpiwp4rdghnxlzirw3c32ms5y5")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2" +; #:unpack-path +; "gopkg.in/gemnasium/logrus-airbrake-hook.v2")) +; (home-page "https://gopkg.in/gemnasium/logrus-airbrake-hook.v2") +; (synopsis "Airbrake Hook for Logrus") +; (description +; "Use this hook to send your errors to @url{https://airbrake.io/,Airbrake}. +;This hook is using the @url{https://github.com/airbrake/gobrake,official airbrake go package}, and will hit the api V3. +;The hook is synchronous and will send the error for @code{log.Error}, @code{log.Fatal} and @code{log.Panic} levels.") +; (license license:expat))) +; +;(define-public go-github-com-containernetworking-plugins-0.9.1 +; (package +; (name "go-github-com-containernetworking-plugins") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containernetworking/plugins") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17rafngfa9b0ybs3j4lvjjqdva6jkamhnbb1n0qnv685g0asvqwz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containernetworking/plugins")) +; (propagated-inputs +; `(("go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2" +; ,go-gopkg-in-gemnasium-logrus-airbrake-hook-v2-2.1.2) +; ("go-gopkg-in-airbrake-gobrake-v2-2.0.9" +; ,go-gopkg-in-airbrake-gobrake-v2-2.0.9) +; ("go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637" +; ,go-golang-org-x-sys-0.0.0-20201117170446-d9b008d0a637) +; ("go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852" +; ,go-github-com-vishvananda-netlink-1.1.1-0.20201029203352-d40f9887b852) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-sirupsen-logrus-1.0.6" +; ,go-github-com-sirupsen-logrus-1.0.6) +; ("go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8" +; ,go-github-com-safchain-ethtool-0.0.0-20190326074333-42ed695e3de8) +; ("go-github-com-onsi-gomega-1.10.3" ,go-github-com-onsi-gomega-1.10.3) +; ("go-github-com-onsi-ginkgo-1.12.1" ,go-github-com-onsi-ginkgo-1.12.1) +; ("go-github-com-mattn-go-shellwords-1.0.3" +; ,go-github-com-mattn-go-shellwords-1.0.3) +; ("go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56" +; ,go-github-com-j-keck-arping-0.0.0-20160618110441-2cf9dc699c56) +; ("go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c" +; ,go-github-com-godbus-dbus-0.0.0-20180201030542-885f9cc04c9c) +; ("go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4" +; ,go-github-com-d2g-hardwareaddr-0.0.0-20190221164911-e7d9fbe030e4) +; ("go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5" +; ,go-github-com-d2g-dhcp4server-0.0.0-20181031114812-7d4a0a7f59a5) +; ("go-github-com-d2g-dhcp4client-1.0.0" +; ,go-github-com-d2g-dhcp4client-1.0.0) +; ("go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c" +; ,go-github-com-d2g-dhcp4-0.0.0-20170904100407-a1d1b6c41b1c) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-iptables-0.5.0" +; ,go-github-com-coreos-go-iptables-0.5.0) +; ("go-github-com-containernetworking-cni-0.8.1" +; ,go-github-com-containernetworking-cni-0.8.1) +; ("go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44" +; ,go-github-com-buger-jsonparser-0.0.0-20180808090653-f4dd9f5a6b44) +; ("go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae" +; ,go-github-com-alexflint-go-filemutex-0.0.0-20171022225611-72bdc8eae2ae) +; ("go-github-com-microsoft-hcsshim-0.8.6" +; ,go-github-com-microsoft-hcsshim-0.8.6) +; ("go-github-com-microsoft-go-winio-0.4.11" +; ,go-github-com-microsoft-go-winio-0.4.11))) +; (home-page "https://github.com/containernetworking/plugins") +; (synopsis "Plugins") +; (description +; "Some CNI network plugins, maintained by the containernetworking team. For more information, see the @url{https://www.cni.dev,CNI website}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.2.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08wqig98w23cg2ngjijhgm6s0mdayb95awa3cn3bs69lg20gryac")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.3.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1md0hlyd9s6myv3663i9l59y74n4xjazifmmyxn43g86fgkc5lzj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-imdario-mergo-0.3.12 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.12") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15s6807vcm7xq4l6my7rnw1i7x57712jvdidjli5bip79jfaxw90")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.3.0" ,go-gopkg-in-yaml-v2-2.3.0))) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.1 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03dvbj3dln8c55v9gp79mgmz2yi2ws3r08iyz2fk41y3i22iaw1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-checkpoint-restore-go-criu-v5-5.0.0 +; (package +; (name "go-github-com-checkpoint-restore-go-criu-v5") +; (version "5.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/checkpoint-restore/go-criu") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07dal5a9y43azkkh61jf6s81h7anbl17drkh2mal9mzcsi8wa2z8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/checkpoint-restore/go-criu/v5")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3))) +; (home-page "https://github.com/checkpoint-restore/go-criu") +; (synopsis "go-criu -- Go bindings for CRIU") +; (description +; "This repository provides Go bindings for @url{https://criu.org/,CRIU}. The code is based on the Go-based PHaul +;implementation from the CRIU repository. For easier inclusion into other Go projects the +;CRIU Go bindings have been moved to this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pretty-0.2.1 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vzfz06y9q8gs2nxx0kys0591vzp78k0fvpb8digi5n15h3b25hy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-github-com-frankban-quicktest-1.11.3 +; (package +; (name "go-github-com-frankban-quicktest") +; (version "1.11.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/frankban/quicktest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d5njmwkfq2809vlimnlvy8ir6kln0c4cgdwr680fwsclpbr43qs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/frankban/quicktest")) +; (propagated-inputs +; `(("go-github-com-kr-pretty-0.2.1" ,go-github-com-kr-pretty-0.2.1) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/frankban/quicktest") +; (synopsis "quicktest") +; (description +; "Package quicktest provides a collection of Go helpers for writing tests. +;") +; (license license:expat))) +; +;(define-public go-github-com-cilium-ebpf-0.6.2 +; (package +; (name "go-github-com-cilium-ebpf") +; (version "0.6.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cilium/ebpf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x64sg0kyc8bbsp75dpv8g2jfmpdldsshf9ni49jh6rgsnnqhpf8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cilium/ebpf")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-frankban-quicktest-1.11.3" +; ,go-github-com-frankban-quicktest-1.11.3))) +; (home-page "https://github.com/cilium/ebpf") +; (synopsis "eBPF") +; (description "Package ebpf is a toolkit for working with eBPF programs. +;") +; (license license:expat))) +; +;(define-public go-github-com-containerd-console-1.0.2 +; (package +; (name "go-github-com-containerd-console") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/console") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/console")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1))) +; (home-page "https://github.com/containerd/console") +; (synopsis "console") +; (description +; "Golang package for dealing with consoles. Light on deps and a simple API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-v22-22.3.2 +; (package +; (name "go-github-com-coreos-go-systemd-v22") +; (version "22.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ndi86b8va84ha93njqgafypz4di7yxfd5r5kf1r0s3y3ghcjajq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd/v22")) +; (propagated-inputs +; `(("go-github-com-godbus-dbus-v5-5.0.4" +; ,go-github-com-godbus-dbus-v5-5.0.4))) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-cyphar-filepath-securejoin-0.2.2 +; (package +; (name "go-github-com-cyphar-filepath-securejoin") +; (version "0.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cyphar/filepath-securejoin") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0id32zjb92wm569m29nfrzz5mw9z1glr3klayr6j134pp4h1sgq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cyphar/filepath-securejoin")) +; (home-page "https://github.com/cyphar/filepath-securejoin") +; (synopsis #f) +; (description +; "Package securejoin is an implementation of the hopefully-soon-to-be-included +;SecureJoin helper that is meant to be part of the \"path/filepath\" package. +;The purpose of this project is to provide a PoC implementation to make the +;SecureJoin proposal (@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126}) more +;tangible. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-godbus-dbus-v5-5.0.4 +; (package +; (name "go-github-com-godbus-dbus-v5") +; (version "5.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/godbus/dbus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/godbus/dbus/v5")) +; (home-page "https://github.com/godbus/dbus") +; (synopsis "dbus") +; (description +; "Package dbus implements bindings to the D-Bus message bus system. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mrunalp-fileutils-0.5.0 +; (package +; (name "go-github-com-mrunalp-fileutils") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mrunalp/fileutils") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zrs959gf4zgi6ijwkdn4dcqk0svfblpaikkqy63q30rqz4swm0x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mrunalp/fileutils")) +; (home-page "https://github.com/mrunalp/fileutils") +; (synopsis "fileutils") +; (description "Collection of utilities for file manipulation in golang") +; (license license:asl2.0))) +; +;(define-public go-github-com-seccomp-libseccomp-golang-0.9.1 +; (package +; (name "go-github-com-seccomp-libseccomp-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/seccomp/libseccomp-golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "022c8prvxz0shrifams7lq4xidvkcqg9xi87wjjcpmbikqi72cna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/seccomp/libseccomp-golang")) +; (home-page "https://github.com/seccomp/libseccomp-golang") +; (synopsis #f) +; (description +; "Package seccomp provides bindings for libseccomp, a library wrapping the Linux +;seccomp syscall. Seccomp enables an application to restrict system call use +;for itself and its children. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635 +; (package +; (name "go-github-com-syndtr-gocapability") +; (version "0.0.0-20200815063812-42c35b437635") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/syndtr/gocapability") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00zi0k190ydlm9drnafvj9p4cf6axm858wr71pbmq1p3r94iqws4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/syndtr/gocapability")) +; (home-page "https://github.com/syndtr/gocapability") +; (synopsis #f) +; (description #f) +; (license license:bsd-2))) +; +;(define-public go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df +; (package +; (name "go-github-com-vishvananda-netns") +; (version "0.0.0-20191106174202-0a2b9b5464df") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netns") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1zb7pzc4r4wicq7ncspf6zsvq298lvpsq963ibj813shg657xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netns")) +; (home-page "https://github.com/vishvananda/netns") +; (synopsis "netns - network namespaces in go") +; (description +; "Package netns allows ultra-simple network namespace handling. NsHandles +;can be retrieved and set. Note that the current namespace is thread +;local so actions that set and reset namespaces should use LockOSThread +;to make sure the namespace doesn't change due to a goroutine switch. +;It is best to close NsHandles when you are done with them. This can be +;accomplished via a `defer ns.Close()` on the handle. Changing namespaces +;requires elevated privileges, so in most cases this code needs to be run +;as root. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190606203320-7fc4e5ec1444") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18rv3m1kksv3758aqiaac2l6j334g0bapic6ibsj999agcn7y9fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-vishvananda-netlink-1.1.0 +; (package +; (name "go-github-com-vishvananda-netlink") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/vishvananda/netlink") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhl30p1gx636a088ls4h6a0l8jjyfvz79fr5w0qzdrg4qg9h08h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/vishvananda/netlink")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444" +; ,go-golang-org-x-sys-0.0.0-20190606203320-7fc4e5ec1444) +; ("go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df" +; ,go-github-com-vishvananda-netns-0.0.0-20191106174202-0a2b9b5464df))) +; (home-page "https://github.com/vishvananda/netlink") +; (synopsis "netlink - netlink library for go") +; (description +; "Package netlink provides a simple library for netlink. Netlink is +;the interface a user-space program in linux uses to communicate with +;the kernel. It can be used to add and remove interfaces, set up ip +;addresses and routes, and confiugre ipsec. Netlink communication +;requires elevated privileges, so in most cases this code needs to +;be run as root. The low level primitives for netlink are contained +;in the nl subpackage. This package attempts to provide a high-level +;interface that is loosly modeled on the iproute2 cli. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201224014010-6772e930b67b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zlr39dxbg0fxfdrc20c4x0pw43n9kz749ssml97cdzqy116p5qa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-runc-1.0.2 +; (package +; (name "go-github-com-opencontainers-runc") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runc") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpckghjah0rczciw1a1ab8z718lb2d3k4mjm4zb45lpm3njmrcp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" +; ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) +; ("go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b" +; ,go-golang-org-x-net-0.0.0-20201224014010-6772e930b67b) +; ("go-github-com-vishvananda-netlink-1.1.0" +; ,go-github-com-vishvananda-netlink-1.1.0) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635" +; ,go-github-com-syndtr-gocapability-0.0.0-20200815063812-42c35b437635) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-seccomp-libseccomp-golang-0.9.1" +; ,go-github-com-seccomp-libseccomp-golang-0.9.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-opencontainers-selinux-1.8.2" +; ,go-github-com-opencontainers-selinux-1.8.2) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-mrunalp-fileutils-0.5.0" +; ,go-github-com-mrunalp-fileutils-0.5.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-godbus-dbus-v5-5.0.4" +; ,go-github-com-godbus-dbus-v5-5.0.4) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-cyphar-filepath-securejoin-0.2.2" +; ,go-github-com-cyphar-filepath-securejoin-0.2.2) +; ("go-github-com-coreos-go-systemd-v22-22.3.2" +; ,go-github-com-coreos-go-systemd-v22-22.3.2) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-cilium-ebpf-0.6.2" ,go-github-com-cilium-ebpf-0.6.2) +; ("go-github-com-checkpoint-restore-go-criu-v5-5.0.0" +; ,go-github-com-checkpoint-restore-go-criu-v5-5.0.0) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/runc") +; (synopsis "runc") +; (description +; "@code{runc} is a CLI tool for spawning and running containers according to the OCI specification.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417 +; (package +; (name "go-github-com-opencontainers-runtime-spec") +; (version "1.0.3-0.20210326190908-1c3f411f0417") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/runtime-spec") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1azk8z41ga8af35c966f06vrq9y9hwz6mkm59r3py5qaamzim3qq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/runtime-spec")) +; (home-page "https://github.com/opencontainers/runtime-spec") +; (synopsis "Open Container Initiative Runtime Specification") +; (description +; "The @url{https://www.opencontainers.org,Open Container Initiative} develops specifications for standards on Operating System process and application containers.") +; (license license:asl2.0))) +; +;(define-public go-github-com-bits-and-blooms-bitset-1.2.0 +; (package +; (name "go-github-com-bits-and-blooms-bitset") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bits-and-blooms/bitset") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r9f7lvz6znl7yr6njg77m8hj472yhdshf1qaybwyw7j8as6c4r3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bits-and-blooms/bitset")) +; (home-page "https://github.com/bits-and-blooms/bitset") +; (synopsis "bitset") +; (description +; "Package bitset implements bitsets, a mapping +;between non-negative integers and boolean values. It should be more +;efficient than map[uint] bool. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191115151921-52ab43148777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kakxbqrb1w2vwg7r1896z68qcx2lfvimsl8cs2niiipbgpi6imx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-opencontainers-selinux-1.8.2 +; (package +; (name "go-github-com-opencontainers-selinux") +; (version "1.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/selinux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dl1h8nzpyhsfki1dcjphm5h4n52qwilahyl6qlnwgzcc76pwizq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/selinux")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777" +; ,go-golang-org-x-sys-0.0.0-20191115151921-52ab43148777) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-bits-and-blooms-bitset-1.2.0" +; ,go-github-com-bits-and-blooms-bitset-1.2.0))) +; (home-page "https://github.com/opencontainers/selinux") +; (synopsis "selinux") +; (description "Common SELinux package used across the container ecosystem.") +; (license license:asl2.0))) +; +;(define-public go-github-com-pelletier-go-toml-1.8.1 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-satori-go-uuid-1.2.0 +; (package +; (name "go-github-com-satori-go-uuid") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/satori/go.uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/satori/go.uuid")) +; (home-page "https://github.com/satori/go.uuid") +; (synopsis "UUID package for Go language") +; (description +; "Package uuid provides implementation of Universally Unique Identifier (UUID). +;Supported versions are 1, 3, 4 and 5 (as specified in @url{https://rfc-editor.org/rfc/rfc4122.html,RFC 4122}) and +;version 2 (as specified in DCE 1.1). +;") +; (license license:expat))) +; +;(define-public go-github-com-tchap-go-patricia-2.2.6+incompatible +; (package +; (name "go-github-com-tchap-go-patricia") +; (version "2.2.6+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tchap/go-patricia") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yy1s3pnll52iyzphwi50drvz36lx628vn3xfy5ld29fxqngrckb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tchap/go-patricia")) +; (home-page "https://github.com/tchap/go-patricia") +; (synopsis "go-patricia") +; (description +; "@strong{Documentation}: @url{http://godoc.org/github.com/tchap/go-patricia/patricia,GoDoc} +;@strong{Test Coverage}: @url{https://coveralls.io/r/tchap/go-patricia,(img (@ (src https://coveralls.io/repos/tchap/go-patricia/badge.png) (alt CoverageStatus)))}") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210426230700-d19ff857e887") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12m35a34dfm99agcv2ln9zvvyczigaxfwqbzqirvwn1lw4784whn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-v3-3.0.3 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h316233n33lkfhbak8ljdj5i8df6hcwwm48n200svf22x3d95ww")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-oidc-2.1.0+incompatible +; (package +; (name "go-github-com-coreos-go-oidc") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-oidc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y9vxack1whvxy766jrc6xhh2rfkvnznwxi356si2kabzjv2lp6h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-oidc")) +; (home-page "https://github.com/coreos/go-oidc") +; (synopsis "go-oidc") +; (description +; "Package oidc implements OpenID Connect client logic for the golang.org/x/oauth2 package. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-semver-0.3.0 +; (package +; (name "go-github-com-coreos-go-semver") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0770h1mpig2j5sbiha3abnwaw8p6dg9i87r8pc7cf6m4kwml3sc9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-semver")) +; (home-page "https://github.com/coreos/go-semver") +; (synopsis "go-semver - Semantic Versioning Library") +; (description +; "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse +;and compare two semantic version strings.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20190321100706-95778dfbb74e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f +; (package +; (name "go-github-com-coreos-pkg") +; (version "0.0.0-20180928190104-399ea9e2e55f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/pkg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/pkg")) +; (home-page "https://github.com/coreos/pkg") +; (synopsis #f) +; (description "a collection of go utility packages") +; (license license:asl2.0))) +; +;(define-public go-github-com-dustin-go-humanize-1.0.0 +; (package +; (name "go-github-com-dustin-go-humanize") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dustin/go-humanize") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dustin/go-humanize")) +; (home-page "https://github.com/dustin/go-humanize") +; (synopsis "Humane Units") +; (description +; "Package humanize converts boring ugly numbers to human-friendly strings and back. +;") +; (license license:expat))) +; +;(define-public go-github-com-emicklei-go-restful-2.9.5+incompatible +; (package +; (name "go-github-com-emicklei-go-restful") +; (version "2.9.5+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/emicklei/go-restful") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0258y7q2krih98zznc4jsym9mf689afn6nsnsif1jhshrj653k36")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/emicklei/go-restful")) +; (home-page "https://github.com/emicklei/go-restful") +; (synopsis "go-restful") +; (description +; "Package restful , a lean package for creating REST-style WebServices without magic. +;") +; (license license:expat))) +; +;(define-public go-github-com-gorilla-websocket-1.4.2 +; (package +; (name "go-github-com-gorilla-websocket") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mkm9w6kjkrlzab5wh8p4qxkc0icqawjbvr01d2nk6ykylrln40s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mailru-easyjson-0.7.0 +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13zv5fvjp3nr65lhqhiw6i6mlmqvyls882rlmcas0ab35alsxni8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822 +; (package +; (name "go-github-com-munnerz-goautoneg") +; (version "0.0.0-20191010083416-a7dc8b61c822") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/munnerz/goautoneg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/munnerz/goautoneg")) +; (home-page "https://github.com/munnerz/goautoneg") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021 +; (package +; (name "go-github-com-pquerna-cachecontrol") +; (version "0.0.0-20171018203845-0dec1b30a021") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pquerna/cachecontrol") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14yyfhrv60rvb983rqm7s916nwvn9kcmbvnrcna2md0s3mkzs3yh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pquerna/cachecontrol")) +; (home-page "https://github.com/pquerna/cachecontrol") +; (synopsis "cachecontrol: HTTP Caching Parser and Interpretation") +; (description +; "Package cachecontrol implements the logic for HTTP Caching +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5 +; (package +; (name "go-github-com-tmc-grpc-websocket-proxy") +; (version "0.0.0-20190109142713-0ad062ec5ee5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tmc/grpc-websocket-proxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) +; (home-page "https://github.com/tmc/grpc-websocket-proxy") +; (synopsis "grpc-websocket-proxy") +; (description +; "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200202164722-d101bd2416d5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ksxf37b0ym21n8j29m3wgbaiw1kcjw3hgf88kipc1ry2j13l98p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-bbolt-1.3.5 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h64gipvcg7060byv5wjlf524kqwj12p3v08kfh4ygv46vpm8p2r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5" +; ,go-golang-org-x-sys-0.0.0-20200202164722-d101bd2416d5))) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa +; (package +; (name "go-github-com-cockroachdb-datadriven") +; (version "0.0.0-20190809214429-80d97fb3cbaa") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cockroachdb/datadriven") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rvavka9zhri6r50n8fy98247fl5vycb1hffjrhshsicjv1frmlp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cockroachdb/datadriven")) +; (home-page "https://github.com/cockroachdb/datadriven") +; (synopsis "Data-Driven Tests for Go") +; (description +; "This repository implements an extension of @url{https://github.com/golang/go/wiki/TableDrivenTests,Table-Driven Testing}. Instead of +;building and iterating over a table in the test code, the input is further +;separated into files (or inline strings). For certain classes of tests, this +;can significantly reduce the friction involved in writing and reading these +;tests.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-semver-0.2.0 +; (package +; (name "go-github-com-coreos-go-semver") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-semver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-semver")) +; (home-page "https://github.com/coreos/go-semver") +; (synopsis "go-semver - Semantic Versioning Library") +; (description +; "go-semver is a @url{http://semver.org/,semantic versioning} library for Go. It lets you parse +;and compare two semantic version strings.") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7 +; (package +; (name "go-github-com-coreos-go-systemd") +; (version "0.0.0-20180511133405-39ca1b05acc7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/go-systemd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kzqrrzqspa5qm7kwslxl3m16lqzns23c24rv474ajzwmj3ixmx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/go-systemd")) +; (home-page "https://github.com/coreos/go-systemd") +; (synopsis "go-systemd") +; (description "Go bindings to systemd. The project has several packages:") +; (license license:asl2.0))) +; +;(define-public go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf +; (package +; (name "go-github-com-coreos-pkg") +; (version "0.0.0-20160727233714-3ac0863d7acf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/coreos/pkg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l5ans1ls2gknkrnhymgc0zbgg5nqjbjbqc51r611adcr0m6gg8l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/coreos/pkg")) +; (home-page "https://github.com/coreos/pkg") +; (synopsis #f) +; (description "a collection of go utility packages") +; (license license:asl2.0))) +; +;(define-public go-github-com-creack-pty-1.1.7 +; (package +; (name "go-github-com-creack-pty") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/creack/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1plwwlk1i9b80zv8zdplvv81shfyc9gf0flydnydsh5sr3ib5vrc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/creack/pty")) +; (home-page "https://github.com/creack/pty") +; (synopsis "pty") +; (description +; "Package pty provides functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-dgrijalva-jwt-go-3.2.0+incompatible +; (package +; (name "go-github-com-dgrijalva-jwt-go") +; (version "3.2.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dgrijalva/jwt-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dgrijalva/jwt-go")) +; (home-page "https://github.com/dgrijalva/jwt-go") +; (synopsis "jwt-go") +; (description +; "Package jwt is a Go implementation of JSON Web Tokens: @url{http://self-issued.info/docs/draft-jones-json-web-token.html,http://self-issued.info/docs/draft-jones-json-web-token.html} +;") +; (license license:expat))) +; +;(define-public go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4 +; (package +; (name "go-github-com-dustin-go-humanize") +; (version "0.0.0-20171111073723-bb3d318650d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dustin/go-humanize") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqd8ix3cb164j5iazjby2jpa6bdsflhy0h9mi4yldvvcvrc194c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dustin/go-humanize")) +; (home-page "https://github.com/dustin/go-humanize") +; (synopsis "Humane Units") +; (description +; "Package humanize converts boring ugly numbers to human-friendly strings and back. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180221164845-07fd8470d635") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "193g0a1zxb9ikph7r2klc6rdqxqzfmmr8d5bcibyhsm2l63s17mx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.1.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635" +; ,go-golang-org-x-tools-0.0.0-20180221164845-07fd8470d635) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.2.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-errcheck-1.1.0" +; ,go-github-com-kisielk-errcheck-1.1.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20160516000752-02826c3e7903") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w46bsllddfij66nrg8jbfjsr54birvfww8a2fj9fmgyig5syn2x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-1.0.0 +; (package +; (name "go-github-com-google-btree") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.0.0 +; (package +; (name "go-github-com-google-uuid") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1922bjrnx66692dm0rrc1ckmznsaqx920ww4jzsds3xzrwf15mqv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c +; (package +; (name "go-github-com-gorilla-websocket") +; (version "0.0.0-20170926233335-4201258b820c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/websocket") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kpdg3m46kp15ixl9ahhchhadyiblz0qpcxzylp8jhffc1rnxjb7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/websocket")) +; (home-page "https://github.com/gorilla/websocket") +; (synopsis "Gorilla WebSocket") +; (description +; "Package websocket implements the WebSocket protocol defined in @url{https://rfc-editor.org/rfc/rfc6455.html,RFC 6455}. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-middleware") +; (version "1.0.1-0.20190118093823-f849b5445de4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hscypgj0nd1407jp6y4qrnrr0mrhc4wgxz9b3mj1cs3pkvi61vc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-middleware")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-middleware") +; (synopsis "Go gRPC Middleware") +; (description +; "`grpc_middleware` is a collection of gRPC middleware packages: interceptors, helpers and tools. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0 +; (package +; (name "go-github-com-grpc-ecosystem-go-grpc-prometheus") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/go-grpc-prometheus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/go-grpc-prometheus")) +; (home-page "https://github.com/grpc-ecosystem/go-grpc-prometheus") +; (synopsis "Go gRPC Interceptors for Prometheus monitoring") +; (description +; "@url{https://prometheus.io/,Prometheus} monitoring for your @url{https://github.com/grpc/grpc-go,gRPC Go} servers and clients.") +; (license license:asl2.0))) +; +;(define-public go-github-com-ghodss-yaml-1.0.0 +; (package +; (name "go-github-com-ghodss-yaml") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ghodss/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ghodss/yaml")) +; (home-page "https://github.com/ghodss/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "Copyright 2013 The Go Authors. All rights reserved. +;Use of this source code is governed by a BSD-style +;license that can be found in the LICENSE file. +;") +; (license #f))) +; +;(define-public go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af +; (package +; (name "go-github-com-rogpeppe-fastuuid") +; (version "0.0.0-20150106093220-6724a57986af") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/fastuuid") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) +; (home-page "https://github.com/rogpeppe/fastuuid") +; (synopsis "fastuuid") +; (description +; "Package fastuuid provides fast UUID generation of 192 bit +;universally unique identifiers. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181107165924-66b7b1311ac8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00ny4r2bbj6rz939iy9g699acqydq7rfi6r6awn25w9i2dld9m13")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181220203305-927f97764cc3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0np7b766gb92vbm514yhdl7cjmqvn0dxdxskd84aas2ri1fkpgw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-resty-v1-1.12.0 +; (package +; (name "go-gopkg-in-resty-v1") +; (version "1.12.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/resty.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/resty.v1" #:unpack-path "gopkg.in/resty.v1")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3))) +; (home-page "https://gopkg.in/resty.v1") +; (synopsis "News") +; (description +; "Package resty provides Simple HTTP and REST client library for Go. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.0.0-20170812160011-eb3733d160e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1srhvcaa9db3a6xj29mkjr5kg33y71pclrlx4vcwz5m1lgb5c7q6")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-grpc-ecosystem-grpc-gateway-1.9.5 +; (package +; (name "go-github-com-grpc-ecosystem-grpc-gateway") +; (version "1.9.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc-ecosystem/grpc-gateway") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0acpbxa1i1bxcpkclkcif2macbcfrlywb58vly5pzwsj261mg58a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/grpc-ecosystem/grpc-gateway")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7" +; ,go-gopkg-in-yaml-v2-2.0.0-20170812160011-eb3733d160e7) +; ("go-gopkg-in-resty-v1-1.12.0" ,go-gopkg-in-resty-v1-1.12.0) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8" +; ,go-golang-org-x-sys-0.0.0-20181107165924-66b7b1311ac8) +; ("go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3" +; ,go-golang-org-x-net-0.0.0-20181220203305-927f97764cc3) +; ("go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af" +; ,go-github-com-rogpeppe-fastuuid-0.0.0-20150106093220-6724a57986af) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-ghodss-yaml-1.0.0" ,go-github-com-ghodss-yaml-1.0.0))) +; (home-page "https://github.com/grpc-ecosystem/grpc-gateway") +; (synopsis "grpc-gateway") +; (description +; "The grpc-gateway is a plugin of the Google protocol buffers compiler +;@url{https://github.com/protocolbuffers/protobuf,protoc}. +;It reads protobuf service definitions and generates a reverse-proxy server which +;translates a RESTful HTTP API into gRPC. This server is generated according to the +;@url{https://github.com/googleapis/googleapis/raw/master/google/api/http.proto#L46,(code google.api.http)} +;annotations in your service definitions.") +; (license license:bsd-3))) +; +;(define-public go-github-com-jonboulle-clockwork-0.1.0 +; (package +; (name "go-github-com-jonboulle-clockwork") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jonboulle/clockwork") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jonboulle/clockwork")) +; (home-page "https://github.com/jonboulle/clockwork") +; (synopsis "clockwork") +; (description +; "Replace uses of the @code{time} package with the @code{clockwork.Clock} interface instead.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.4 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-runewidth-0.0.2 +; (package +; (name "go-github-com-mattn-go-runewidth") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-runewidth") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vkrfrz3fzn5n6ix4k8s0cg0b448459sldq8bp4riavsxm932jzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-runewidth")) +; (home-page "https://github.com/mattn/go-runewidth") +; (synopsis "go-runewidth") +; (description +; "This package provides functions to get fixed width of the character or string.") +; (license license:expat))) +; +;(define-public go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5 +; (package +; (name "go-github-com-olekukonko-tablewriter") +; (version "0.0.0-20170122224234-a0225b3f23b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/olekukonko/tablewriter") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bp9r6xzy6d3p7l2hjmvr25y3rp3p8c9xv1agkllkksm45ng6681")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/olekukonko/tablewriter")) +; (home-page "https://github.com/olekukonko/tablewriter") +; (synopsis "ASCII Table Writer") +; (description "Create & Generate text based table +;") +; (license license:expat))) +; +;(define-public go-github-com-soheilhy-cmux-0.1.4 +; (package +; (name "go-github-com-soheilhy-cmux") +; (version "0.1.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/soheilhy/cmux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/soheilhy/cmux")) +; (home-page "https://github.com/soheilhy/cmux") +; (synopsis "cmux: Connection Mux") +; (description +; "Package cmux is a library to multiplex network connections based on +;their payload. Using cmux, you can serve different protocols from the +;same listener. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.1 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8 +; (package +; (name "go-github-com-tmc-grpc-websocket-proxy") +; (version "0.0.0-20170815181823-89b8d40f7ca8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/tmc/grpc-websocket-proxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bg6m0cycy5sww175zkbnhi9lvzb08iicc8xka8klrgaa9mc5nsk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/tmc/grpc-websocket-proxy")) +; (home-page "https://github.com/tmc/grpc-websocket-proxy") +; (synopsis "grpc-websocket-proxy") +; (description +; "Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.") +; (license license:expat))) +; +;(define-public go-github-com-urfave-cli-1.20.0 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2 +; (package +; (name "go-github-com-xiang90-probing") +; (version "0.0.0-20190116061207-43a291ad63a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/xiang90/probing") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/xiang90/probing")) +; (home-page "https://github.com/xiang90/probing") +; (synopsis "Getting Started") +; (description "We first need to serve the probing HTTP handler.") +; (license license:expat))) +; +;(define-public go-go-etcd-io-bbolt-1.3.3 +; (package +; (name "go-go-etcd-io-bbolt") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/bbolt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dn0zngks9xiz0rrrb3911f73ghl64z84jsmzai2yfmzqr7cdkqc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/bbolt")) +; (home-page "https://go.etcd.io/bbolt") +; (synopsis "bbolt") +; (description +; "package bbolt implements a low-level key/value store in pure Go. It supports +;fully serializable transactions, ACID semantics, and lock-free MVCC with +;multiple readers and a single writer. Bolt can be used for projects that +;want a simple data store without the need to add large dependencies such as +;Postgres or MySQL. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-atomic-1.3.2 +; (package +; (name "go-go-uber-org-atomic") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/atomic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11pzvjys5ddjjgrv94pgk9pnip9yyb54z7idf33zk7p7xylpnsv6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/atomic")) +; (home-page "https://go.uber.org/atomic") +; (synopsis "atomic") +; (description +; "Package atomic provides simple wrappers around numerics to enforce atomic +;access. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190813141303-74dc4d7220e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563yswwqknxx2gsvl0qikn0lmwalilbng8i12iw4d3v40n23s0l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190826190057-c7b8b68b1456") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lqnnrx5prrvkinnhgyvzzhcyvi8x5w54rlp336xjhpslkgqn132")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2 +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20180412165947-fbb02b2291d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jjqcv6rzihlgg4i797q80g1f6ch5diz2kxqh6488gwkb6nds4h4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.26.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qsb2mcswpp3vd7i9gfvz4a3ypdwk2svhhn09nyywgb1vvw80krv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-cheggaaa-pb-v1-1.0.25 +; (package +; (name "go-gopkg-in-cheggaaa-pb-v1") +; (version "1.0.25") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/cheggaaa/pb.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vxqiw6f3xyv0zy3g4lksf8za0z8i0hvfpw92hqimsy84f79j3dp")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/cheggaaa/pb.v1" +; #:unpack-path +; "gopkg.in/cheggaaa/pb.v1")) +; (home-page "https://gopkg.in/cheggaaa/pb.v1") +; (synopsis "Terminal progress bar for Go") +; (description "Simple console progress bars +;") +; (license license:bsd-3))) +; +;(define-public go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489 +; (package +; (name "go-go-etcd-io-etcd") +; (version "0.5.0-alpha.5.0.20200910180754-dd1b699fc489") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/etcd-io/etcd") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11zkvkq7ipqi0n8y05zgn8lf7qm59xdk75x7jbxj5sflx38yfa0k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.etcd.io/etcd")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) +; ("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-cheggaaa-pb-v1-1.0.25" +; ,go-gopkg-in-cheggaaa-pb-v1-1.0.25) +; ("go-google-golang-org-grpc-1.26.0" ,go-google-golang-org-grpc-1.26.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2" +; ,go-golang-org-x-time-0.0.0-20180412165947-fbb02b2291d2) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456" +; ,go-golang-org-x-sys-0.0.0-20190826190057-c7b8b68b1456) +; ("go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7" +; ,go-golang-org-x-net-0.0.0-20190813141303-74dc4d7220e7) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.3.2" ,go-go-uber-org-atomic-1.3.2) +; ("go-go-etcd-io-bbolt-1.3.3" ,go-go-etcd-io-bbolt-1.3.3) +; ("go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2" +; ,go-github-com-xiang90-probing-0.0.0-20190116061207-43a291ad63a2) +; ("go-github-com-urfave-cli-1.20.0" ,go-github-com-urfave-cli-1.20.0) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20170815181823-89b8d40f7ca8) +; ("go-github-com-spf13-pflag-1.0.1" ,go-github-com-spf13-pflag-1.0.1) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-soheilhy-cmux-0.1.4" +; ,go-github-com-soheilhy-cmux-0.1.4) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5" +; ,go-github-com-olekukonko-tablewriter-0.0.0-20170122224234-a0225b3f23b5) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-mattn-go-runewidth-0.0.2" +; ,go-github-com-mattn-go-runewidth-0.0.2) +; ("go-github-com-mattn-go-isatty-0.0.4" +; ,go-github-com-mattn-go-isatty-0.0.4) +; ("go-github-com-mattn-go-colorable-0.0.9" +; ,go-github-com-mattn-go-colorable-0.0.9) +; ("go-github-com-json-iterator-go-1.1.7" +; ,go-github-com-json-iterator-go-1.1.7) +; ("go-github-com-jonboulle-clockwork-0.1.0" +; ,go-github-com-jonboulle-clockwork-0.1.0) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-grpc-ecosystem-grpc-gateway-1.9.5" +; ,go-github-com-grpc-ecosystem-grpc-gateway-1.9.5) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4" +; ,go-github-com-grpc-ecosystem-go-grpc-middleware-1.0.1-0.20190118093823-f849b5445de4) +; ("go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c" +; ,go-github-com-gorilla-websocket-0.0.0-20170926233335-4201258b820c) +; ("go-github-com-google-uuid-1.0.0" ,go-github-com-google-uuid-1.0.0) +; ("go-github-com-google-btree-1.0.0" ,go-github-com-google-btree-1.0.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903" +; ,go-github-com-golang-groupcache-0.0.0-20160516000752-02826c3e7903) +; ("go-github-com-gogo-protobuf-1.2.1" +; ,go-github-com-gogo-protobuf-1.2.1) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4" +; ,go-github-com-dustin-go-humanize-0.0.0-20171111073723-bb3d318650d4) +; ("go-github-com-dgrijalva-jwt-go-3.2.0+incompatible" +; ,go-github-com-dgrijalva-jwt-go-3.2.0+incompatible) +; ("go-github-com-creack-pty-1.1.7" ,go-github-com-creack-pty-1.1.7) +; ("go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf" +; ,go-github-com-coreos-pkg-0.0.0-20160727233714-3ac0863d7acf) +; ("go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7" +; ,go-github-com-coreos-go-systemd-0.0.0-20180511133405-39ca1b05acc7) +; ("go-github-com-coreos-go-semver-0.2.0" +; ,go-github-com-coreos-go-semver-0.2.0) +; ("go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa" +; ,go-github-com-cockroachdb-datadriven-0.0.0-20190809214429-80d97fb3cbaa) +; ("go-github-com-bgentry-speakeasy-0.1.0" +; ,go-github-com-bgentry-speakeasy-0.1.0))) +; (home-page "https://go.etcd.io/etcd") +; (synopsis "etcd") +; (description +; "Package main is a simple wrapper of the real etcd entrypoint package +;(located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still +;\"go getable\"; e.g. `go get github.com/coreos/etcd` works as expected and +;builds a binary in $GOBIN/etcd +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-natefinch-lumberjack-v2-2.0.0 +; (package +; (name "go-gopkg-in-natefinch-lumberjack-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/natefinch/lumberjack.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2sxypk7p805jvc68padvylyx5v7cwkh5klnnxxr0340kgspf08")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/natefinch/lumberjack.v2" +; #:unpack-path +; "gopkg.in/natefinch/lumberjack.v2")) +; (home-page "https://gopkg.in/natefinch/lumberjack.v2") +; (synopsis "lumberjack") +; (description "Package lumberjack provides a rolling logger. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-square-go-jose-v2-2.2.2 +; (package +; (name "go-gopkg-in-square-go-jose-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/square/go-jose.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cpvfqw7pw8m8wfj8nda4kam0z48q3gp6b9a3a0wr90zv9ldszbv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/square/go-jose.v2" +; #:unpack-path +; "gopkg.in/square/go-jose.v2")) +; (home-page "https://gopkg.in/square/go-jose.v2") +; (synopsis "Go JOSE") +; (description +; "Package jose aims to provide an implementation of the Javascript Object Signing +;and Encryption set of standards. It implements encryption and signing based on +;the JSON Web Encryption and JSON Web Signature standards, with optional JSON +;Web Token support available in a sub-package. The library supports both the +;compact and full serialization formats, and has optional support for multiple +;recipients. +;") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15 +; (package +; (name "go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client") +; (version "0.0.15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/apiserver-network-proxy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00ad9yjr3g1pj118xy063z7rnydkilqmvz9xf89vdva2kjqd7fal")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/apiserver-network-proxy/konnectivity-client")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page +; "https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client") +; (synopsis #f) +; (description #f) +; (license license:asl2.0))) +; +;(define-public go-k8s-io-apiserver-0.20.6 +; (package +; (name "go-k8s-io-apiserver") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apiserver") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b53aw2cp9i2v5kg1m2s5kwkz7525ii8vs1g7d8yc2j980aar9y3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apiserver")) +; (propagated-inputs +; `(("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) +; ("go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15" +; ,go-sigs-k8s-io-apiserver-network-proxy-konnectivity-client-0.0.15) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-square-go-jose-v2-2.2.2" +; ,go-gopkg-in-square-go-jose-v2-2.2.2) +; ("go-gopkg-in-natefinch-lumberjack-v2-2.0.0" +; ,go-gopkg-in-natefinch-lumberjack-v2-2.0.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489" +; ,go-go-etcd-io-etcd-0.5.0-alpha.5.0.20200910180754-dd1b699fc489) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5" +; ,go-github-com-tmc-grpc-websocket-proxy-0.0.0-20190109142713-0ad062ec5ee5) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021" +; ,go-github-com-pquerna-cachecontrol-0.0.0-20171018203845-0dec1b30a021) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822" +; ,go-github-com-munnerz-goautoneg-0.0.0-20191010083416-a7dc8b61c822) +; ("go-github-com-mailru-easyjson-0.7.0" +; ,go-github-com-mailru-easyjson-0.7.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-gorilla-websocket-1.4.2" +; ,go-github-com-gorilla-websocket-1.4.2) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-dustin-go-humanize-1.0.0" +; ,go-github-com-dustin-go-humanize-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f" +; ,go-github-com-coreos-pkg-0.0.0-20180928190104-399ea9e2e55f) +; ("go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e" +; ,go-github-com-coreos-go-systemd-0.0.0-20190321100706-95778dfbb74e) +; ("go-github-com-coreos-go-semver-0.3.0" +; ,go-github-com-coreos-go-semver-0.3.0) +; ("go-github-com-coreos-go-oidc-2.1.0+incompatible" +; ,go-github-com-coreos-go-oidc-2.1.0+incompatible))) +; (home-page "https://k8s.io/apiserver") +; (synopsis "apiserver") +; (description +; "Generic library for building a Kubernetes aggregated API server.") +; (license license:asl2.0))) +; +;(define-public go-github-com-blang-semver-3.5.1+incompatible +; (package +; (name "go-github-com-blang-semver") +; (version "3.5.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/blang/semver") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13ws259bwcibkclbr82ilhk6zadm63kxklxhk12wayklj8ghhsmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/blang/semver")) +; (home-page "https://github.com/blang/semver") +; (synopsis "semver for golang") +; (description +; "semver is a @url{http://semver.org/,Semantic Versioning} library written in golang. It fully covers spec version @code{2.0.0}.") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-procfs-0.2.0 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkpyq1grk3qyfahnfry5qkxjg5qb10yh1l8cvm8b79nqsmdyjbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" +; ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.3 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yrsd4s8vhjnxhwbigirymz89dn6qfjnhn28i33vvvdgf96j6ypl")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-sirupsen-logrus-1.6.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zf9is1yxxnna0d1pyag2m9ziy3l27zb2j92p9msm1gx5jjrvzzj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.3" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.3) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-atomic-1.4.0 +; (package +; (name "go-go-uber-org-atomic") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/atomic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/atomic")) +; (home-page "https://go.uber.org/atomic") +; (synopsis "atomic") +; (description +; "Package atomic provides simple wrappers around numerics to enforce atomic +;access. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-multierr-1.1.0 +; (package +; (name "go-go-uber-org-multierr") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/multierr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/multierr")) +; (home-page "https://go.uber.org/multierr") +; (synopsis "multierr") +; (description +; "Package multierr allows combining one or more errors together. +;") +; (license license:expat))) +; +;(define-public go-go-uber-org-zap-1.10.0 +; (package +; (name "go-go-uber-org-zap") +; (version "1.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/uber-go/zap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.uber.org/zap")) +; (home-page "https://go.uber.org/zap") +; (synopsis "â\x9a¡ zap") +; (description "Package zap provides fast, structured, leveled logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-mock-1.4.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zb4n285mv85dh3y2f8fqbs30h2dhzw7vbczr6z0zg2gqr6vzg0q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) +; ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.4 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12dclmj2if8l0069fby4psrpqby7p810dr1dr63nwx93g9jhvkmx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200301022130-244492dfa37a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vm2q44phz4vjnzq9428rjk58c82fxf003whczp7c9ryn9fazh7s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200304193943-95d2e580d8eb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f46657xsdc12lr29ksqg80fp0j8v2iqgihzh788avcj5cmhnqyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200305110556-506484158171 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200305110556-506484158171") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19h7sxkfjcrkm7majd0pyzzirdnk1qlsxc3h5zklhm234d8jg407")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.54.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.54.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ilqqymrphg546c66jc0npd48dlr88wbgrg462h1jgm2ykbnq1ba")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.1-2020.1.3" +; ,go-honnef-co-go-tools-0.0.1-2020.1.3) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20200305110556-506484158171" +; ,go-google-golang-org-genproto-0.0.0-20200305110556-506484158171) +; ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) +; ("go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb" +; ,go-golang-org-x-tools-0.0.0-20200304193943-95d2e580d8eb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" +; ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a" +; ,go-golang-org-x-net-0.0.0-20200301022130-244492dfa37a) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" +; ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.4" +; ,go-github-com-golang-protobuf-1.3.4) +; ("go-github-com-golang-mock-1.4.1" ,go-github-com-golang-mock-1.4.1) +; ("go-cloud-google-com-go-storage-1.6.0" +; ,go-cloud-google-com-go-storage-1.6.0) +; ("go-cloud-google-com-go-pubsub-1.2.0" +; ,go-cloud-google-com-go-pubsub-1.2.0) +; ("go-cloud-google-com-go-datastore-1.1.0" +; ,go-cloud-google-com-go-datastore-1.1.0) +; ("go-cloud-google-com-go-bigquery-1.4.0" +; ,go-cloud-google-com-go-bigquery-1.4.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7 +; (package +; (name "go-github-com-gregjones-httpcache") +; (version "0.0.0-20180305231024-9cad4c3443a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gregjones/httpcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjdwcwqqcx2d5y68qvhg6qyj977il5ijmnn9h9cd6wjbdy0ay6s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gregjones/httpcache")) +; (home-page "https://github.com/gregjones/httpcache") +; (synopsis "httpcache") +; (description +; "Package httpcache provides a http.RoundTripper implementation that works as a +;mostly RFC-compliant cache for http responses. +;") +; (license license:expat))) +; +;(define-public go-github-com-imdario-mergo-0.3.5 +; (package +; (name "go-github-com-imdario-mergo") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/imdario/mergo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/imdario/mergo")) +; (home-page "https://github.com/imdario/mergo") +; (synopsis "Mergo") +; (description +; "This package provides a helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-peterbourgon-diskv-2.0.1+incompatible +; (package +; (name "go-github-com-peterbourgon-diskv") +; (version "2.0.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/peterbourgon/diskv") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mxpa5aad08x30qcbffzk80g9540wvbca4blc1r2qyzl65b8929b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/peterbourgon/diskv")) +; (home-page "https://github.com/peterbourgon/diskv") +; (synopsis "What is diskv?") +; (description +; "Diskv (disk-vee) is a simple, persistent key-value store written in the Go +;language. It starts with an incredibly simple API for storing arbitrary data on +;a filesystem by key, and builds several layers of performance-enhancing +;abstraction on top. The end result is a conceptually simple, but highly +;performant, disk-backed storage system.") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20201002170205-7f63de1d35b0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dr89jfs4dmpr3jqfshqqvfpzzdx4r76nkzhrvmixfrmn6wxrnd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20200630173020-3af7569d3a1e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05hqhw3vlssi499y6m41zgdp1yyjsw2kj95ahymlw6pkhsssh2vq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-api-0.20.6 +; (package +; (name "go-k8s-io-api") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mm6a91a4nrlsvnfcbgn2574vdwxf1nxpgrd5avklh8mym2ngimw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/api")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2))) +; (home-page "https://k8s.io/api") +; (synopsis "api") +; (description +; "Schema of the external API types that are served by the Kubernetes API server.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96 +; (package +; (name "go-github-com-docker-spdystream") +; (version "0.0.0-20160310174837-449fdfce4d96") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/spdystream") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1412cpiis971iq1kxrirzirhj2708ispjh0x0dh879b66x8507sl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/spdystream")) +; (home-page "https://github.com/docker/spdystream") +; (synopsis "SpdyStream") +; (description +; "This package provides a multiplexed stream library using spdy") +; (license license:asl2.0))) +; +;(define-public go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153 +; (package +; (name "go-github-com-elazarl-goproxy") +; (version "0.0.0-20180725130230-947c36da3153") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/elazarl/goproxy") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lmsnr5xmda89wig8sw62llg6acjb5caghz5jmdhnm85rm6rnssk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/elazarl/goproxy")) +; (home-page "https://github.com/elazarl/goproxy") +; (synopsis "Introduction") +; (description +; "Taken from $GOROOT/src/pkg/net/http/chunked +;needed to write https responses to client. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-evanphx-json-patch-4.9.0+incompatible +; (package +; (name "go-github-com-evanphx-json-patch") +; (version "4.9.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/evanphx/json-patch") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r88qpzjxsx8skij9s5pi4a5qcv4bm18vq8sy21gpwgzp3qf6qzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/evanphx/json-patch")) +; (home-page "https://github.com/evanphx/json-patch") +; (synopsis "JSON-Patch") +; (description +; "@code{jsonpatch} is a library which provides functionality for both applying +;@url{http://tools.ietf.org/html/rfc6902,RFC6902 JSON patches} against documents, as +;well as for calculating & applying @url{https://tools.ietf.org/html/rfc7396,RFC7396 JSON merge patches}.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-gofuzz-1.1.0 +; (package +; (name "go-github-com-google-gofuzz") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gofuzz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0si2fiigj45vr4jnw4grjhls7nw56wkwinnn93gqbl9ng9ynw8rx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/gofuzz")) +; (home-page "https://github.com/google/gofuzz") +; (synopsis "gofuzz") +; (description +; "Package fuzz is a library for populating go objects with random values. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f +; (package +; (name "go-github-com-mxk-go-flowrate") +; (version "0.0.0-20140419014527-cca7078d478f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mxk/go-flowrate") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zqs39923ja0yypdmiqk6x8pgmfs3ms5x5sl1dqv9z6zyx2xy541")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mxk/go-flowrate")) +; (home-page "https://github.com/mxk/go-flowrate") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-1.11.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.11.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vxmb5k89bq50m2kzcw5l3bdvci4czpifkgxd4nbq1yzv5ir03kp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.7 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcloud-tail-1.0.0 +; (package +; (name "go-github-com-hpcloud-tail") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcloud/tail") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njpzc0pi1acg5zx9y6vj9xi6ksbsc5d387rd6904hy6rh2m6kn0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcloud/tail")) +; (home-page "https://github.com/hpcloud/tail") +; (synopsis "Go package for tail-ing files") +; (description +; "This package provides a Go package striving to emulate the features of the BSD @code{tail} program.") +; (license license:expat))) +; +;(define-public go-github-com-onsi-ginkgo-1.6.0 +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x0gc89vgq38xhgmi2h22bhr73cf2gmk42g89nz89k8dgg9hhr25")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180906233101-161cd47e91fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0254ld010iijygbzykib2vags1dc0wlmcmhgh4jl8iny159lhbcv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180909124046-d0be0721c37e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "081wyvfnlf842dqg03raxfz6lldlxpmyh1prix9lmrrm65arxb12")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-fsnotify-v1-1.4.7 +; (package +; (name "go-gopkg-in-fsnotify-v1") +; (version "1.4.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/fsnotify.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/fsnotify.v1" +; #:unpack-path +; "gopkg.in/fsnotify.v1")) +; (home-page "https://gopkg.in/fsnotify.v1") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7 +; (package +; (name "go-gopkg-in-tomb-v1") +; (version "1.0.0-20141024135613-dd632973f1e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/tomb.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/tomb.v1" #:unpack-path "gopkg.in/tomb.v1")) +; (home-page "https://gopkg.in/tomb.v1") +; (synopsis "Installation and usage") +; (description +; "The tomb package offers a conventional API for clean goroutine termination. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-gomega-1.7.0 +; (package +; (name "go-github-com-onsi-gomega") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09j6wq425wgzzsbwm9ckhfgl2capv3yyqbrf45qyrjwkzm49i02y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7" +; ,go-gopkg-in-tomb-v1-1.0.0-20141024135613-dd632973f1e7) +; ("go-gopkg-in-fsnotify-v1-1.4.7" ,go-gopkg-in-fsnotify-v1-1.4.7) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e" +; ,go-golang-org-x-sys-0.0.0-20180909124046-d0be0721c37e) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd" +; ,go-golang-org-x-net-0.0.0-20180906233101-161cd47e91fd) +; ("go-github-com-onsi-ginkgo-1.6.0" ,go-github-com-onsi-ginkgo-1.6.0) +; ("go-github-com-hpcloud-tail-1.0.0" ,go-github-com-hpcloud-tail-1.0.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-fsnotify-fsnotify-1.4.7" +; ,go-github-com-fsnotify-fsnotify-1.4.7))) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-inf-v0-0.9.1 +; (package +; (name "go-gopkg-in-inf-v0") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/inf.v0") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/inf.v0" #:unpack-path "gopkg.in/inf.v0")) +; (home-page "https://gopkg.in/inf.v0") +; (synopsis #f) +; (description +; "Package inf (type inf.Dec) implements \"infinite-precision\" decimal +;arithmetic. +;\"Infinite precision\" describes two characteristics: practically unlimited +;precision for decimal number representation and no support for calculating +;with any specific fixed precision. +;(Although there is no practical limit on precision, inf.Dec can only +;represent finite decimals.) +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46 +; (package +; (name "go-github-com-nytimes-gziphandler") +; (version "0.0.0-20170623195520-56545f4a5d46") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/nytimes/gziphandler") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fwk9wz6vrvq72f2gq8jhvd1nvv6grqgwrjq66vjpm0726pxar72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/NYTimes/gziphandler")) +; (home-page "https://github.com/NYTimes/gziphandler") +; (synopsis "Gzip Handler") +; (description +; "This is a tiny Go package which wraps HTTP handlers to transparently gzip the +;response body, for clients which support it. Although it's usually simpler to +;leave that to a reverse proxy (like nginx or Varnish), this package is useful +;when that's undesirable.") +; (license license:asl2.0))) +; +;(define-public go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a +; (package +; (name "go-github-com-asaskevich-govalidator") +; (version "0.0.0-20190424111038-f61b66f89f4a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/asaskevich/govalidator") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jzjd9ak4byb83bwhbyrrdclnhrgglyxcbr4d4qh39a6ywvcijm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/asaskevich/govalidator")) +; (home-page "https://github.com/asaskevich/govalidator") +; (synopsis "govalidator") +; (description +; "Package govalidator is package of validators and sanitizers for strings, structs and collections. +;") +; (license license:expat))) +; +;(define-public go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633 +; (package +; (name "go-github-com-emicklei-go-restful") +; (version "0.0.0-20170410110728-ff4f55a20633") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/emicklei/go-restful") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v5lj5142abz3gvbygp6xghpdx4ps2lwswl8559ivaidahwnc21c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/emicklei/go-restful")) +; (home-page "https://github.com/emicklei/go-restful") +; (synopsis "go-restful") +; (description +; "Package restful , a lean package for creating REST-style WebServices without magic. +;") +; (license license:expat))) +; +;(define-public go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680 +; (package +; (name "go-github-com-ghodss-yaml") +; (version "0.0.0-20150909031657-73d445a93680") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ghodss/yaml") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pg53ky4sy3sp9j4n7vgf1p3gw4nbckwqfldcmmi9rf13kjh0mr7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ghodss/yaml")) +; (home-page "https://github.com/ghodss/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "Copyright 2013 The Go Authors. All rights reserved. +;Use of this source code is governed by a BSD-style +;license that can be found in the LICENSE file. +;") +; (license #f))) +; +;(define-public go-github-com-go-openapi-jsonreference-0.19.3 +; (package +; (name "go-github-com-go-openapi-jsonreference") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonreference") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ln21xai74fynwmi4ck5j0c70yszjy96wfagc705y8khjxsgncsw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonreference")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" +; ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3) +; ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" +; ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) +; ("go-github-com-puerkitobio-purell-1.1.1" +; ,go-github-com-puerkitobio-purell-1.1.1))) +; (home-page "https://github.com/go-openapi/jsonreference") +; (synopsis "gojsonreference") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} +;An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.0.0-20190626092158-b2ccc519800e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q85h383mhbkcjm2vqm72bi8n2252fv3c56q3lclzb8n2crnjcdk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-openapi-jsonpointer-0.19.3 +; (package +; (name "go-github-com-go-openapi-jsonpointer") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonpointer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4bb7c5y8ss2s8wl50k7lsk84nl4lcldkbkphrfdl21y51gz4jr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e" +; ,go-github-com-mailru-easyjson-0.0.0-20190626092158-b2ccc519800e) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5))) +; (home-page "https://github.com/go-openapi/jsonpointer") +; (synopsis "gojsonpointer") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} +;An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-puerkitobio-purell-1.1.1 +; (package +; (name "go-github-com-puerkitobio-purell") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/PuerkitoBio/purell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c525frsxmalrn55hzzsxy17ng8avkd40ga0wxfw9haxsdjgqdqy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/PuerkitoBio/purell")) +; (home-page "https://github.com/PuerkitoBio/purell") +; (synopsis "Purell") +; (description +; "Package purell offers URL normalization as described on the wikipedia page: +;@url{http://en.wikipedia.org/wiki/URL_normalization,http://en.wikipedia.org/wiki/URL_normalization} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578 +; (package +; (name "go-github-com-puerkitobio-urlesc") +; (version "0.0.0-20170810143723-de5bf2ad4578") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/PuerkitoBio/urlesc") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n0srpqwbaan1wrhh2b7ysz543pjs1xw2rghvqyffg9l0g8kzgcw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/PuerkitoBio/urlesc")) +; (home-page "https://github.com/PuerkitoBio/urlesc") +; (synopsis "urlesc") +; (description +; "Package urlesc implements query escaping as per @url{https://rfc-editor.org/rfc/rfc3986.html,RFC 3986}. +;It contains some parts of the net/url package, modified so as to allow +;some reserved characters incorrectly escaped by net/url. +;See @url{https://github.com/golang/go/issues/5684,https://github.com/golang/go/issues/5684} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-swag-0.19.2 +; (package +; (name "go-github-com-go-openapi-swag") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/swag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mlxlajx2p9wjm72rmqjrx5g49q2sn04y45s3nrykkf6jqlq1v4z")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/swag")) +; (propagated-inputs +; `(("go-github-com-sourcegraph-go-diff-0.5.1" +; ,go-github-com-sourcegraph-go-diff-0.5.1) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" +; ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/go-openapi/swag") +; (synopsis "Swag") +; (description +; "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-openapi-jsonpointer-0.19.2 +; (package +; (name "go-github-com-go-openapi-jsonpointer") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonpointer") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s3cqf4svrbygvvpvi7hf122szsgihas52vqh0bba3avf4w03g9n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonpointer")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-swag-0.19.2" +; ,go-github-com-go-openapi-swag-0.19.2))) +; (home-page "https://github.com/go-openapi/jsonpointer") +; (synopsis "gojsonpointer") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonpointer,(img (@ (src https://godoc.org/github.com/go-openapi/jsonpointer?status.svg=) (alt GoDoc)))} +;An implementation of JSON Pointer - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-openapi-jsonreference-0.19.2 +; (package +; (name "go-github-com-go-openapi-jsonreference") +; (version "0.19.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/jsonreference") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v933yvcwyzzlpdxwb9204ki7lls2rwfd96ww2i901ndvz37kdf8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/jsonreference")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-go-openapi-jsonpointer-0.19.2" +; ,go-github-com-go-openapi-jsonpointer-0.19.2) +; ("go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578" +; ,go-github-com-puerkitobio-urlesc-0.0.0-20170810143723-de5bf2ad4578) +; ("go-github-com-puerkitobio-purell-1.1.1" +; ,go-github-com-puerkitobio-purell-1.1.1))) +; (home-page "https://github.com/go-openapi/jsonreference") +; (synopsis "gojsonreference") +; (description +; "@url{https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE,(img (@ (src http://img.shields.io/badge/license-Apache%20v2-orange.svg) (alt license)))} @url{http://godoc.org/github.com/go-openapi/jsonreference,(img (@ (src https://godoc.org/github.com/go-openapi/jsonreference?status.svg=) (alt GoDoc)))} +;An implementation of JSON Reference - Go language") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pty-1.1.5 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpq77b90z72cv9h66dvxsg2j197ylpgcps23xsjfbs752bykfw1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.2.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pcdvakxgddaiwcdj73ra4da05a3q4cgwbpm2w75ycq4kzv8ij8k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190611184440-5c40567a22f8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17g8fb9vy2sqq8vgz8jdvf6c6d2290gm2qs0i4yzsd86mgn4dlrg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190827160401-ba9fcec4b297") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190616124812-15dcb6c0061f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qfkkysbyn44nyx57cq8mmw1cjgpxi9gi9xrf6kljmd9c1416zdd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190614205625-5aca471b1d59") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i4h3q83w4y9s065w0wnnnwlssy69jbrj08k47ppsa8dnv85kyrf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-go-openapi-spec-0.19.3 +; (package +; (name "go-github-com-go-openapi-spec") +; (version "0.19.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dikq1p550vj5i9y918s075pgk0fxkixxk3fb70ri7wkm51s6nlj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/spec")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59" +; ,go-golang-org-x-tools-0.0.0-20190614205625-5aca471b1d59) +; ("go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f" +; ,go-golang-org-x-sys-0.0.0-20190616124812-15dcb6c0061f) +; ("go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297" +; ,go-golang-org-x-net-0.0.0-20190827160401-ba9fcec4b297) +; ("go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8" +; ,go-golang-org-x-crypto-0.0.0-20190611184440-5c40567a22f8) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-stretchr-objx-0.2.0" +; ,go-github-com-stretchr-objx-0.2.0) +; ("go-github-com-kr-pty-1.1.5" ,go-github-com-kr-pty-1.1.5) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5) +; ("go-github-com-go-openapi-jsonreference-0.19.2" +; ,go-github-com-go-openapi-jsonreference-0.19.2) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3))) +; (home-page "https://github.com/go-openapi/spec") +; (synopsis "OAI object model") +; (description "The object model for OpenAPI specification documents.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63 +; (package +; (name "go-github-com-mailru-easyjson") +; (version "0.0.0-20190614124828-94de47d64c63") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mailru/easyjson") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1km0kkh7cf7dlz5pqi9yr1wamv0167y41cyv1dbrcxfdmwgpfd23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mailru/easyjson")) +; (home-page "https://github.com/mailru/easyjson") +; (synopsis "easyjson") +; (description +; "Package easyjson contains marshaler/unmarshaler interfaces and helper functions. +;") +; (license license:expat))) +; +;(define-public go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e +; (package +; (name "go-github-com-shurcool-go") +; (version "0.0.0-20180423040247-9e1955d9fb6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lad9bvs75jsn61cfza19739c2c057k0bqxg2b4xz3z3l4w1mkqj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/go")) +; (home-page "https://github.com/shurcooL/go") +; (synopsis "go") +; (description "Common Go code.") +; (license license:expat))) +; +;(define-public go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041 +; (package +; (name "go-github-com-shurcool-go-goon") +; (version "0.0.0-20170922171312-37c2f522c041") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/go-goon") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17ac6j6msdcxbmfhq6pxhw5z339b87bd6ciln9909drjv2szyxqv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/go-goon")) +; (home-page "https://github.com/shurcooL/go-goon") +; (synopsis "goon") +; (description +; "Package goon is a deep pretty printer with Go-like notation. It implements the goon specification. +;") +; (license license:expat))) +; +;(define-public go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4 +; (package +; (name "go-sourcegraph-com-sqs-pbtypes") +; (version "0.0.0-20180604144634-d3ebe8f20ae4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sqs/pbtypes") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vcyqq4jc2jv1wh288qdxv51qxcfj07lvnlf37pjicsd2yrb7yrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sourcegraph.com/sqs/pbtypes")) +; (home-page "https://sourcegraph.com/sqs/pbtypes") +; (synopsis "pbtypes") +; (description +; "Package pbtypes contains protocol buffer types (Timestamp, Void, +;etc.) and related helpers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-sourcegraph-go-diff-0.5.1 +; (package +; (name "go-github-com-sourcegraph-go-diff") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sourcegraph/go-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0acabccjmxgdvhyd7fr0krlf7ymc7mngdq292n03hfys9nrnb0b2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sourcegraph/go-diff")) +; (propagated-inputs +; `(("go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4" +; ,go-sourcegraph-com-sqs-pbtypes-0.0.0-20180604144634-d3ebe8f20ae4) +; ("go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041" +; ,go-github-com-shurcool-go-goon-0.0.0-20170922171312-37c2f522c041) +; ("go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e" +; ,go-github-com-shurcool-go-0.0.0-20180423040247-9e1955d9fb6e) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1))) +; (home-page "https://github.com/sourcegraph/go-diff") +; (synopsis "go-diff") +; (description "Diff parser and printer for Go.") +; (license license:expat))) +; +;(define-public go-github-com-go-openapi-swag-0.19.5 +; (package +; (name "go-github-com-go-openapi-swag") +; (version "0.19.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-openapi/swag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z34vqc5yz6rzvarrvlhkimxx33p74iaxb28l1mv716njvlsmjhg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-openapi/swag")) +; (propagated-inputs +; `(("go-github-com-sourcegraph-go-diff-0.5.1" +; ,go-github-com-sourcegraph-go-diff-0.5.1) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63" +; ,go-github-com-mailru-easyjson-0.0.0-20190614124828-94de47d64c63) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/go-openapi/swag") +; (synopsis "Swag") +; (description +; "Package swag contains a bunch of helper functions for go-openapi and go-swagger projects. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-uuid-1.1.1 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815 +; (package +; (name "go-github-com-docopt-docopt-go") +; (version "0.0.0-20180111231733-ee0de3bc6815") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docopt/docopt.go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docopt/docopt-go")) +; (home-page "https://github.com/docopt/docopt-go") +; (synopsis "docopt-go") +; (description +; "Package docopt parses command-line arguments based on a help message. +;") +; (license license:expat))) +; +;(define-public go-github-com-googleapis-gnostic-0.4.1 +; (package +; (name "go-github-com-googleapis-gnostic") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gnostic") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fw28m3ach5pkcdh4ijd6s7w09j0n88p6mah3hp0k8918jsc6mj9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gnostic")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815" +; ,go-github-com-docopt-docopt-go-0.0.0-20180111231733-ee0de3bc6815))) +; (home-page "https://github.com/googleapis/gnostic") +; (synopsis "â¨\x81 gnostic") +; (description +; "Gnostic is a tool for building better REST APIs through knowledge. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d +; (package +; (name "go-github-com-munnerz-goautoneg") +; (version "0.0.0-20120707110453-a547fc61f48d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/munnerz/goautoneg") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19khhn5xhqv1yp7d6k987gh5w5rhrjnp4p0c6fyrd8z6lzz5h9qi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/munnerz/goautoneg")) +; (home-page "https://github.com/munnerz/goautoneg") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c +; (package +; (name "go-github-com-onsi-ginkgo") +; (version "0.0.0-20170829012221-11459a886d9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/ginkgo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nswc1fnrrs792qbix05h91bilj8rr3wxmxgwi97p2gjk0r292zh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/ginkgo")) +; (home-page "https://github.com/onsi/ginkgo") +; (synopsis "Ginkgo 2.0 Release Candidate is available!") +; (description "Ginkgo is a BDD-style testing framework for Golang +;") +; (license license:expat))) +; +;(define-public go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c +; (package +; (name "go-github-com-onsi-gomega") +; (version "0.0.0-20170829124025-dcabb60a477c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/onsi/gomega") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1775lv5jbsgv3ghq5v2827slqlhqdadrzc1nkpq4y0hdv2qzrgkm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/onsi/gomega")) +; (home-page "https://github.com/onsi/gomega") +; (synopsis ": a BDD Testing Framework for Golang") +; (description +; "Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff +; (package +; (name "go-github-com-spf13-pflag") +; (version "0.0.0-20170130214245-9ff6c6923cff") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mfrxzyl8x7araa126lh8l3sihbbgfbzgkrg3v3cx7y4n3wrsqvn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac +; (package +; (name "go-k8s-io-gengo") +; (version "0.0.0-20200413195148-3a45101e95ac") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/gengo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x46jq6rv8z0y96231rfgzvfscgy5hp5aacid3r93zy0rq9r37g6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/gengo")) +; (home-page "https://k8s.io/gengo") +; (synopsis "gengo") +; (description +; "This package provides a package for generating things based on go files. This mechanism was first used +;in Kubernetes and is split out here for ease of reuse and maintainability.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.2 +; (package +; (name "go-sigs-k8s-io-structured-merge-diff-v4") +; (version "4.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/structured-merge-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1z60sw6nrlzyddyx5pvh6afwf8jvmn8c2zw15hklq17iyvj3lj7a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/structured-merge-diff/v4" +; #:unpack-path +; "sigs.k8s.io/structured-merge-diff/v4")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) +; (home-page "https://sigs.k8s.io/structured-merge-diff/v4") +; (synopsis "Structured Merge and Diff") +; (description +; "This repo contains code which implements the Kubernetes \"apply\" operation.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-yaml-1.1.0 +; (package +; (name "go-sigs-k8s-io-yaml") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p7hvjdr5jsyk7nys1g1pmgnf3ys6n320i6hds85afppk81k01kb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sigs.k8s.io/yaml")) +; (home-page "https://sigs.k8s.io/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") +; (license #f))) +; +;(define-public go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd +; (package +; (name "go-k8s-io-kube-openapi") +; (version "0.0.0-20201113171705-d219536bb9fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/kube-openapi") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11d420a3rxznh3f6x5a6xp22zjwv6jfq4w1gb6srqb4vn9rhgrka")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/kube-openapi")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.1.0" ,go-sigs-k8s-io-yaml-1.1.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.2" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.2) +; ("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac" +; ,go-k8s-io-gengo-0.0.0-20200413195148-3a45101e95ac) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" +; ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff" +; ,go-github-com-spf13-pflag-0.0.0-20170130214245-9ff6c6923cff) +; ("go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c" +; ,go-github-com-onsi-gomega-0.0.0-20170829124025-dcabb60a477c) +; ("go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c" +; ,go-github-com-onsi-ginkgo-0.0.0-20170829012221-11459a886d9c) +; ("go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d" +; ,go-github-com-munnerz-goautoneg-0.0.0-20120707110453-a547fc61f48d) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.1" ,go-github-com-google-uuid-1.1.1) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-go-openapi-swag-0.19.5" +; ,go-github-com-go-openapi-swag-0.19.5) +; ("go-github-com-go-openapi-spec-0.19.3" +; ,go-github-com-go-openapi-spec-0.19.3) +; ("go-github-com-go-openapi-jsonreference-0.19.3" +; ,go-github-com-go-openapi-jsonreference-0.19.3) +; ("go-github-com-go-openapi-jsonpointer-0.19.3" +; ,go-github-com-go-openapi-jsonpointer-0.19.3) +; ("go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680" +; ,go-github-com-ghodss-yaml-0.0.0-20150909031657-73d445a93680) +; ("go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633" +; ,go-github-com-emicklei-go-restful-0.0.0-20170410110728-ff4f55a20633) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a" +; ,go-github-com-asaskevich-govalidator-0.0.0-20190424111038-f61b66f89f4a) +; ("go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46" +; ,go-github-com-nytimes-gziphandler-0.0.0-20170623195520-56545f4a5d46))) +; (home-page "https://k8s.io/kube-openapi") +; (synopsis "Kube OpenAPI") +; (description +; "This repo is the home for Kubernetes OpenAPI discovery spec generation. The goal +;is to support a subset of OpenAPI features to satisfy kubernetes use-cases but +;implement that subset with little to no assumption about the structure of the +;code or routes. Thus, there should be no kubernetes specific code in this repo.") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-structured-merge-diff-v4-4.0.3 +; (package +; (name "go-sigs-k8s-io-structured-merge-diff-v4") +; (version "4.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/structured-merge-diff") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jv60bkk0z437bsz5ldjyc006k20njmpl0xfl8p3g1q0bx0fkypa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "sigs.k8s.io/structured-merge-diff/v4" +; #:unpack-path +; "sigs.k8s.io/structured-merge-diff/v4")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1))) +; (home-page "https://sigs.k8s.io/structured-merge-diff/v4") +; (synopsis "Structured Merge and Diff") +; (description +; "This repo contains code which implements the Kubernetes \"apply\" operation.") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.8 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1inf7svydzscwv9fcjd2rm61a4xjk6jkswknybmns2n58shimapw")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-sigs-k8s-io-yaml-1.2.0 +; (package +; (name "go-sigs-k8s-io-yaml") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes-sigs/yaml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "059a1chkd6afyvqszrx7h93k6cgik3ia92x29f5whpwi66461pzq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "sigs.k8s.io/yaml")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://sigs.k8s.io/yaml") +; (synopsis "YAML marshaling and unmarshaling support for Go") +; (description +; "kubernetes-sigs/yaml is a permanent fork of @url{https://github.com/ghodss/yaml,ghodss/yaml}.") +; (license #f))) +; +;(define-public go-k8s-io-apimachinery-0.20.6 +; (package +; (name "go-k8s-io-apimachinery") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/apimachinery") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16952v7zjk3pdyw5r3wy28qkcfx3risid0847pwdw8gmalwxr237")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/apimachinery")) +; (propagated-inputs +; `(("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-sigs-k8s-io-structured-merge-diff-v4-4.0.3" +; ,go-sigs-k8s-io-structured-merge-diff-v4-4.0.3) +; ("go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd" +; ,go-k8s-io-kube-openapi-0.0.0-20201113171705-d219536bb9fd) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-gopkg-in-yaml-v2-2.2.8" ,go-gopkg-in-yaml-v2-2.2.8) +; ("go-gopkg-in-inf-v0-0.9.1" ,go-gopkg-in-inf-v0-0.9.1) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-onsi-gomega-1.7.0" ,go-github-com-onsi-gomega-1.7.0) +; ("go-github-com-onsi-ginkgo-1.11.0" ,go-github-com-onsi-ginkgo-1.11.0) +; ("go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f" +; ,go-github-com-mxk-go-flowrate-0.0.0-20140419014527-cca7078d478f) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153" +; ,go-github-com-elazarl-goproxy-0.0.0-20180725130230-947c36da3153) +; ("go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96" +; ,go-github-com-docker-spdystream-0.0.0-20160310174837-449fdfce4d96) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/apimachinery") +; (synopsis "apimachinery") +; (description +; "Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-client-go-0.20.6 +; (package +; (name "go-k8s-io-client-go") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/client-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fpz56pfadbfp8mlzmzicfmlgk5zqbk2rdwnr8c8h6ypjd5xjcvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/client-go")) +; (propagated-inputs +; `(("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-sigs-k8s-io-yaml-1.2.0" ,go-sigs-k8s-io-yaml-1.2.0) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e" +; ,go-golang-org-x-time-0.0.0-20200630173020-3af7569d3a1e) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0" +; ,go-golang-org-x-crypto-0.0.0-20201002170205-7f63de1d35b0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-peterbourgon-diskv-2.0.1+incompatible" +; ,go-github-com-peterbourgon-diskv-2.0.1+incompatible) +; ("go-github-com-imdario-mergo-0.3.5" +; ,go-github-com-imdario-mergo-0.3.5) +; ("go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7" +; ,go-github-com-gregjones-httpcache-0.0.0-20180305231024-9cad4c3443a7) +; ("go-github-com-googleapis-gnostic-0.4.1" +; ,go-github-com-googleapis-gnostic-0.4.1) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-gofuzz-1.1.0" +; ,go-github-com-google-gofuzz-1.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-evanphx-json-patch-4.9.0+incompatible" +; ,go-github-com-evanphx-json-patch-4.9.0+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.5" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.5) +; ("go-github-com-azure-go-autorest-autorest-0.11.1" +; ,go-github-com-azure-go-autorest-autorest-0.11.1) +; ("go-cloud-google-com-go-0.54.0" ,go-cloud-google-com-go-0.54.0))) +; (home-page "https://k8s.io/client-go") +; (synopsis "client-go") +; (description +; "Go clients for talking to a @url{http://kubernetes.io/,kubernetes} cluster.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-component-base-0.20.6 +; (package +; (name "go-k8s-io-component-base") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/component-base") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1987vm5lhbnn4ynrpzdgz3873lp78664cpdpkbv9jwnhzqdhpyhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/component-base")) +; (propagated-inputs +; `(("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-go-uber-org-zap-1.10.0" ,go-go-uber-org-zap-1.10.0) +; ("go-go-uber-org-multierr-1.1.0" ,go-go-uber-org-multierr-1.1.0) +; ("go-go-uber-org-atomic-1.4.0" ,go-go-uber-org-atomic-1.4.0) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-sirupsen-logrus-1.6.0" +; ,go-github-com-sirupsen-logrus-1.6.0) +; ("go-github-com-prometheus-procfs-0.2.0" +; ,go-github-com-prometheus-procfs-0.2.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-go-logr-logr-0.2.0" ,go-github-com-go-logr-logr-0.2.0) +; ("go-github-com-blang-semver-3.5.1+incompatible" +; ,go-github-com-blang-semver-3.5.1+incompatible))) +; (home-page "https://k8s.io/component-base") +; (synopsis "component-base") +; (description +; "Implement KEP 32: @url{https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md,https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md}") +; (license license:asl2.0))) +; +;(define-public go-github-com-kr-pretty-0.2.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201112073958-5cba982894dd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08dvnwmi2p4slmhyx7gzkmzfp51mmnkzi0ngwhvv0vip1s3s3zjc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201110150050-8816d57aaa9a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cbfam4w9jr5gib43v3s2r5j8mhd3hl6ks3azwsahaff6idggg20")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-cri-api-0.20.6 +; (package +; (name "go-k8s-io-cri-api") +; (version "0.20.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/cri-api") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yp4rfxjn4h78z4sbmwhcqm8mva9bsvsc5jky2qa76npp0hycjhx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/cri-api")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a" +; ,go-google-golang-org-genproto-0.0.0-20201110150050-8816d57aaa9a) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd" +; ,go-golang-org-x-sys-0.0.0-20201112073958-5cba982894dd) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-kr-pretty-0.2.0" ,go-github-com-kr-pretty-0.2.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/cri-api") +; (synopsis "Purpose") +; (description +; "This repository contains the definitions for the Container Runtime Interface (CRI). +;CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes, +;without the need to recompile. CRI consists of a protocol buffers and gRPC API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-logr-logr-0.2.0 +; (package +; (name "go-github-com-go-logr-logr") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logr/logr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06xh4pw53z38vyi300mgpnr4pkqgknw9xakdyk1xzqfg9zd60d7d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logr/logr")) +; (home-page "https://github.com/go-logr/logr") +; (synopsis "A minimal logging API for Go") +; (description +; "Package logr defines a general-purpose logging API and abstract interfaces +;to back that API. Packages in the Go ecosystem can depend on this package, +;while callers can implement logging with whatever backend is appropriate. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-klog-v2-2.4.0 +; (package +; (name "go-k8s-io-klog-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/klog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zjih6bgdalga5hqaa2fwwidslq6lv358gkj88a8wwj7w253wc8c")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) +; (propagated-inputs +; `(("go-github-com-go-logr-logr-0.2.0" +; ,go-github-com-go-logr-logr-0.2.0))) +; (home-page "https://k8s.io/klog/v2") +; (synopsis "klog") +; (description +; "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-afero-1.2.2 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j9r65qgd58324m85lkl49vk9dgwd62g7dwvkfcm3k6i9dc555a9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0))) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-go-logr-logr-0.1.0 +; (package +; (name "go-github-com-go-logr-logr") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logr/logr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fhijjhxz4n2j5i24ckzv8r9kri3v44jdyklgbqjfq0xm7izqg14")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logr/logr")) +; (home-page "https://github.com/go-logr/logr") +; (synopsis "A minimal logging API for Go") +; (description +; "Package logr defines a general-purpose logging API and abstract interfaces +;to back that API. Packages in the Go ecosystem can depend on this package, +;while callers can implement logging with whatever backend is appropriate. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-klog-v2-2.0.0 +; (package +; (name "go-k8s-io-klog-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/klog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09vqm0n5l64lzpk3xqm4njbncnphx52qk21gwx8nsgyivlxx1n8g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "k8s.io/klog/v2" #:unpack-path "k8s.io/klog/v2")) +; (propagated-inputs +; `(("go-github-com-go-logr-logr-0.1.0" +; ,go-github-com-go-logr-logr-0.1.0))) +; (home-page "https://k8s.io/klog/v2") +; (synopsis "klog") +; (description +; "Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920 +; (package +; (name "go-k8s-io-utils") +; (version "0.0.0-20201110183641-67b214c5f920") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kubernetes/utils") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19rc9v5xin0a8qbf25my3rd0jd74cin2mk2a38j2dwplqy3s9crl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "k8s.io/utils")) +; (propagated-inputs +; `(("go-k8s-io-klog-v2-2.0.0" ,go-k8s-io-klog-v2-2.0.0) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-spf13-afero-1.2.2" ,go-github-com-spf13-afero-1.2.2) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://k8s.io/utils") +; (synopsis "Utils") +; (description +; "This package provides a set of Go libraries that provide low-level, kubernetes-independent packages +;supplementing the @url{https://golang.org/pkg/#stdlib,Go standard libs}.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20181030221726-6c7e314b6563") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m1n6r8v6mrlh0yvlz3qxz4s7jc7nis0zf3dfl1i6hqh5xblkwnw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.2.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0am6g10ipdxw84byscm7shda654882wjcbinq5c4696m6mhi2qrd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563" +; ,go-golang-org-x-tools-0.0.0-20181030221726-6c7e314b6563))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.3.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.2.0" +; ,go-github-com-kisielk-errcheck-1.2.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-googleapis-1.3.2 +; (package +; (name "go-github-com-gogo-googleapis") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/googleapis") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10670qprmk151n6pa1yclr89kgrvmalzvkq221xqbid83iv59s2h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/googleapis")) +; (propagated-inputs +; `(("go-github-com-gogo-protobuf-1.3.1" +; ,go-github-com-gogo-protobuf-1.3.1))) +; (home-page "https://github.com/gogo/googleapis") +; (synopsis "Google APIs generated by gogoprotobuf") +; (description +; "The @url{https://github.com/gogo/grpc-example,grpc-example} includes an example usage of this repository.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0-20190314233015-f79a8a8ca69d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-urfave-cli-1.22.1 +; (package +; (name "go-github-com-urfave-cli") +; (version "1.22.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/urfave/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04ymak18flqlfcn8lycmg8r3931al8dvr8f1cg9n4yjaskmg72v8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/urfave/cli")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0-20190314233015-f79a8a8ca69d) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://github.com/urfave/cli") +; (synopsis "cli") +; (description +; "Package cli provides a minimal framework for creating and organizing command line +;Go applications. cli is designed to be easy to understand and write, the most simple +;cli application can be written as follows: +;") +; (license license:expat))) +; +;(define-public go-google-golang-org-grpc-1.27.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09phrrsafgq6hnbw8cawvx44bdpk1p584fys17x1bwn0j0451zzs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-containerd-containerd-1.5.8 +; (package +; (name "go-github-com-containerd-containerd") +; (version "1.5.8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/containerd/containerd") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18lzmpbhbk1kq1nwdp6zcxb577kp425l2ikcmb45jcwgqdwzla6l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/containerd/containerd")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.27.1" ,go-google-golang-org-grpc-1.27.1) +; ("go-github-com-urfave-cli-1.22.1" ,go-github-com-urfave-cli-1.22.1) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-gogo-googleapis-1.3.2" +; ,go-github-com-gogo-googleapis-1.3.2) +; ("go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920" +; ,go-k8s-io-utils-0.0.0-20201110183641-67b214c5f920) +; ("go-k8s-io-klog-v2-2.4.0" ,go-k8s-io-klog-v2-2.4.0) +; ("go-k8s-io-cri-api-0.20.6" ,go-k8s-io-cri-api-0.20.6) +; ("go-k8s-io-component-base-0.20.6" ,go-k8s-io-component-base-0.20.6) +; ("go-k8s-io-client-go-0.20.6" ,go-k8s-io-client-go-0.20.6) +; ("go-k8s-io-apiserver-0.20.6" ,go-k8s-io-apiserver-0.20.6) +; ("go-k8s-io-apimachinery-0.20.6" ,go-k8s-io-apimachinery-0.20.6) +; ("go-k8s-io-api-0.20.6" ,go-k8s-io-api-0.20.6) +; ("go-gotest-tools-v3-3.0.3" ,go-gotest-tools-v3-3.0.3) +; ("go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887" +; ,go-golang-org-x-sys-0.0.0-20210426230700-d19ff857e887) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-go-etcd-io-bbolt-1.3.5" ,go-go-etcd-io-bbolt-1.3.5) +; ("go-github-com-tchap-go-patricia-2.2.6+incompatible" +; ,go-github-com-tchap-go-patricia-2.2.6+incompatible) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-satori-go-uuid-1.2.0" +; ,go-github-com-satori-go-uuid-1.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-pelletier-go-toml-1.8.1" +; ,go-github-com-pelletier-go-toml-1.8.1) +; ("go-github-com-opencontainers-selinux-1.8.2" +; ,go-github-com-opencontainers-selinux-1.8.2) +; ("go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417" +; ,go-github-com-opencontainers-runtime-spec-1.0.3-0.20210326190908-1c3f411f0417) +; ("go-github-com-opencontainers-runc-1.0.2" +; ,go-github-com-opencontainers-runc-1.0.2) +; ("go-github-com-opencontainers-image-spec-1.0.1" +; ,go-github-com-opencontainers-image-spec-1.0.1) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-moby-sys-symlink-0.1.0" +; ,go-github-com-moby-sys-symlink-0.1.0) +; ("go-github-com-moby-sys-mountinfo-0.4.1" +; ,go-github-com-moby-sys-mountinfo-0.4.1) +; ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-imdario-mergo-0.3.12" +; ,go-github-com-imdario-mergo-0.3.12) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0" +; ,go-github-com-grpc-ecosystem-go-grpc-prometheus-1.2.0) +; ("go-github-com-google-uuid-1.2.0" ,go-github-com-google-uuid-1.2.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-emicklei-go-restful-2.9.5+incompatible" +; ,go-github-com-emicklei-go-restful-2.9.5+incompatible) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-coreos-go-systemd-v22-22.3.2" +; ,go-github-com-coreos-go-systemd-v22-22.3.2) +; ("go-github-com-containernetworking-plugins-0.9.1" +; ,go-github-com-containernetworking-plugins-0.9.1) +; ("go-github-com-containerd-zfs-1.0.0" +; ,go-github-com-containerd-zfs-1.0.0) +; ("go-github-com-containerd-typeurl-1.0.2" +; ,go-github-com-containerd-typeurl-1.0.2) +; ("go-github-com-containerd-ttrpc-1.1.0" +; ,go-github-com-containerd-ttrpc-1.1.0) +; ("go-github-com-containerd-nri-0.1.0" +; ,go-github-com-containerd-nri-0.1.0) +; ("go-github-com-containerd-imgcrypt-1.1.1" +; ,go-github-com-containerd-imgcrypt-1.1.1) +; ("go-github-com-containerd-go-runc-1.0.0" +; ,go-github-com-containerd-go-runc-1.0.0) +; ("go-github-com-containerd-go-cni-1.0.2" +; ,go-github-com-containerd-go-cni-1.0.2) +; ("go-github-com-containerd-fifo-1.0.0" +; ,go-github-com-containerd-fifo-1.0.0) +; ("go-github-com-containerd-continuity-0.1.0" +; ,go-github-com-containerd-continuity-0.1.0) +; ("go-github-com-containerd-console-1.0.2" +; ,go-github-com-containerd-console-1.0.2) +; ("go-github-com-containerd-cgroups-1.0.1" +; ,go-github-com-containerd-cgroups-1.0.1) +; ("go-github-com-containerd-btrfs-1.0.0" +; ,go-github-com-containerd-btrfs-1.0.0) +; ("go-github-com-containerd-aufs-1.0.0" +; ,go-github-com-containerd-aufs-1.0.0) +; ("go-github-com-microsoft-hcsshim-0.8.23" +; ,go-github-com-microsoft-hcsshim-0.8.23) +; ("go-github-com-microsoft-go-winio-0.4.17" +; ,go-github-com-microsoft-go-winio-0.4.17))) +; (home-page "https://github.com/containerd/containerd") +; (synopsis "Now Recruiting") +; (description +; "containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.") +; (license license:asl2.0))) +; +;(define-public go-github-com-azure-azure-sdk-for-go-56.3.0+incompatible +; (package +; (name "go-github-com-azure-azure-sdk-for-go") +; (version "56.3.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/azure-sdk-for-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c2z9wnjkm9v6294pdfh26ksxyiy9slfidc297xk0jbclnddf6k5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/azure-sdk-for-go")) +; (home-page "https://github.com/Azure/azure-sdk-for-go") +; (synopsis "Azure SDK for Go") +; (description +; "Package sdk provides Go packages for managing and using Azure services. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-sql-driver-mysql-1.5.0 +; (package +; (name "go-github-com-go-sql-driver-mysql") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-sql-driver/mysql") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11x0m9yf3kdnf6981182r824psgxwfaqhn3x3in4yiidp0w0hk3v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-sql-driver/mysql")) +; (home-page "https://github.com/go-sql-driver/mysql") +; (synopsis "Go-MySQL-Driver") +; (description +; "Package mysql provides a MySQL driver for Go's database/sql package. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-jmespath-go-jmespath-0.3.0 +; (package +; (name "go-github-com-jmespath-go-jmespath") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jmespath/go-jmespath") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12qgp7yb7yfjxhd311kb820fcjmg7gd4hp2fc4v6x8s7121pwnjp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jmespath/go-jmespath")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1))) +; (home-page "https://github.com/jmespath/go-jmespath") +; (synopsis "go-jmespath - A JMESPath implementation in Go") +; (description +; "go-jmespath is a GO implementation of JMESPath, +;which is a query language for JSON. It will take a JSON +;document and transform it into another JSON document +;through a JMESPath expression.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20200202094626-16171245cfb2 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200202094626-16171245cfb2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pb4ap1h28cc4kr59lz94895wvsd2pf1vmd2by6b11ww8mkicn4s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-aws-aws-sdk-go-1.34.9 +; (package +; (name "go-github-com-aws-aws-sdk-go") +; (version "1.34.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/aws/aws-sdk-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sjh7m6bf4wvyfzx6wx46n4bg5d9vrwwjy0h5ykqwfh8cq3f77ib")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/aws/aws-sdk-go")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20200202094626-16171245cfb2" +; ,go-golang-org-x-net-0.0.0-20200202094626-16171245cfb2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-jmespath-go-jmespath-0.3.0" +; ,go-github-com-jmespath-go-jmespath-0.3.0) +; ("go-github-com-go-sql-driver-mysql-1.5.0" +; ,go-github-com-go-sql-driver-mysql-1.5.0))) +; (home-page "https://github.com/aws/aws-sdk-go") +; (synopsis "AWS SDK for Go") +; (description +; "Package sdk is the official AWS SDK for the Go programming language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-bitly-go-simplejson-0.5.0 +; (package +; (name "go-github-com-bitly-go-simplejson") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bitly/go-simplejson") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n9f9dz1jn1jx86d48569nznpjn9fmq3knn7r65xpy7jhih284jj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bitly/go-simplejson")) +; (home-page "https://github.com/bitly/go-simplejson") +; (synopsis "go-simplejson") +; (description "a Go package to interact with arbitrary JSON") +; (license license:expat))) +; +;(define-public go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba +; (package +; (name "go-github-com-denverdino-aliyungo") +; (version "0.0.0-20190125010748-a747050bb1ba") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/denverdino/aliyungo") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rc16ciz8gjpn36fhp0qz1ns0inlvjaz07z1qffl9ni4b49hhwkn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/denverdino/aliyungo")) +; (home-page "https://github.com/denverdino/aliyungo") +; (synopsis "AliyunGo: Go SDK for Aliyun Services") +; (description +; "This is an unofficial Go SDK for Aliyun services. You are welcome for contribution.") +; (license license:asl2.0))) +; +;(define-public go-github-com-dnaeon-go-vcr-1.0.1 +; (package +; (name "go-github-com-dnaeon-go-vcr") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dnaeon/go-vcr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/dnaeon/go-vcr")) +; (home-page "https://github.com/dnaeon/go-vcr") +; (synopsis "go-vcr") +; (description +; "@code{go-vcr} simplifies testing by recording your HTTP interactions and +;replaying them in future runs in order to provide fast, deterministic +;and accurate testing of your code.") +; (license license:bsd-2))) +; +;(define-public go-github-com-gofrs-uuid-4.0.0+incompatible +; (package +; (name "go-github-com-gofrs-uuid") +; (version "4.0.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gofrs/uuid") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08ma37vvrni836fxlswjd3bl2sdqyw3nxv6zdi1nyncnl9l0421k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gofrs/uuid")) +; (home-page "https://github.com/gofrs/uuid") +; (synopsis "UUID") +; (description +; "Package uuid provides implementations of the Universally Unique Identifier +;(UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 02). +;") +; (license license:expat))) +; +;(define-public go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f +; (package +; (name "go-github-com-mitchellh-osext") +; (version "0.0.0-20151018003038-5e2d6d41470f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j635c1cx7crs5wlirlk713l36x70pnlmqrzd3x3bjgnjg194jrk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/osext")) +; (home-page "https://github.com/mitchellh/osext") +; (synopsis "osext") +; (description "Extensions to the standard \"os\" package. +;") +; (license license:zlib))) +; +;(define-public go-github-com-ncw-swift-1.0.47 +; (package +; (name "go-github-com-ncw-swift") +; (version "1.0.47") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ncw/swift") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wxz4lvy6pjabghq8inby2fyh58ysclayccziawc8fd7a67kh4cd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ncw/swift")) +; (home-page "https://github.com/ncw/swift") +; (synopsis "Swift") +; (description +; "Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-0.0.3 +; (package +; (name "go-github-com-spf13-cobra") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q1nsx05svyv9fv3fy6xv6gs9ffimkyzsfm49flvl3wnvf1ncrkd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20210817164053-32db794688a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0arh5rhahrjzmlifmbgswwc0kjkgmhps6g4hzia0i6ismsk74n48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" +; ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff +; (package +; (name "go-google-golang-org-api") +; (version "0.0.0-20160322025152-9bf6e6e569ff") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02zn0zr4jrkdnxhxa0h3vm30j27bsc4lcswrffilkrafbspjsrxz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8 +; (package +; (name "go-google-golang-org-cloud") +; (version "0.0.0-20151119220103-975617b05ea8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "156jhn1kakr98jfk830y4yr8lhisdj6qs38ypa42ddmgza9qcmdd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/cloud")) +; (home-page "https://google.golang.org/cloud") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a +; (package +; (name "go-google-golang-org-grpc") +; (version "0.0.0-20160317175043-d3ddb4469d5a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0p45by0s66ragvx9hs8gkz1k1gy8456y794b5zspa0b86y2b53w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20141024133853-64131543e789") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01sz40asq0zwf6j7q2hww33wr1cflglngq8xazw466c9d1f9kyyh")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-distribution-distribution-v3-3.0.0-20211118083504-a29a3c99a684 +; (package +; (name "go-github-com-distribution-distribution-v3") +; (version "3.0.0-20211118083504-a29a3c99a684") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v0larzrvgm4hyq5hj4s7sx0rdximk715n95z294mqr7kpsbjfrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/distribution/distribution/v3")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789" +; ,go-gopkg-in-check-v1-1.0.0-20141024133853-64131543e789) +; ("go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a" +; ,go-google-golang-org-grpc-0.0.0-20160317175043-d3ddb4469d5a) +; ("go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8" +; ,go-google-golang-org-cloud-0.0.0-20151119220103-975617b05ea8) +; ("go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff" +; ,go-google-golang-org-api-0.0.0-20160322025152-9bf6e6e569ff) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5" +; ,go-golang-org-x-crypto-0.0.0-20210817164053-32db794688a5) +; ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" +; ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) +; ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" +; ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) +; ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" +; ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-spf13-cobra-0.0.3" ,go-github-com-spf13-cobra-0.0.3) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-opencontainers-image-spec-1.0.2" +; ,go-github-com-opencontainers-image-spec-1.0.2) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-ncw-swift-1.0.47" ,go-github-com-ncw-swift-1.0.47) +; ("go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f" +; ,go-github-com-mitchellh-osext-0.0.0-20151018003038-5e2d6d41470f) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-gorilla-mux-1.8.0" ,go-github-com-gorilla-mux-1.8.0) +; ("go-github-com-gorilla-handlers-1.5.1" +; ,go-github-com-gorilla-handlers-1.5.1) +; ("go-github-com-gomodule-redigo-1.8.2" +; ,go-github-com-gomodule-redigo-1.8.2) +; ("go-github-com-gofrs-uuid-4.0.0+incompatible" +; ,go-github-com-gofrs-uuid-4.0.0+incompatible) +; ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" +; ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-dnaeon-go-vcr-1.0.1" +; ,go-github-com-dnaeon-go-vcr-1.0.1) +; ("go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba" +; ,go-github-com-denverdino-aliyungo-0.0.0-20190125010748-a747050bb1ba) +; ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" +; ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) +; ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" +; ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) +; ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" +; ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) +; ("go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0" +; ,go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0) +; ("go-github-com-bitly-go-simplejson-0.5.0" +; ,go-github-com-bitly-go-simplejson-0.5.0) +; ("go-github-com-aws-aws-sdk-go-1.34.9" +; ,go-github-com-aws-aws-sdk-go-1.34.9) +; ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" +; ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) +; ("go-github-com-azure-go-autorest-autorest-to-0.4.0" +; ,go-github-com-azure-go-autorest-autorest-to-0.4.0) +; ("go-github-com-azure-go-autorest-autorest-adal-0.9.15" +; ,go-github-com-azure-go-autorest-autorest-adal-0.9.15) +; ("go-github-com-azure-go-autorest-autorest-0.11.20" +; ,go-github-com-azure-go-autorest-autorest-0.11.20) +; ("go-github-com-azure-azure-sdk-for-go-56.3.0+incompatible" +; ,go-github-com-azure-azure-sdk-for-go-56.3.0+incompatible))) +; (home-page "https://github.com/distribution/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-cli-20.10.11+incompatible +; (package +; (name "go-github-com-docker-cli") +; (version "20.10.11+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/cli") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dmmxn9ahyq2yq935fvp1b6ka6s43ih9nh6wwx8v6rjg7y35rb1n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/cli")) +; (home-page "https://github.com/docker/cli") +; (synopsis "docker/cli") +; (description +; "This repository is the home of the cli used in the Docker CE and +;Docker EE products.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-docker-20.10.11+incompatible +; (package +; (name "go-github-com-docker-docker") +; (version "20.10.11+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/moby") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1r66j57l073iba6hwrhcz779vaym68l1gfycdiw2d2gglfrdgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/docker")) +; (home-page "https://github.com/docker/docker") +; (synopsis "The Moby Project") +; (description +; "Moby is an open-source project created by Docker to enable and accelerate software containerization.") +; (license license:asl2.0))) +; +;(define-public go-github-com-opencontainers-go-digest-1.0.0 +; (package +; (name "go-github-com-opencontainers-go-digest") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/go-digest") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5acjajvr6hi9zb7gxwifd8w28y884cv7cx36adj8lngj647xbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/go-digest")) +; (home-page "https://github.com/opencontainers/go-digest") +; (synopsis "go-digest") +; (description +; "Package digest provides a generalized type to opaquely represent message +;digests and their operations within the registry. The Digest type is +;designed to serve as a flexible identifier in a content-addressable system. +;More importantly, it provides tools and wrappers to work with +;hash.Hash-based digests with little effort. +;") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-opencontainers-image-spec-1.0.2 +; (package +; (name "go-github-com-opencontainers-image-spec") +; (version "1.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/opencontainers/image-spec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wcw1z39wjx338406ga86a41f5ird0yc4ab3c70nfhkpkvjjzhkm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/opencontainers/image-spec")) +; (home-page "https://github.com/opencontainers/image-spec") +; (synopsis "OCI Image Format Specification") +; (description +; "The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).") +; (license license:asl2.0))) +; +;(define-public go-github-com-phayes-freeport-0.0.0-20180830031419-95f893ade6f2 +; (package +; (name "go-github-com-phayes-freeport") +; (version "0.0.0-20180830031419-95f893ade6f2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/phayes/freeport") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09kkm359hg8xl6qj8fqrs5fkrzn82i7frr5i0vy1kkfvd9ng6n90")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/phayes/freeport")) +; (home-page "https://github.com/phayes/freeport") +; (synopsis "FreePort") +; (description "Get a free open TCP port that is ready to use.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191026070338-33540a1f6037") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fjcv0vzvi6za0b4xmnk3932pr9f9gczzf03y0kgq3ry9rqg169y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.8.1 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rvqzic2zz7fpxyizmqxwmhv1m52ii9bgxnqa6km8wsa0l08wh42")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037" +; ,go-golang-org-x-sys-0.0.0-20191026070338-33540a1f6037) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-github-com-russross-blackfriday-v2-2.0.1 +; (package +; (name "go-github-com-russross-blackfriday-v2") +; (version "2.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/russross/blackfriday") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/russross/blackfriday/v2")) +; (home-page "https://github.com/russross/blackfriday") +; (synopsis "Blackfriday") +; (description "Package blackfriday is a markdown processor. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-shurcool-sanitized-anchor-name-1.0.0 +; (package +; (name "go-github-com-shurcool-sanitized-anchor-name") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/shurcooL/sanitized_anchor_name") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/shurcooL/sanitized_anchor_name")) +; (home-page "https://github.com/shurcooL/sanitized_anchor_name") +; (synopsis "sanitized_anchor_name") +; (description +; "Package sanitized_anchor_name provides a func to create sanitized anchor names. +;") +; (license license:expat))) +; +;(define-public go-github-com-cpuguy83-go-md2man-v2-2.0.0 +; (package +; (name "go-github-com-cpuguy83-go-md2man-v2") +; (version "2.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cpuguy83/go-md2man") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cpuguy83/go-md2man/v2")) +; (propagated-inputs +; `(("go-github-com-shurcool-sanitized-anchor-name-1.0.0" +; ,go-github-com-shurcool-sanitized-anchor-name-1.0.0) +; ("go-github-com-russross-blackfriday-v2-2.0.1" +; ,go-github-com-russross-blackfriday-v2-2.0.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0))) +; (home-page "https://github.com/cpuguy83/go-md2man") +; (synopsis "go-md2man") +; (description "Converts markdown into roff (man pages).") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-cleanhttp-0.5.1 +; (package +; (name "go-github-com-hashicorp-go-cleanhttp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-cleanhttp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07kx3fhryqmaw3czacmm11qwx63js2q8cfq967vphk7xg9q377kk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-cleanhttp")) +; (home-page "https://github.com/hashicorp/go-cleanhttp") +; (synopsis "cleanhttp") +; (description +; "Package cleanhttp offers convenience utilities for acquiring \"clean\" +;http.Transport and http.Client structs. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-go-homedir-1.0.0 +; (package +; (name "go-github-com-mitchellh-go-homedir") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/go-homedir") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0f0z0aa4wivk4z1y503dmnw0k0g0g403dly8i4q263gfshs82sbq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/go-homedir")) +; (home-page "https://github.com/mitchellh/go-homedir") +; (synopsis "go-homedir") +; (description +; "This is a Go library for detecting the user's home directory without +;the use of cgo, so the library can be used in cross-compilation environments.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-rootcerts-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-rootcerts") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-rootcerts") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wply5zhj1rcybr932zbwm1i18q5wr7kgkhnz6bw6mk1n9yr8lfj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-rootcerts")) +; (propagated-inputs +; `(("go-github-com-mitchellh-go-homedir-1.0.0" +; ,go-github-com-mitchellh-go-homedir-1.0.0))) +; (home-page "https://github.com/hashicorp/go-rootcerts") +; (synopsis "rootcerts") +; (description +; "Package rootcerts contains functions to aid in loading CA certificates for +;TLS connections. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e +; (package +; (name "go-github-com-armon-circbuf") +; (version "0.0.0-20150827004946-bbbad097214e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/circbuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1idpr0lzb2px2p3wgfq2276yl7jpaz43df6n91kf790404s4zmk3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/circbuf")) +; (home-page "https://github.com/armon/circbuf") +; (synopsis "circbuf") +; (description +; "This repository provides the @code{circbuf} package. This provides a @code{Buffer} object +;which is a circular (or ring) buffer. It has a fixed size, but can be written +;to infinitely. Only the last @code{size} bytes are ever retained. The buffer implements +;the @code{io.Writer} interface.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-syslog-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-syslog") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-syslog") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09vccqggz212cg0jir6vv708d6mx0f9w5bxrcdah3h6chgmal6v1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-syslog")) +; (home-page "https://github.com/hashicorp/go-syslog") +; (synopsis "go-syslog") +; (description +; "This repository provides a very simple @code{gsyslog} package. The point of this +;package is to allow safe importing of syslog without introducing cross-compilation +;issues. The stdlib @code{log/syslog} cannot be imported on Windows systems, and without +;conditional compilation this adds complications.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-uuid-1.0.1 +; (package +; (name "go-github-com-hashicorp-go-uuid") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jvb88m0rq41bwgirsadgw7mnayl27av3gd2vqa3xvxp3fy0hp5k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-uuid")) +; (home-page "https://github.com/hashicorp/go-uuid") +; (synopsis "uuid") +; (description +; "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-logutils-1.0.0 +; (package +; (name "go-github-com-hashicorp-logutils") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/logutils") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "076wf4sh5p3f953ndqk1cc0x7jhmlqrxak9953rz79rcdw77rjvv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/logutils")) +; (home-page "https://github.com/hashicorp/logutils") +; (synopsis "logutils") +; (description +; "Package logutils augments the standard log package with levels. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-net-0.0.1 +; (package +; (name "go-github-com-hashicorp-go-net") +; (version "0.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go.net") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06arwi95xp5rxyz7rndvhc3wlwg0jn9a5z6djf3yyg5h9zfab9i4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go.net")) +; (home-page "https://github.com/hashicorp/go.net") +; (synopsis #f) +; (description #f) +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-mdns-1.0.0 +; (package +; (name "go-github-com-hashicorp-mdns") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/mdns") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qr4l91hhi97s8a1isnrw3s4q8pjzacqiks870vnwh15v7ig3axd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/mdns")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" +; ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" +; ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) +; ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" +; ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) +; ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) +; ("go-github-com-hashicorp-go-net-0.0.1" +; ,go-github-com-hashicorp-go-net-0.0.1))) +; (home-page "https://github.com/hashicorp/mdns") +; (synopsis "mdns") +; (description +; "Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be +;used to discover services on the local network without the use of an authoritative +;DNS server. This enables peer-to-peer discovery. It is important to note that many +;networks restrict the use of multicasting, which prevents mDNS from functioning. +;Notably, multicast cannot be used in any sort of cloud, or shared infrastructure +;environment. However it works well in most office, home, or private infrastructure +;environments.") +; (license license:expat))) +; +;(define-public go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da +; (package +; (name "go-github-com-armon-go-metrics") +; (version "0.0.0-20180917152333-f0300d1749da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13l7c35ps0r27vxfil2w0xhhc7w5rh00awvlmn4cz0a937b9ffpv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/go-metrics")) +; (home-page "https://github.com/armon/go-metrics") +; (synopsis "go-metrics") +; (description +; "This library provides a @code{metrics} package which can be used to instrument code, +;expose application metrics, and profile runtime performance in a flexible manner.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-uuid-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-uuid") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jflywlani7583qm4ysph40hsgx3n66n5zr2k84i057fmwa1ypfy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-uuid")) +; (home-page "https://github.com/hashicorp/go-uuid") +; (synopsis "uuid") +; (description +; "Generates UUID-format strings using high quality, bytes. It is @strong{not} intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-immutable-radix-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-immutable-radix") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-immutable-radix") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1v3nmsnk1s8bzpclrhirz7iq0g5xxbw9q5gvrg9ss6w9crs72qr6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-immutable-radix")) +; (propagated-inputs +; `(("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-hashicorp-go-uuid-1.0.0" +; ,go-github-com-hashicorp-go-uuid-1.0.0))) +; (home-page "https://github.com/hashicorp/go-immutable-radix") +; (synopsis "go-immutable-radix") +; (description +; "This package provides the @code{iradix} package that implements an immutable @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. +;The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-msgpack-0.5.3 +; (package +; (name "go-github-com-hashicorp-go-msgpack") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-msgpack") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00jv0ajqd58pkb2yyhlrjp0rv1mvb1ijx3yqjyikcmzvk9jb4h5m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-msgpack")) +; (home-page "https://github.com/hashicorp/go-msgpack") +; (synopsis "go-codec") +; (description "This repository contains the @code{go-codec} library.") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-go-sockaddr-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-sockaddr") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-sockaddr") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yn1xq8ysn0lszmkygz3a9lgpswbz1p91jv7q8l20s4749a22xgi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-sockaddr")) +; (home-page "https://github.com/hashicorp/go-sockaddr") +; (synopsis "go-sockaddr") +; (description +; "Package sockaddr is a Go implementation of the UNIX socket family data types and +;related helper functions. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-miekg-dns-1.0.14 +; (package +; (name "go-github-com-miekg-dns") +; (version "1.0.14") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/miekg/dns") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qgli6yp59bv6vc6zag84cwxmcxgnyxm1q2f301yyijk3wy5b2ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/miekg/dns")) +; (home-page "https://github.com/miekg/dns") +; (synopsis "Alternative (more granular) approach to a DNS library") +; (description +; "Package dns implements a full featured interface to the Domain Name System. +;Both server- and client-side programming is supported. The package allows +;complete control over what is sent out to the DNS. The API follows the +;less-is-more principle, by presenting a small, clean interface. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529 +; (package +; (name "go-github-com-sean--seed") +; (version "0.0.0-20170313163322-e2103e2c3529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sean-/seed") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0glir8jxi1w7aga2jwdb63pp1h8q4whknili7xixsqzwyy716125")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sean-/seed")) +; (home-page "https://github.com/sean-/seed") +; (synopsis "- Quickly Seed Go's Random Number Generator") +; (description +; "Boiler-plate to securely @url{https://en.wikipedia.org/wiki/Random_seed,seed} Go's +;random number generator (if possible). This library isn't anything fancy, it's +;just a canonical way of seeding Go's random number generator. Cribbed from +;@url{https://github.com/hashicorp/nomad/commit/f89a993ec6b91636a3384dd568898245fbc273a1,(code Nomad)} +;before it was moved into +;@url{https://github.com/hashicorp/consul/commit/d695bcaae6e31ee307c11fdf55bb0bf46ea9fcf4,(code Consul)} +;and made into a helper function, and now further modularized to be a super +;lightweight and reusable library.") +; (license #f))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20181029021203-45a5f77698d3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0636jjj89wkzqchajwwzgcn4aafc334p70nawh9jzavg2mkx0ch4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181023162649-9b4f9f5ad519") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06hvxy113h76f31gv1mq6vdr6xja1zv0fdig686l2b4y2b6swych")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181026203630-95b1ffbd15a5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06c3lf93wzf5kkfmzmgn75x4c0a7159vrwjrqh6zh9zxzqq5whpq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-memberlist-0.1.3 +; (package +; (name "go-github-com-hashicorp-memberlist") +; (version "0.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/memberlist") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1spq7dagvqj3baqw2dhxx1zxrb02y6m3apzr3a7gyirii890g3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/memberlist")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5" +; ,go-golang-org-x-sys-0.0.0-20181026203630-95b1ffbd15a5) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519" +; ,go-golang-org-x-net-0.0.0-20181023162649-9b4f9f5ad519) +; ("go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3" +; ,go-golang-org-x-crypto-0.0.0-20181029021203-45a5f77698d3) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529" +; ,go-github-com-sean--seed-0.0.0-20170313163322-e2103e2c3529) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" +; ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) +; ("go-github-com-miekg-dns-1.0.14" ,go-github-com-miekg-dns-1.0.14) +; ("go-github-com-hashicorp-go-sockaddr-1.0.0" +; ,go-github-com-hashicorp-go-sockaddr-1.0.0) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-hashicorp-go-msgpack-0.5.3" +; ,go-github-com-hashicorp-go-msgpack-0.5.3) +; ("go-github-com-hashicorp-go-immutable-radix-1.0.0" +; ,go-github-com-hashicorp-go-immutable-radix-1.0.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" +; ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da))) +; (home-page "https://github.com/hashicorp/memberlist") +; (synopsis "memberlist") +; (description +; "memberlist is a library that manages cluster +;membership and member failure detection using a gossip based protocol. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310 +; (package +; (name "go-github-com-armon-go-radix") +; (version "0.0.0-20180808171621-7fddfc383310") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/armon/go-radix") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y8chspn14n9xpsfb9gxnnf819rfpriaz64v81p7873a42kkhxb4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/armon/go-radix")) +; (home-page "https://github.com/armon/go-radix") +; (synopsis "go-radix") +; (description +; "This package provides the @code{radix} package that implements a @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}. +;The package only provides a single @code{Tree} implementation, optimized for sparse nodes.") +; (license license:expat))) +; +;(define-public go-github-com-bgentry-speakeasy-0.1.0 +; (package +; (name "go-github-com-bgentry-speakeasy") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bgentry/speakeasy") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02dfrj0wyphd3db9zn2mixqxwiz1ivnyc5xc7gkz58l5l27nzp8s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bgentry/speakeasy")) +; (home-page "https://github.com/bgentry/speakeasy") +; (synopsis "Speakeasy") +; (description +; "This package provides cross-platform Go (#golang) helpers for taking user input +;from the terminal while not echoing the input back (similar to @code{getpasswd}). The +;package uses syscalls to avoid any dependence on cgo, and is therefore +;compatible with cross-compiling.") +; (license license:expat))) +; +;(define-public go-github-com-fatih-color-1.7.0 +; (package +; (name "go-github-com-fatih-color") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fatih/color") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fatih/color")) +; (home-page "https://github.com/fatih/color") +; (synopsis "color") +; (description +; "Package color is an ANSI color package to output colorized or SGR defined +;output to the standard output. The API can be used in several way, pick one +;that suits you. +;") +; (license license:expat))) +; +;(define-public go-github-com-hashicorp-errwrap-1.0.0 +; (package +; (name "go-github-com-hashicorp-errwrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/errwrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0slfb6w3b61xz04r32bi0a1bygc82rjzhqkxj2si2074wynqnr1c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/errwrap")) +; (home-page "https://github.com/hashicorp/errwrap") +; (synopsis "errwrap") +; (description +; "Package errwrap implements methods to formalize error wrapping in Go. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-go-multierror-1.0.0 +; (package +; (name "go-github-com-hashicorp-go-multierror") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/go-multierror") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00nyn8llqzbfm8aflr9kwsvpzi4kv8v45c141v88xskxp5xf6z49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/go-multierror")) +; (propagated-inputs +; `(("go-github-com-hashicorp-errwrap-1.0.0" +; ,go-github-com-hashicorp-errwrap-1.0.0))) +; (home-page "https://github.com/hashicorp/go-multierror") +; (synopsis "go-multierror") +; (description +; "@code{go-multierror} is a package for Go that provides a mechanism for +;representing a list of @code{error} values as a single @code{error}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mattn-go-colorable-0.0.9 +; (package +; (name "go-github-com-mattn-go-colorable") +; (version "0.0.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-colorable") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nwjmsppsjicr7anq8na6md7b1z84l9ppnlr045hhxjvbkqwalvx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-colorable")) +; (home-page "https://github.com/mattn/go-colorable") +; (synopsis "go-colorable") +; (description "Colorable writer for windows.") +; (license license:expat))) +; +;(define-public go-github-com-mattn-go-isatty-0.0.3 +; (package +; (name "go-github-com-mattn-go-isatty") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mattn/go-isatty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06w45aqz2a6yrk25axbly2k5wmsccv8cspb94bfmz4izvw8h927n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mattn/go-isatty")) +; (home-page "https://github.com/mattn/go-isatty") +; (synopsis "go-isatty") +; (description "Package isatty implements interface to isatty +;") +; (license license:expat))) +; +;(define-public go-github-com-posener-complete-1.1.1 +; (package +; (name "go-github-com-posener-complete") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/posener/complete") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbdiybjizbaxbf5q0xwbq0cjqw4bl6jggvsjzrpif0w86fcjda2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/posener/complete")) +; (home-page "https://github.com/posener/complete") +; (synopsis "complete") +; (description +; "Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180823144017-11551d06cbcc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j34525b9smcyjqmxvvqgcfn87kkx3b2izidmjp2cmhjxzjrgpwm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-mitchellh-cli-1.0.0 +; (package +; (name "go-github-com-mitchellh-cli") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/cli") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i9kmr7rcf10d2hji8h4247hmc0nbairv7a0q51393aw2h1bnwg2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/cli")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc" +; ,go-golang-org-x-sys-0.0.0-20180823144017-11551d06cbcc) +; ("go-github-com-posener-complete-1.1.1" +; ,go-github-com-posener-complete-1.1.1) +; ("go-github-com-mattn-go-isatty-0.0.3" +; ,go-github-com-mattn-go-isatty-0.0.3) +; ("go-github-com-mattn-go-colorable-0.0.9" +; ,go-github-com-mattn-go-colorable-0.0.9) +; ("go-github-com-hashicorp-go-multierror-1.0.0" +; ,go-github-com-hashicorp-go-multierror-1.0.0) +; ("go-github-com-fatih-color-1.7.0" ,go-github-com-fatih-color-1.7.0) +; ("go-github-com-bgentry-speakeasy-0.1.0" +; ,go-github-com-bgentry-speakeasy-0.1.0) +; ("go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310" +; ,go-github-com-armon-go-radix-0.0.0-20180808171621-7fddfc383310))) +; (home-page "https://github.com/mitchellh/cli") +; (synopsis "Go CLI Library") +; (description +; "cli is a library for implementing powerful command-line interfaces in Go. +;cli is the library that powers the CLI for +;@url{https://github.com/mitchellh/packer,Packer}, +;@url{https://github.com/hashicorp/serf,Serf}, +;@url{https://github.com/hashicorp/consul,Consul}, +;@url{https://github.com/hashicorp/vault,Vault}, +;@url{https://github.com/hashicorp/terraform,Terraform}, and +;@url{https://github.com/hashicorp/nomad,Nomad}.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-gox-0.4.0 +; (package +; (name "go-github-com-mitchellh-gox") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/gox") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/gox")) +; (home-page "https://github.com/mitchellh/gox") +; (synopsis "Gox - Simple Go Cross Compilation") +; (description +; "Gox is a simple, no-frills tool for Go cross compilation that behaves a +;lot like standard @code{go build}. Gox will parallelize builds for multiple +;platforms. Gox will also build the cross-compilation toolchain for you.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-iochan-1.0.0 +; (package +; (name "go-github-com-mitchellh-iochan") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/iochan") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "058n9bbf536f2nw3pbs7pysrg9cqvgkb28z2zf5wjyrzrknyk53g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/iochan")) +; (home-page "https://github.com/mitchellh/iochan") +; (synopsis "iochan") +; (description +; "iochan is a Go library for treating @code{io} readers and writers like channels. +;This is useful when sometimes you wish to use @code{io.Reader} and such in @code{select} +;statements.") +; (license license:expat))) +; +;(define-public go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "0.0.0-20160808181253-ca63d7c062ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjwhgi57l5fxlmpdchipdd4jasdn1sa8ccl2f2486v06rv6z7gr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f +; (package +; (name "go-github-com-ryanuber-columnize") +; (version "0.0.0-20160712163229-9b3edd62028f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ryanuber/columnize") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ya1idkbb0a9fjlhkcnh5a9yvpwzwfmbyg7d56lpplwr9rqi1da4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ryanuber/columnize")) +; (home-page "https://github.com/ryanuber/columnize") +; (synopsis "Columnize") +; (description "Easy column-formatted output for golang") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181201002055-351d144fa1fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-serf-0.8.2 +; (package +; (name "go-github-com-hashicorp-serf") +; (version "0.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/serf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nrslghvdjhaczr2xp9mn8xgcx1dxl4jgpbk0l61ssmxahpx4iyc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/serf")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc" +; ,go-golang-org-x-net-0.0.0-20181201002055-351d144fa1fc) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f" +; ,go-github-com-ryanuber-columnize-0.0.0-20160712163229-9b3edd62028f) +; ("go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee" +; ,go-github-com-mitchellh-mapstructure-0.0.0-20160808181253-ca63d7c062ee) +; ("go-github-com-mitchellh-iochan-1.0.0" +; ,go-github-com-mitchellh-iochan-1.0.0) +; ("go-github-com-mitchellh-gox-0.4.0" +; ,go-github-com-mitchellh-gox-0.4.0) +; ("go-github-com-mitchellh-cli-1.0.0" +; ,go-github-com-mitchellh-cli-1.0.0) +; ("go-github-com-hashicorp-memberlist-0.1.3" +; ,go-github-com-hashicorp-memberlist-0.1.3) +; ("go-github-com-hashicorp-mdns-1.0.0" +; ,go-github-com-hashicorp-mdns-1.0.0) +; ("go-github-com-hashicorp-logutils-1.0.0" +; ,go-github-com-hashicorp-logutils-1.0.0) +; ("go-github-com-hashicorp-go-uuid-1.0.1" +; ,go-github-com-hashicorp-go-uuid-1.0.1) +; ("go-github-com-hashicorp-go-syslog-1.0.0" +; ,go-github-com-hashicorp-go-syslog-1.0.0) +; ("go-github-com-hashicorp-go-msgpack-0.5.3" +; ,go-github-com-hashicorp-go-msgpack-0.5.3) +; ("go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da" +; ,go-github-com-armon-go-metrics-0.0.0-20180917152333-f0300d1749da) +; ("go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e" +; ,go-github-com-armon-circbuf-0.0.0-20150827004946-bbbad097214e))) +; (home-page "https://github.com/hashicorp/serf") +; (synopsis "Serf") +; (description +; "Serf is a decentralized solution for service discovery and orchestration +;that is lightweight, highly available, and fault tolerant.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.1.2 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c +; (package +; (name "go-github-com-pascaldekloe-goe") +; (version "0.0.0-20180627143212-57f6aae5913c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pascaldekloe/goe") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dqd3mfb4z2vmv6pg6fhgvfc53vhndk24wcl9lj1rz02n6m279fq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pascaldekloe/goe")) +; (home-page "https://github.com/pascaldekloe/goe") +; (synopsis "Go Enterprise") +; (description +; "Common enterprise features for the Go programming language (golang).") +; (license license:cc0))) +; +;(define-public go-github-com-hashicorp-consul-api-1.1.0 +; (package +; (name "go-github-com-hashicorp-consul-api") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/consul") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xm3gl8i7pgsbsc2397bwh9hp2dwnk4cmw5y05acqn3zpyp84sbv")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/hashicorp/consul/api" +; #:unpack-path +; "github.com/hashicorp/consul")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c" +; ,go-github-com-pascaldekloe-goe-0.0.0-20180627143212-57f6aae5913c) +; ("go-github-com-mitchellh-mapstructure-1.1.2" +; ,go-github-com-mitchellh-mapstructure-1.1.2) +; ("go-github-com-hashicorp-serf-0.8.2" +; ,go-github-com-hashicorp-serf-0.8.2) +; ("go-github-com-hashicorp-go-uuid-1.0.1" +; ,go-github-com-hashicorp-go-uuid-1.0.1) +; ("go-github-com-hashicorp-go-rootcerts-1.0.0" +; ,go-github-com-hashicorp-go-rootcerts-1.0.0) +; ("go-github-com-hashicorp-go-cleanhttp-0.5.1" +; ,go-github-com-hashicorp-go-cleanhttp-0.5.1))) +; (home-page "https://github.com/hashicorp/consul") +; (synopsis "Consul API client") +; (description +; "This package provides the @code{api} package which attempts to +;provide programmatic access to the full Consul API.") +; (license license:mpl2.0))) +; +;(define-public go-github-com-golang-mock-1.5.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12l7p08pwwk3xn70w7rlm28nz6jf4szlzgjxjfmbssyirxxxy8v1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20210226084205-cbba55b83ad5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0drr44nqq0s3jillcrl8qa7sklxybs083lvashdh2ad62hrs31l7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210226172049-e18ecbb05110") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20210122040257-d980be63207e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vg5z6rp5kfd324w8j12hlx9zv049vxljpc6dyqkj2k9vzzzqkw8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.4.1 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q4p41223d1xh4jmw9vmywjfi0jzn56gbidrwv5x1bzmx2qmj01n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210119194325-5f4716e94777") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xh4hk0fhkzq096z9qbzqfswmmgg4kvb44qvazpandvlpwm4jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210218202405-ba52d332ba99") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fdm3fljk3k4xbpzaywccayrhgqdfl79vl18k4z1zw2pl654bqbg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210220050731-9a76102bfb43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07qn19yla2w604p3dc8h1c75xj2pxc4fajvg0mf0d4c72d5qiss4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20201203190320-1bf35d6f28c2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "140n5hjk2faanrf6v5h1559g755rgavynz1r99s1n15bmgibysvp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-mod-0.4.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ri003765yxawq6s8jbkbiaijihwrg980c4qwqsaa5x0sq2psrg1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201209123823-ac852fbbde11") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zmp2fxgf7792xx15qhzcsfs8k0qv7q3m6jlcj6qvdngfzyvna64")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201208233053-a543418bbed2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r87p89pm2h75yajsz0g2vvy2q3z9gknc0fmsdm5rh427f1qazfr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-martian-v3-3.1.0 +; (package +; (name "go-github-com-google-martian-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pr9akggfzj2vw11l7ry4sij0hqslpc3gwx4ynbzyvbjhvh64sbc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian/v3")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" +; ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20200824232613-28f6c0f3b639") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rsq3622gd40f1x1l7caidsxrmzg1993ich2higwd94fqbxs1r83")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20201023163331-3e6fc7fc9c4c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xmy4579gx45lqsy1cgddnc7nmaqfpiwd2kc5dhf8i0wjjvf18hq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20200824232613-28f6c0f3b639) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201031054903-ff519b6c9102") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "162ssgcc0kgj42ajaki0q3j5lwmixqqwkdqcmz41xg1k8wjm7riw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.4 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11jdvix83xcl5xnb039y4zrz4x5skzsps0w1jryp6wrar53cydvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201110124207-079ba7bd75cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g4d7cx480rbnpg16qqc4yycd50lpp2mi2qzvzr6hdny91v7sa05")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.2 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200902213428-5d25da1a8d43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14jx8sxshbvnx4fggn12mlmz000zcrd1a73n1455b1wgg1xfzq3n")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200905004654-be1d3432aa8f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kd3szjsazhpgidv5xjv0s26fm4wvv2cr7j4zk8nblnqkic58as2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200904185747-39188db58858 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200904185747-39188db58858") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ydyylwqzjwijy4rdp2fmvnfh3s27896dx6g74r2wa6vbhisszvk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200904004341-0bd0a958aa1d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xp4ic4jvdv7n984cjgrgqbpbi9m4bj2xnfrs1s1zn1adx0jivs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.31.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.31.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18565vf9i2zc69znd9b8a2iz0kgv5cms0g0ppj93hnhri8rjqagk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.35.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.35.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fgn21lmrlkw44sl0ivjicygwksibb1pclzp3zyh3ivn7ylvk2jd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.1" ,go-google-golang-org-grpc-1.31.1) +; ("go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d" +; ,go-google-golang-org-genproto-0.0.0-20200904004341-0bd0a958aa1d) +; ("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-tools-0.0.0-20200904185747-39188db58858" +; ,go-golang-org-x-tools-0.0.0-20200904185747-39188db58858) +; ("go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f" +; ,go-golang-org-x-sys-0.0.0-20200905004654-be1d3432aa8f) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" +; ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201109203340-2640f1f9cdfb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00mwybjbdpvmlkvmwsjvdb2z8lzzx2a340y4pf3bxqamalhdka0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.72.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.72.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x4gy466jrzab9l02dwd3lvy2dwy84j34zpjkm5xnxh45za6hpxn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb" +; ,go-google-golang-org-genproto-0.0.0-20201109203340-2640f1f9cdfb) +; ("go-google-golang-org-api-0.35.0" ,go-google-golang-org-api-0.35.0) +; ("go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd" +; ,go-golang-org-x-tools-0.0.0-20201110124207-079ba7bd75cd) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43" +; ,go-golang-org-x-oauth2-0.0.0-20200902213428-5d25da1a8d43) +; ("go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102" +; ,go-golang-org-x-net-0.0.0-20201031054903-ff519b6c9102) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c" +; ,go-github-com-google-pprof-0.0.0-20201023163331-3e6fc7fc9c4c) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.2" +; ,go-github-com-google-go-cmp-0.5.2) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20201109201403-9fd604954f58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06dj14f6jrgpqmf3v3z74zhcin3yj7yp8mzxljm3a3ihq984kz8v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201201145000-ef89a241ccb3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a8myxx2mvdr77a003gpy5jmdzbxbnrf5zppmpl4za4sspxlmwif")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20201201161351-ac6f37ff4c2a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0akq0z86x51rh556fs7icjmmmgdyaa7rq7cmqlngrmvjb79wnwpl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201201144952-b05cb90ed32e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n9jlhnn5fg7a41ahdril7wgfli43kxplnpxbdbhrkknjra7xdjd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.36.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x6wlavrqi2r6ss3h2kg94p2lfj0z019kc85zm1pajpf0k23fxp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e" +; ,go-google-golang-org-genproto-0.0.0-20201201144952-b05cb90ed32e) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a" +; ,go-golang-org-x-tools-0.0.0-20201201161351-ac6f37ff4c2a) +; ("go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3" +; ,go-golang-org-x-sys-0.0.0-20201201145000-ef89a241ccb3) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58" +; ,go-golang-org-x-oauth2-0.0.0-20201109201403-9fd604954f58) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-cloud-google-com-go-0.72.0" ,go-cloud-google-com-go-0.72.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201210142538-e3217bee35cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bzfa58dw7jmkrp46hikbsq1yyk2r29a1gn51sqlilbvf7lq96p9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.74.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.74.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09j1qppf2gf14bn06hsyrj9jaxz9vlbs9d7yrxrdvh2234qsbggy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) +; ("go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc" +; ,go-google-golang-org-genproto-0.0.0-20201210142538-e3217bee35cc) +; ("go-google-golang-org-api-0.36.0" ,go-google-golang-org-api-0.36.0) +; ("go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2" +; ,go-golang-org-x-tools-0.0.0-20201208233053-a543418bbed2) +; ("go-golang-org-x-text-0.3.4" ,go-golang-org-x-text-0.3.4) +; ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" +; ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) +; ("go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11" +; ,go-golang-org-x-net-0.0.0-20201209123823-ac852fbbde11) +; ("go-golang-org-x-mod-0.4.0" ,go-golang-org-x-mod-0.4.0) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2" +; ,go-github-com-google-pprof-0.0.0-20201203190320-1bf35d6f28c2) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.5 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18s1d7bk28i8gbs6i587ccd31qp3f8gibgd14dpkzs05gyvlccy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20201208152858-08078c50e5b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zynwxw47nhwhs6n1c87c9np43lwl9m9z2w2cmdvjwhsisa93b75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210104204734-6f8348627aad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pmz8dwjf4gxr1gwnp4iahh3yh09apcf40kvvybycsx4rfjc2gbl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210105154028-b0ab187a4818") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "157w706lz7j4s7cwgh7j7mf8v1sah5hm4dlmp8isf6vhnqpixdp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20201214200347-8c77b98c765d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bdpss5xmla0gjz66mdk8bqpsdb5i1xz65g30k9cs2h7vrqlwzn4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20200629203442-efcf912fb354") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18b1v01h3id5d7v5gqabc4qsaja17r45rn3fvv38nrfx9l4smv0x")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.7 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nx5ybyadkjqr29hndn6amhbcqpi1rkfv12bxp0rk3ay045zxsh8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" +; ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.34.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s8y19qvv0zfy2irq8vv12h65v7pw18k6yqfix1j2370yxmsajgm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.7" +; ,go-github-com-envoyproxy-go-control-plane-0.9.7) +; ("go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354" +; ,go-github-com-cncf-udpa-go-0.0.0-20200629203442-efcf912fb354))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.40.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.40.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vs0bnzljg5iib8x01sy49ndgsz3cl1sq53pvy3h6kzp7may0bpc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.34.0" ,go-google-golang-org-grpc-1.34.0) +; ("go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d" +; ,go-google-golang-org-genproto-0.0.0-20201214200347-8c77b98c765d) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818" +; ,go-golang-org-x-tools-0.0.0-20210105154028-b0ab187a4818) +; ("go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad" +; ,go-golang-org-x-sys-0.0.0-20210104204734-6f8348627aad) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5" +; ,go-golang-org-x-oauth2-0.0.0-20201208152858-08078c50e5b5) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-cloud-google-com-go-0.74.0" ,go-cloud-google-com-go-0.74.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210222152913-aa3ee6e6a81c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06wa7v3s558rwxsqd1kqz5xy10kigzx50ciqh3zdxsbvxqvjwxrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.35.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.35.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15ij5acp9h8dxq0brc0jljj98badri23zpm4yvmsn6gnnxaykl72")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.78.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.78.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11wldladkcz41ivsfnbrqy2hg5wp55d72hnr2wki0zvnhbzsj376")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.35.0" ,go-google-golang-org-grpc-1.35.0) +; ("go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c" +; ,go-google-golang-org-genproto-0.0.0-20210222152913-aa3ee6e6a81c) +; ("go-google-golang-org-api-0.40.0" ,go-google-golang-org-api-0.40.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43" +; ,go-golang-org-x-sys-0.0.0-20210220050731-9a76102bfb43) +; ("go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99" +; ,go-golang-org-x-oauth2-0.0.0-20210218202405-ba52d332ba99) +; ("go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777" +; ,go-golang-org-x-net-0.0.0-20210119194325-5f4716e94777) +; ("go-golang-org-x-mod-0.4.1" ,go-golang-org-x-mod-0.4.1) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.22.5" ,go-go-opencensus-io-0.22.5) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e" +; ,go-github-com-google-pprof-0.0.0-20210122040257-d980be63207e) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210220000619-9bb904979d93") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rhndpvpvfy5bsaxi974cznlq4hbamhmy6l06ppp9phh12pvn11p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210305230114-8fe3ee5dd75b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x7fn66vplxkac6lbwqv649wwnx7kz0bqdzgr98z7yx7cfdxd7rj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210303154014-9728d6b83eeb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1abic7gjp07d1s6imjfn00s316xdirss3zvcric74gr9varr02xn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.41.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.41.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yzz534xzl2km3vxr18h204yvnrzqlss02fagg2ign0sy3qnlkhx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb" +; ,go-google-golang-org-genproto-0.0.0-20210303154014-9728d6b83eeb) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b" +; ,go-golang-org-x-sys-0.0.0-20210305230114-8fe3ee5dd75b) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" +; ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.78.0" ,go-cloud-google-com-go-0.78.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210310155132-4ce2db91004e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r5f024c4piqna27pvc28m0h44ms9rhcbihf1zn5l8prf4vvrdw9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.79.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.79.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "031jrfgyys0slh154593d4swj6iqrjvs9dxwmab99dl6zfws77jv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e" +; ,go-google-golang-org-genproto-0.0.0-20210310155132-4ce2db91004e) +; ("go-google-golang-org-api-0.41.0" ,go-google-golang-org-api-0.41.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93" +; ,go-golang-org-x-oauth2-0.0.0-20210220000619-9bb904979d93) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" +; ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210313182246-cd4f82c27b84") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1jf68sh1957ji1lv1zrrhsbm6jr3508pw159pfzgyw6hbzsg5amv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210319143718-93e7006c17a6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l143m8rn7zmbfb2rpdawhxs8qjbdpn61hqynf47j5hwsbjci2xs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.36.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m4xsfv3ysc84cwqxqqr61fs3d2w04f0q5xbdjijhczjixcxwh5i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.43.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.43.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wxxbihigjn49warampi7gqfslbnp9nrj5zmk8p3ssq429jpvsib")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.0" ,go-google-golang-org-grpc-1.36.0) +; ("go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6" +; ,go-google-golang-org-genproto-0.0.0-20210319143718-93e7006c17a6) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" +; ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" +; ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.79.0" ,go-cloud-google-com-go-0.79.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.81.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.81.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15jgynqb5pbxqbj3a7ii970yn4srsw1dbxzxnhpkfkmplalpgyh3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" +; ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) +; ("go-google-golang-org-api-0.43.0" ,go-google-golang-org-api-0.43.0) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84" +; ,go-golang-org-x-oauth2-0.0.0-20210313182246-cd4f82c27b84) +; ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" +; ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5" +; ,go-github-com-google-pprof-0.0.0-20210226084205-cbba55b83ad5) +; ("go-github-com-google-martian-v3-3.1.0" +; ,go-github-com-google-martian-v3-3.1.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.1" +; ,go-github-com-golang-protobuf-1.5.1) +; ("go-github-com-golang-mock-1.5.0" ,go-github-com-golang-mock-1.5.0) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20200121045136-8c9f03a8e57e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.4.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kf1d7xmyjvy0z6j5czp6nqyvj9zrk6liv6znif08927xqfrzyln")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.3 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "011gdkmyk3w7qkcwljhqak4h5npn4n7fwgx1fwpyx9c7wizvgkm5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-testify-1.6.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.6.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201110031124-69a78807bb2b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "176z5k6jbhr9vf0am2avl1lyqwym3q0mri98yb8r572z33qmcw1d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.33.2 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.33.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yz4nlf4kqbnpw48f0mvcb2f5zzy0vjd5i2iw0hrjspd0238fzk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.23.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gw4f7inf8y2ik00yfb36xganiq9rl4w2d1a41bsjqsh83ajz2km")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.33.2" ,go-google-golang-org-grpc-1.33.2) +; ("go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b" +; ,go-golang-org-x-net-0.0.0-20201110031124-69a78807bb2b) +; ("go-github-com-stretchr-testify-1.6.1" +; ,go-github-com-stretchr-testify-1.6.1) +; ("go-github-com-google-go-cmp-0.5.3" +; ,go-github-com-google-go-cmp-0.5.3) +; ("go-github-com-golang-protobuf-1.4.3" +; ,go-github-com-golang-protobuf-1.4.3) +; ("go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e" +; ,go-github-com-golang-groupcache-0.0.0-20200121045136-8c9f03a8e57e))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.4.4 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lj0dvd6div4jaq1s0afpwqaq9ah8cxhkq93wii2ably1xmp2l0a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200825202427-b303f430e36d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zzf6ifzjvkwin6m97jp2dndbfac0sbdr84ki79j9srhpqdigl75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190628185345-da137c7871d7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qsiyr3irmb6ii06hivm9p2c7wqyxczms1a9v1ss5698yjr3fg47")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-martian-v3-3.0.0 +; (package +; (name "go-github-com-google-martian-v3") +; (version "3.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ngvs4l6a06s8scnliq9i5pwvwpzfpa5wf9skg0gcvysli1rm3fm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian/v3")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7" +; ,go-golang-org-x-net-0.0.0-20190628185345-da137c7871d7))) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200708004538-1a94d8640e99") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0isfwwan9vimwsfjml0phwrqv6kb83mkmk063dcb81k09gzzs3wy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20200707034311-ab3426394381 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200707034311-ab3426394381") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wr7rnnqp210yykkypinb8ciszx28aq5a3l3dvsv6swzxxngs8zn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200729194436-6467de6f59a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14zpkr5idlx2zbm5dp7gk4afppy7k3j4y68s1qvpgi70yazaxzkd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190425150028-36563e24a262") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lasi96f6a1h11gkm8kl33x03pmxp369wrqq2dg7x7xv9nq76d6g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c +; (package +; (name "go-golang-org-x-text") +; (version "0.0.0-20170915032832-14c0d48ead0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0y0nrj4hw7vby6m3iqklbf4v7njqlsx7s4pwfkwmvh1ryn1kb7d6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-sampler-1.3.0 +; (package +; (name "go-rsc-io-sampler") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/sampler") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "rsc.io/sampler")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c" +; ,go-golang-org-x-text-0.0.0-20170915032832-14c0d48ead0c))) +; (home-page "https://rsc.io/sampler") +; (synopsis #f) +; (description "Package sampler shows simple texts. +;") +; (license license:bsd-3))) +; +;(define-public go-rsc-io-quote-v3-3.1.0 +; (package +; (name "go-rsc-io-quote-v3") +; (version "3.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rsc/quote") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "rsc.io/quote/v3" #:unpack-path "rsc.io/quote/v3")) +; (propagated-inputs `(("go-rsc-io-sampler-1.3.0" ,go-rsc-io-sampler-1.3.0))) +; (home-page "https://rsc.io/quote/v3") +; (synopsis #f) +; (description "Package quote collects pithy sayings. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.4.3 +; (package +; (name "go-github-com-golang-mock") +; (version "1.4.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (propagated-inputs +; `(("go-rsc-io-quote-v3-3.1.0" ,go-rsc-io-quote-v3-3.1.0) +; ("go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262" +; ,go-golang-org-x-tools-0.0.0-20190425150028-36563e24a262))) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.5 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-chzyer-logex-1.1.10 +; (package +; (name "go-github-com-chzyer-logex") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/logex") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/logex")) +; (home-page "https://github.com/chzyer/logex") +; (synopsis #f) +; (description #f) +; (license #f))) +; +;(define-public go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e +; (package +; (name "go-github-com-chzyer-readline") +; (version "0.0.0-20180603132655-2972be24d48e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/readline") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/readline")) +; (home-page "https://github.com/chzyer/readline") +; (synopsis "Guide") +; (description +; "Readline is a pure go implementation for GNU-Readline kind library. +;") +; (license license:expat))) +; +;(define-public go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1 +; (package +; (name "go-github-com-chzyer-test") +; (version "0.0.0-20180213035817-a1ea475d72b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/chzyer/test") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/chzyer/test")) +; (home-page "https://github.com/chzyer/test") +; (synopsis "test") +; (description #f) +; (license license:expat))) +; +;(define-public go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6 +; (package +; (name "go-github-com-ianlancetaylor-demangle") +; (version "0.0.0-20181102032728-5e5cf60278f6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/ianlancetaylor/demangle") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/ianlancetaylor/demangle")) +; (home-page "https://github.com/ianlancetaylor/demangle") +; (synopsis "github.com/ianlancetaylor/demangle") +; (description +; "Package demangle defines functions that demangle GCC/LLVM +;C++ and Rust symbol names. +;This package recognizes names that were mangled according to the C++ ABI +;defined at @url{http://codesourcery.com/cxx-abi/,http://codesourcery.com/cxx-abi/} and the Rust ABI +;defined at +;@url{https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html,https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html} +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191204072324-ce4227a45e2e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1s43wvqfml6ml5ks7iv2bis9d664g77mq86v7mfmjhn56x856g35")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20200229191704-1ebb73c60ed3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gdi9p4j1zfm5xlm488i5l0q3kk4q6hsmbmlk6p729i0di2n3ifa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e" +; ,go-golang-org-x-sys-0.0.0-20191204072324-ce4227a45e2e) +; ("go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6" +; ,go-github-com-ianlancetaylor-demangle-0.0.0-20181102032728-5e5cf60278f6) +; ("go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1" +; ,go-github-com-chzyer-test-0.0.0-20180213035817-a1ea475d72b1) +; ("go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e" +; ,go-github-com-chzyer-readline-0.0.0-20180603132655-2972be24d48e) +; ("go-github-com-chzyer-logex-1.1.10" +; ,go-github-com-chzyer-logex-1.1.10))) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.9.1 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200324143707-d3edc9973b7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12zbjwcsh9b0lwycqlkrnbyg5a6a9dzgj8hhgq399bdda5bd97y7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-mock-1.2.0 +; (package +; (name "go-github-com-golang-mock") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12ddj2g8ab87id6n2n67vnbhq6p8dvgsq1pzpqfriym4dk8w54fg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c +; (package +; (name "go-github-com-google-btree") +; (version "0.0.0-20180813153112-4030bb1f1f0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/btree") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/btree")) +; (home-page "https://github.com/google/btree") +; (synopsis "BTree implementation for Go") +; (description +; "Package btree implements in-memory B-Trees of arbitrary degree. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-martian-2.1.0+incompatible +; (package +; (name "go-github-com-google-martian") +; (version "2.1.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/martian") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/martian")) +; (home-page "https://github.com/google/martian") +; (synopsis "Martian Proxy") +; (description +; "Package martian provides an HTTP/1.1 proxy with an API for configurable +;request and response modifiers. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57 +; (package +; (name "go-github-com-google-pprof") +; (version "0.0.0-20181206194817-3ea8567a2e57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/pprof") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09rhjn3ms0a72dw0yzbp237p7yhqma772zspddn6mgkh3gi3kn4c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/pprof")) +; (home-page "https://github.com/google/pprof") +; (synopsis "Introduction") +; (description +; "pprof is a tool for collection, manipulation and visualization +;of performance profiles. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.4 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1iwnm6ky1x53lgs44mw3hpdkjzrm5qd0kfs50m0qcq2ml5m1cwdm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024 +; (package +; (name "go-github-com-jstemmer-go-junit-report") +; (version "0.0.0-20190106144839-af01ea7f8024") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jstemmer/go-junit-report") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lp3n94ris12hac02wi31f3whs88lcrzwgdg43a5j6cafg9p1d0s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jstemmer/go-junit-report")) +; (home-page "https://github.com/jstemmer/go-junit-report") +; (synopsis "go-junit-report") +; (description +; "Converts @code{go test} output to an xml report, suitable for applications that +;expect junit xml reports (e.g. @url{http://jenkins-ci.org,Jenkins}).") +; (license license:expat))) +; +;(define-public go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.1-0.20180807135948-17ff2d5776d2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rrh2mnmyxr45nsvy42zq3w3ly6gw6rl993knwvf1w71kyv0jjnj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c +; (package +; (name "go-golang-org-x-time") +; (version "0.0.0-20181108054448-85acf8d2951c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/time") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yqnxsrarjk4qkda8kcxzmk7y90kkkxzx9iwryzrk7bzs87ky3xc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/time")) +; (home-page "https://golang.org/x/time") +; (synopsis "Go Time") +; (description "This repository provides supplementary Go time packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190301231843-5614ed5bae6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fzn0zjv0x92xvfdq3a0v9w5sgkhr7hxkfy9zaqi8i57807z8bnx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190226205417-e64efc72b421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0djvwz2avx7knsjbl434vw1wqbrg53xp1kh599gfixn5icrggz4m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190312170243-e65039ee4138") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c094599cf70wdrms49a3879qkq122pqlp2av444gs2pvc8apdcx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-api-0.4.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hzgrw5wasmcjlqpxsmryddzzw4cwyzf2vx14i9z51v1plwssijm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190418145605-e7d98fc518a7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cnavkyawwvfc5yl097ygnfy1ac69v4zc02gdfnq1bvgcvgmvnbi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190106161140-3f1c8253044a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d3vgh0fgfj1z7i648g1s6x2pwxd07sxfjwg1xn3yagr9h06jh3h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.38.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n6n13b7lri2fmc4bn4ifszyawj31dpbzvyv0xafsf81440z8cyh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a" +; ,go-honnef-co-go-tools-0.0.0-20190106161140-3f1c8253044a) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7" +; ,go-google-golang-org-genproto-0.0.0-20190418145605-e7d98fc518a7) +; ("go-google-golang-org-api-0.4.0" ,go-google-golang-org-api-0.4.0) +; ("go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138" +; ,go-golang-org-x-tools-0.0.0-20190312170243-e65039ee4138) +; ("go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c" +; ,go-golang-org-x-time-0.0.0-20181108054448-85acf8d2951c) +; ("go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2" +; ,go-golang-org-x-text-0.3.1-0.20180807135948-17ff2d5776d2) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421" +; ,go-golang-org-x-oauth2-0.0.0-20190226205417-e64efc72b421) +; ("go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f" +; ,go-golang-org-x-lint-0.0.0-20190301231843-5614ed5bae6f) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024" +; ,go-github-com-jstemmer-go-junit-report-0.0.0-20190106144839-af01ea7f8024) +; ("go-github-com-googleapis-gax-go-v2-2.0.4" +; ,go-github-com-googleapis-gax-go-v2-2.0.4) +; ("go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57" +; ,go-github-com-google-pprof-0.0.0-20181206194817-3ea8567a2e57) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c" +; ,go-github-com-google-btree-0.0.0-20180813153112-4030bb1f1f0c) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.2.0" ,go-github-com-golang-mock-1.2.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.1 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-hashicorp-golang-lru-0.5.0 +; (package +; (name "go-github-com-hashicorp-golang-lru") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/golang-lru") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/golang-lru")) +; (home-page "https://github.com/hashicorp/golang-lru") +; (synopsis "golang-lru") +; (description +; "Package lru provides three different LRU caches of varying sophistication. +;") +; (license license:mpl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190307195333-5fe7a883aa19") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjkwig0r42q0j2qv57s4ahsgmmp41dz3ih3rnaqg0619n5w7lbs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.21.0 +; (package +; (name "go-go-opencensus-io") +; (version "0.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14s0a12xdzjvad0dgksgv8m3hh7nc585abvjkvyk6r67a29lxj6x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19" +; ,go-google-golang-org-genproto-0.0.0-20190307195333-5fe7a883aa19) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-hashicorp-golang-lru-0.5.0" +; ,go-github-com-hashicorp-golang-lru-0.5.0) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190409202823-959b441ac422") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mgcv5f00pkzsbwnq2y7vqvd1b4lr5a3s47cphh2qv4indfk7pck")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190503192946-f4e77d36d62c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0avjnglqqg9ya0cbhp23m4namykii219kxjywxn4cd7pfcc5arha")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20190604053449-0f29369cfe45") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06jwpvx0x2gjn2y959drbcir5kd7vg87k0r1216abk6rrdzzrzi2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190507160741-ecd444e8653b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vhld4948mzfnlgf20id29mv1bwpk9a3xlbw1mbjzxzxxdv1jds2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.5.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l7mkdnwhidv8m686x432vmx8z5nqcrr9f46ddgvrxbh4wvyfcll")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.20.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.20.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13syr1x33k6mrn5w6l4sgdbzn368w3m60vf6kk2j10fwa45125rg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-google-golang-org-appengine-1.5.0" +; ,go-google-golang-org-appengine-1.5.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b" +; ,go-golang-org-x-sys-0.0.0-20190507160741-ecd444e8653b) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45" +; ,go-golang-org-x-oauth2-0.0.0-20190604053449-0f29369cfe45) +; ("go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c" +; ,go-golang-org-x-net-0.0.0-20190503192946-f4e77d36d62c) +; ("go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422" +; ,go-golang-org-x-lint-0.0.0-20190409202823-959b441ac422) +; ("go-go-opencensus-io-0.21.0" ,go-go-opencensus-io-0.21.0) +; ("go-github-com-hashicorp-golang-lru-0.5.1" +; ,go-github-com-hashicorp-golang-lru-0.5.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-cloud-google-com-go-0.38.0" ,go-cloud-google-com-go-0.38.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-renameio-0.1.0 +; (package +; (name "go-github-com-google-renameio") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/renameio") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/renameio")) +; (home-page "https://github.com/google/renameio") +; (synopsis "Atomicity vs durability") +; (description +; "Package renameio provides a way to atomically create or replace a file or +;symbolic link. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20180628173108-788fd7840127") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-errgo-v2-2.1.0 +; (package +; (name "go-gopkg-in-errgo-v2") +; (version "2.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/errgo.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/errgo.v2" #:unpack-path "gopkg.in/errgo.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127" +; ,go-gopkg-in-check-v1-1.0.0-20180628173108-788fd7840127) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0))) +; (home-page "https://gopkg.in/errgo.v2") +; (synopsis #f) +; (description +; "Package errgo provides some primitives for error creation and handling.") +; (license license:bsd-3))) +; +;(define-public go-github-com-rogpeppe-go-internal-1.3.0 +; (package +; (name "go-github-com-rogpeppe-go-internal") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/rogpeppe/go-internal") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/rogpeppe/go-internal")) +; (propagated-inputs +; `(("go-gopkg-in-errgo-v2-2.1.0" ,go-gopkg-in-errgo-v2-2.1.0))) +; (home-page "https://github.com/rogpeppe/go-internal") +; (synopsis #f) +; (description +; "This repository factors out an opinionated selection of internal packages and functionality from the Go standard +;library. Currently this consists mostly of packages and testing code from within the Go tool implementation.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190510104115-cbcb75029529") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12831ga1gq04a3jbbcmww7kaqfdfgp7cdv2fj9aqidz8h52ajdmh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e +; (package +; (name "go-golang-org-x-mod") +; (version "0.0.0-20190513183733-4bf6d317e70e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19lg1ly3j31anx92p0hynic1gjk417wwxphfdrb2cq1c19kj3r17")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529" +; ,go-golang-org-x-crypto-0.0.0-20190510104115-cbcb75029529))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191130070609-6e064ea0cf2d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nbki367xspsa37j6276f5q2gv31vfjpb52axn3p3ymz548my75d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.1-2020.1.3 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.1-2020.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d" +; ,go-golang-org-x-tools-0.0.0-20191130070609-6e064ea0cf2d) +; ("go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e" +; ,go-golang-org-x-mod-0.0.0-20190513183733-4bf6d317e70e) +; ("go-github-com-rogpeppe-go-internal-1.3.0" +; ,go-github-com-rogpeppe-go-internal-1.3.0) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-google-renameio-0.1.0" +; ,go-github-com-google-renameio-0.1.0) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1))) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-cloud-google-com-go-0.56.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.56.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bpx84q7byxr5rp197qcg3pl56acs8v1q555frxgcqygxwjacszf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.1-2020.1.3" +; ,go-honnef-co-go-tools-0.0.1-2020.1.3) +; ("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) +; ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" +; ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) +; ("go-google-golang-org-api-0.20.0" ,go-google-golang-org-api-0.20.0) +; ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" +; ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" +; ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) +; ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e" +; ,go-golang-org-x-net-0.0.0-20200324143707-d3edc9973b7e) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3" +; ,go-github-com-google-pprof-0.0.0-20200229191704-1ebb73c60ed3) +; ("go-github-com-google-martian-2.1.0+incompatible" +; ,go-github-com-google-martian-2.1.0+incompatible) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.5" +; ,go-github-com-golang-protobuf-1.3.5) +; ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) +; ("go-cloud-google-com-go-storage-1.6.0" +; ,go-cloud-google-com-go-storage-1.6.0) +; ("go-cloud-google-com-go-pubsub-1.2.0" +; ,go-cloud-google-com-go-pubsub-1.2.0) +; ("go-cloud-google-com-go-datastore-1.1.0" +; ,go-cloud-google-com-go-datastore-1.1.0) +; ("go-cloud-google-com-go-bigquery-1.4.0" +; ,go-cloud-google-com-go-bigquery-1.4.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.3 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200317015054-43a5402ce75a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200331124033-c3d80250170d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nswjhkg7yixla0b3d8xwzf94rawwyjrxipay3ffdvm426n0ld42")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.1.25 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.25") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cr3mk8pr7vsyisgrvln5ailnnn9xhardcy8mkshybk5c3n1kw5k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200331025713-a30bf2db82d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rb488ydwi24zmd1zvsv8k8srs3q6xnqqfdar538hssqgljyvp7l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.25" +; ,go-github-com-yuin-goldmark-1.1.25))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.5 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05hbq4cs7bqw0zl17bx8rzdkszid3nyl92100scg3jjrg70dhm7w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200331122359-1ee6d9798940") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zsp55d7xjc0b3yw5jjpvbsc0gkji1c1j2vxmcwm89dh26rz4jwd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.28.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.28.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m36rg3w2mf4r3383yf0r1pjrz890mdw506h1lpm6bkc8w3kyqz3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.29.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.29.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y6izqcc6krill33pb57fbgbs7ni3jxyf3knm5jkl4qydsj9303h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.28.0" ,go-google-golang-org-grpc-1.28.0) +; ("go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940" +; ,go-google-golang-org-genproto-0.0.0-20200331122359-1ee6d9798940) +; ("go-google-golang-org-appengine-1.6.5" +; ,go-google-golang-org-appengine-1.6.5) +; ("go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4" +; ,go-golang-org-x-tools-0.0.0-20200331025713-a30bf2db82d4) +; ("go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d" +; ,go-golang-org-x-sys-0.0.0-20200331124033-c3d80250170d) +; ("go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a" +; ,go-golang-org-x-sync-0.0.0-20200317015054-43a5402ce75a) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.3" ,go-go-opencensus-io-0.22.3) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-cloud-google-com-go-0.56.0" ,go-cloud-google-com-go-0.56.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200729003335-053ba62fc06f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h34qgr4lqy1l0niay3gzqh6pc63y2xh1mmp8757y8jsrdz1s5fv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.30.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05pb9xrxd7kpbi8zzby90f87b6sxq65nmpgqx5h3255whmmpzbi9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.62.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.62.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00x1nlq4fvvxrwx24firscav511qwck3zl6ghs9p6zzzixla8r5h")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-grpc-1.30.0" ,go-google-golang-org-grpc-1.30.0) +; ("go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f" +; ,go-google-golang-org-genproto-0.0.0-20200729003335-053ba62fc06f) +; ("go-google-golang-org-api-0.29.0" ,go-google-golang-org-api-0.29.0) +; ("go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7" +; ,go-golang-org-x-tools-0.0.0-20200729194436-6467de6f59a7) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200707034311-ab3426394381" +; ,go-golang-org-x-net-0.0.0-20200707034311-ab3426394381) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" +; ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) +; ("go-github-com-google-martian-v3-3.0.0" +; ,go-github-com-google-martian-v3-3.0.0) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-mock-1.4.3" ,go-github-com-golang-mock-1.4.3) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wjdid59brciv09agxgmqac5k9ywg63nhzb0yi9anmqpl38gps0p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-github-com-googleapis-gax-go-v2-2.0.5 +; (package +; (name "go-github-com-googleapis-gax-go-v2") +; (version "2.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/gax-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/googleapis/gax-go/v2")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.19.0" +; ,go-google-golang-org-grpc-1.19.0))) +; (home-page "https://github.com/googleapis/gax-go") +; (synopsis #f) +; (description +; "Package gax contains a set of modules which aid the development of APIs +;for clients and servers based on gRPC and Google API conventions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6 +; (package +; (name "go-github-com-golang-groupcache") +; (version "0.0.0-20190702054246-869f871628b6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/groupcache") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r4nk8129bvx50qb4xzjaay39b2h6k7cbdqqzdlanmc82ygczsbw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/groupcache")) +; (home-page "https://github.com/golang/groupcache") +; (synopsis "groupcache") +; (description +; "Package groupcache provides a data loading mechanism with caching +;and de-duplication that works across a set of peer processes. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190502145724-3ef323f4f1fd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15iw4gjvrnrx98rlny1qcaprp3577rh2b77byb38dr6m3q42rvc6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190227155943-e225da77a7e6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0bh3583smcfw6jw3w6lp0za93rz7hpxfdz8vhxng75b7a6vdlw4p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190425155659-357c62f0e4bb") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1h1a0wys83cc86s4w2hqmz78ixijw8f7qchmiwdv5xjvpg0i27c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6" +; ,go-golang-org-x-sync-0.0.0-20190227155943-e225da77a7e6) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.20.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.20.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rj3fs6jillapiwnpkfn3v2jbl7a3zsb0lys4srswl26hjijviqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-go-opencensus-io-0.22.4 +; (package +; (name "go-go-opencensus-io") +; (version "0.22.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "10skbvs4yxjm3z10yfg5cj2mdzjsna87qk1icp9xv0iwp8wzq6h0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "go.opencensus.io")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.20.1" ,go-google-golang-org-grpc-1.20.1) +; ("go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb" +; ,go-google-golang-org-genproto-0.0.0-20190425155659-357c62f0e4bb) +; ("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd" +; ,go-golang-org-x-sys-0.0.0-20190502145724-3ef323f4f1fd) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6" +; ,go-github-com-golang-groupcache-0.0.0-20190702054246-869f871628b6))) +; (home-page "https://go.opencensus.io") +; (synopsis "OpenCensus Libraries for Go") +; (description "Package opencensus contains Go support for OpenCensus. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20200302205851-738671d3881b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.34.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.34.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1kclgclwar3r37zbvb9gg3qxbgzkb50zk3s9778zlh2773qikmai")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190108225652-1e06a53dbb7e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lpqqvdccby48nixihvmn8ig1z48b950m1bxfqxn78air308qc3j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20200107190931-bf48bf16ab8d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e" +; ,go-golang-org-x-net-0.0.0-20190108225652-1e06a53dbb7e) +; ("go-cloud-google-com-go-0.34.0" ,go-cloud-google-com-go-0.34.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200803210538-64077c9b5642") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pdrkim9v0wbxipl586d29vz4ci9xib0f02g6yv7c0nang627pag")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.1.32 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.32") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03i9yq6n3yvn5v70xi6x3pn49ndy8zm4217ihwwhlw2nkwhny7a5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20200625001655-4c5254603344 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200625001655-4c5254603344") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1da0a1m488d95vggpi52dkag98n5671ml6sn80nwv6lgbmdx8qbq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20200625203802-6e8e738ad208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200804011535-6c149bb5ef0d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l244hp5n0qff7nmvcffggjv7jm4061g63g76z967zvdqcxh23i2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-net-0.0.0-20200625001655-4c5254603344" +; ,go-golang-org-x-net-0.0.0-20200625001655-4c5254603344) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.1.32" +; ,go-github-com-yuin-goldmark-1.1.32))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200804131852-c06518451d9c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wl9bhr94yf0b8lc947zr0iwm3l20irzy869xczfd6z0a1g54gsa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.30.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.30.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vh5rrc6hvzh1rqawrwr4nyilnr3dgqx1pr2njjzdg0prfmflm5p")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) +; ("go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c" +; ,go-google-golang-org-genproto-0.0.0-20200804131852-c06518451d9c) +; ("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d" +; ,go-golang-org-x-tools-0.0.0-20200804011535-6c149bb5ef0d) +; ("go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642" +; ,go-golang-org-x-sys-0.0.0-20200803210538-64077c9b5642) +; ("go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208" +; ,go-golang-org-x-sync-0.0.0-20200625203802-6e8e738ad208) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-cloud-google-com-go-0.62.0" ,go-cloud-google-com-go-0.62.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.24.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.24.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0x3qyn3rizbs671gs7f8v50rmiwf9h7kbaradpivw9718mhbg1gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200825200019-8632dd797987") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0h8s1mz8pbdiwmv2g61afa7f05zin3m6mdy2fmny6wcidz4w2i3k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.24.0" +; ,go-google-golang-org-protobuf-1.24.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20191209042840-269d4d468f6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.4 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.3.3 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cyyr52yhj3fzrily3rmsbqyj8va4ld75lmry0857m39rgpv8sy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.31.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.31.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1y3lilpipmaysjk4skbzw1qa6lv05vzixzw9lg9x73xfb01q4nyz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.3.3" +; ,go-github-com-golang-protobuf-1.3.3) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.4" +; ,go-github-com-envoyproxy-go-control-plane-0.9.4) +; ("go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f" +; ,go-github-com-cncf-udpa-go-0.0.0-20191209042840-269d4d468f6f))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-cloud-google-com-go-0.65.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.65.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xrcg39jrw90gq8vl8pfq63sp3bkak04wh392yj5rh4lc1a4lxjq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.31.0" ,go-google-golang-org-grpc-1.31.0) +; ("go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987" +; ,go-google-golang-org-genproto-0.0.0-20200825200019-8632dd797987) +; ("go-google-golang-org-api-0.30.0" ,go-google-golang-org-api-0.30.0) +; ("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d" +; ,go-golang-org-x-tools-0.0.0-20200825202427-b303f430e36d) +; ("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d" +; ,go-golang-org-x-oauth2-0.0.0-20200107190931-bf48bf16ab8d) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b" +; ,go-golang-org-x-lint-0.0.0-20200302205851-738671d3881b) +; ("go-go-opencensus-io-0.22.4" ,go-go-opencensus-io-0.22.4) +; ("go-github-com-jstemmer-go-junit-report-0.9.1" +; ,go-github-com-jstemmer-go-junit-report-0.9.1) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99" +; ,go-github-com-google-pprof-0.0.0-20200708004538-1a94d8640e99) +; ("go-github-com-google-martian-v3-3.0.0" +; ,go-github-com-google-martian-v3-3.0.0) +; ("go-github-com-google-go-cmp-0.5.1" +; ,go-github-com-google-go-cmp-0.5.1) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-mock-1.4.4" ,go-github-com-golang-mock-1.4.4) +; ("go-cloud-google-com-go-storage-1.10.0" +; ,go-cloud-google-com-go-storage-1.10.0))) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200323222414-85ca7c5b95cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1504qkgbhhm4f0bhk77v2r1lj6x171ay5m79alkg78wjb5cign5l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200822124328-c89045814202 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200822124328-c89045814202") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1g3wxilwbcbf2xj20y3mpxh38jka4fyhl48akfqf00vr48zmx96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd" +; ,go-golang-org-x-sys-0.0.0-20200323222414-85ca7c5b95cd) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.6 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602 +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20210402161424-2e8d93401602") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j1crxa78gip3hxrds5jngi034j4zm4q3z7r8bqs3rjxnwcki9ig")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.6.6" +; ,go-google-golang-org-appengine-1.6.6) +; ("go-golang-org-x-net-0.0.0-20200822124328-c89045814202" +; ,go-golang-org-x-net-0.0.0-20200822124328-c89045814202) +; ("go-cloud-google-com-go-0.65.0" ,go-cloud-google-com-go-0.65.0))) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210403161142-5e06dd20ab57") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1acdn06771rxjg38ql9wl8dr1vf23nazjnvk6105z3hddnh14fgb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190603091049-60506f45cf65") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0827yz7irmnzcdhw8vg74819jaw5ahs4w4v5fvzgfvnxyb9f6zcc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.2 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.6.7 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.6.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.2" ,go-golang-org-x-text-0.3.2) +; ("go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65" +; ,go-golang-org-x-net-0.0.0-20190603091049-60506f45cf65) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.5.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qx8gvsdx1w27vamw6wn1jns2d8pz0g9sji3l0hvs4wl1jf7p32d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20201208152925-83fdc39ff7b5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ms3rs5hvpnm9bxbr5f9743i7hn2bbmqdmvzxq6nmi0f24ypv1l3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210315160823-c6e025ad8005") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dy8j3gvbkng0vy2wgdiy48871j4vchgsks2ggfxcx4jg32d2qsr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210316092652-d523dce5a7f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01hhvh6msyg11adxhgjwzbv4jprq5ajzkxxb16ln3dqv4na9b2k1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005" +; ,go-golang-org-x-sys-0.0.0-20210315160823-c6e025ad8005))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210320140829-1e4c9ba3b0c4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nrxjq5j058sba9s5g65l5rdw6b4f335lxa7hhcf57paklym1qgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.1.0 +; (package +; (name "go-golang-org-x-tools") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1asrm22kv5x891qkbpap8alg612k321jbs1akc0vwsan251gm507")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" +; ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210402141018-6c239bbf2bb1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xih6y4dwjj939ilwc5s6w419kjnkn1hw33jsgml0nkjcnac74wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4" +; ,go-golang-org-x-sys-0.0.0-20210320140829-1e4c9ba3b0c4) +; ("go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4" +; ,go-golang-org-x-net-0.0.0-20210316092652-d523dce5a7f4) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-github-com-golang-protobuf-1.5.1" +; ,go-github-com-golang-protobuf-1.5.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20201210154907-fd9021fe5dad") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0piyk6pk36x2qr3bhys2k240pfwz3bv64fhi2l0vx1mzwiddapbm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.36.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.36.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l3prxp18lb0pagqg4l6c9i0l6gakfxgf6vxcsv589i0xsxw8ivm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20201210154907-fd9021fe5dad) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-api-0.44.0 +; (package +; (name "go-google-golang-org-api") +; (version "0.44.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-api-go-client") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sh6qzc3pnyliy10afrmzpfbbbm2mwcyc6mp5422xhgp3p2x370x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/api")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.36.1" ,go-google-golang-org-grpc-1.36.1) +; ("go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1" +; ,go-google-golang-org-genproto-0.0.0-20210402141018-6c239bbf2bb1) +; ("go-google-golang-org-appengine-1.6.7" +; ,go-google-golang-org-appengine-1.6.7) +; ("go-golang-org-x-tools-0.1.0" ,go-golang-org-x-tools-0.1.0) +; ("go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57" +; ,go-golang-org-x-sys-0.0.0-20210403161142-5e06dd20ab57) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602" +; ,go-golang-org-x-oauth2-0.0.0-20210402161424-2e8d93401602) +; ("go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5" +; ,go-golang-org-x-lint-0.0.0-20201208152925-83fdc39ff7b5) +; ("go-go-opencensus-io-0.23.0" ,go-go-opencensus-io-0.23.0) +; ("go-github-com-googleapis-gax-go-v2-2.0.5" +; ,go-github-com-googleapis-gax-go-v2-2.0.5) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-cloud-google-com-go-0.81.0" ,go-cloud-google-com-go-0.81.0))) +; (home-page "https://google.golang.org/api") +; (synopsis "Google APIs Client Library for Go") +; (description +; "Package api is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/google.golang.org/api,https://godoc.org/google.golang.org/api} for a full list of +;sub-packages. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-bketelsen-crypt-0.0.4 +; (package +; (name "go-github-com-bketelsen-crypt") +; (version "0.0.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bketelsen/crypt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fyfcvy73zskd1p1mv0cn03anxkkr5gvlawsc87znqk60hdypq3v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bketelsen/crypt")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) +; ("go-google-golang-org-api-0.44.0" ,go-google-golang-org-api-0.44.0) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9) +; ("go-go-etcd-io-etcd-client-v2-2.305.0" +; ,go-go-etcd-io-etcd-client-v2-2.305.0) +; ("go-github-com-hashicorp-consul-api-1.1.0" +; ,go-github-com-hashicorp-consul-api-1.1.0) +; ("go-cloud-google-com-go-firestore-1.1.0" +; ,go-cloud-google-com-go-firestore-1.1.0))) +; (home-page "https://github.com/bketelsen/crypt") +; (synopsis "crypt") +; (description +; "You can use crypt as a command line tool or as a configuration library:") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20191005200804-aed5e4c7ecf9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wsdsbl9n61l99z0cvib2xzg56fsfgky4yc5xapdw9ywx9h0zm3a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-fsnotify-fsnotify-1.4.9 +; (package +; (name "go-github-com-fsnotify-fsnotify") +; (version "1.4.9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/fsnotify/fsnotify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1r72knpbfwwql9frn9bqc3nhfc2ai5m6qllcyr6wban62lr40x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/fsnotify/fsnotify")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9" +; ,go-golang-org-x-sys-0.0.0-20191005200804-aed5e4c7ecf9))) +; (home-page "https://github.com/fsnotify/fsnotify") +; (synopsis "File system notifications for Go") +; (description +; "Package fsnotify provides a platform-independent interface for file system notifications. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hashicorp-hcl-1.0.0 +; (package +; (name "go-github-com-hashicorp-hcl") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hashicorp/hcl") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hashicorp/hcl")) +; (propagated-inputs +; `(("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/hashicorp/hcl") +; (synopsis "HCL") +; (description "Package hcl decodes HCL into usable Go structures. +;") +; (license license:mpl2.0))) +; +;(define-public go-github-com-magiconair-properties-1.8.5 +; (package +; (name "go-github-com-magiconair-properties") +; (version "1.8.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/magiconair/properties") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0v4agnkhc30fblbmhs0gq2bikhdnnmqmpp4phrnza68m04j5hxbn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/magiconair/properties")) +; (home-page "https://github.com/magiconair/properties") +; (synopsis "Overview") +; (description +; "Package properties provides functions for reading and writing +;ISO-8859-1 and UTF-8 encoded .properties files and has +;support for recursive property expansion. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-mitchellh-mapstructure-1.4.1 +; (package +; (name "go-github-com-mitchellh-mapstructure") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mitchellh/mapstructure") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m98wiadb6kdnzv21m8p7nk1jb30zpjh47fkb1dg251r3m7bj47v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mitchellh/mapstructure")) +; (home-page "https://github.com/mitchellh/mapstructure") +; (synopsis "mapstructure") +; (description +; "Package mapstructure exposes functionality to convert one arbitrary +;Go type into another, typically to convert a map[string]interface{} +;into a native Go structure. +;") +; (license license:expat))) +; +;(define-public go-github-com-pelletier-go-toml-1.9.3 +; (package +; (name "go-github-com-pelletier-go-toml") +; (version "1.9.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pelletier/go-toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pelletier/go-toml")) +; (home-page "https://github.com/pelletier/go-toml") +; (synopsis "go-toml") +; (description "Package toml is a TOML parser and manipulation library. +;") +; (license #f))) +; +;(define-public go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1 +; (package +; (name "go-github-com-gopherjs-gopherjs") +; (version "0.0.0-20181017120253-0766667cb4d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gopherjs/gopherjs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "13pfc9sxiwjky2lm1xb3i3lcisn8p6mgjk2d927l7r92ysph8dmw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gopherjs/gopherjs")) +; (home-page "https://github.com/gopherjs/gopherjs") +; (synopsis "GopherJS - A compiler from Go to JavaScript") +; (description +; "GopherJS compiles Go code (@url{https://golang.org/,golang.org}) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.") +; (license license:bsd-2))) +; +;(define-public go-github-com-jtolds-gls-4.20.0+incompatible +; (package +; (name "go-github-com-jtolds-gls") +; (version "4.20.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/jtolio/gls") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/jtolds/gls")) +; (home-page "https://github.com/jtolds/gls") +; (synopsis "gls") +; (description "Package gls implements goroutine-local storage. +;") +; (license license:expat))) +; +;(define-public go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d +; (package +; (name "go-github-com-smartystreets-assertions") +; (version "0.0.0-20180927180507-b2de0cb4f26d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/assertions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i7ldgavgl35c7gk25p7bvdr282ckng090zr4ch9mk1705akx09y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/assertions")) +; (home-page "https://github.com/smartystreets/assertions") +; (synopsis #f) +; (description +; "Package assertions contains the implementations for all assertions which +;are referenced in goconvey's `convey` package +;(github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) +;for use with the So(...) method. +;They can also be used in traditional Go test functions and even in +;applications. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190328211700-ab21143f2384") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15fk0psk53pplpyghz55bhay0kvsv5rikmn5hwgjnnyxq9vfy178")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-smartystreets-goconvey-1.6.4 +; (package +; (name "go-github-com-smartystreets-goconvey") +; (version "1.6.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/smartystreets/goconvey") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07zjxwszayal88z1j2bwnqrsa32vg8l4nivks5yfr9j8xfsw7n6m")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/smartystreets/goconvey")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384" +; ,go-golang-org-x-tools-0.0.0-20190328211700-ab21143f2384) +; ("go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d" +; ,go-github-com-smartystreets-assertions-0.0.0-20180927180507-b2de0cb4f26d) +; ("go-github-com-jtolds-gls-4.20.0+incompatible" +; ,go-github-com-jtolds-gls-4.20.0+incompatible) +; ("go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1" +; ,go-github-com-gopherjs-gopherjs-0.0.0-20181017120253-0766667cb4d1))) +; (home-page "https://github.com/smartystreets/goconvey") +; (synopsis "GoConvey is awesome Go testing") +; (description +; "This executable provides an HTTP server that watches for file system changes +;to .go files within the working directory (and all nested go packages). +;Navigating to the configured host and port in a web browser will display the +;latest results of running `go test` in each go package. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-fs-0.1.0 +; (package +; (name "go-github-com-kr-fs") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/fs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/fs")) +; (home-page "https://github.com/kr/fs") +; (synopsis #f) +; (description "Package fs provides filesystem-related functions. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-pkg-sftp-1.10.1 +; (package +; (name "go-github-com-pkg-sftp") +; (version "1.10.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/sftp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iw6lijdljwh5xw5hsy0b578cr52h6vvm7hbnzlrvciwhh4sfhhp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/sftp")) +; (propagated-inputs +; `(("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" +; ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-kr-fs-0.1.0" ,go-github-com-kr-fs-0.1.0))) +; (home-page "https://github.com/pkg/sftp") +; (synopsis "sftp") +; (description +; "Package sftp implements the SSH File Transfer Protocol as described in +;@url{https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02,https://tools.ietf.org/html/draft-ietf-secsh-filexfer-02} +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190820162420-60c769a6c586") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wy2pg38dz29vf1h48yfqf8m3jqvwnbdw8vkk3ldlj5d8fbbbmv8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-spf13-afero-1.6.0 +; (package +; (name "go-github-com-spf13-afero") +; (version "1.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/afero") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yi8p0yxiidpcg4cagxg2iyqcaapsng89rak4qyxmgails2fqg37")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/afero")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586" +; ,go-golang-org-x-crypto-0.0.0-20190820162420-60c769a6c586) +; ("go-github-com-pkg-sftp-1.10.1" ,go-github-com-pkg-sftp-1.10.1))) +; (home-page "https://github.com/spf13/afero") +; (synopsis "Overview") +; (description +; "This package provides a FileSystem Abstraction System for Go") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-cast-1.3.1 +; (package +; (name "go-github-com-spf13-cast") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cast") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0lb84788glr0qzrq2ifi36rgvp96qrgywvxrr3ggq5hrbr38hgn1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cast")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/cast") +; (synopsis "cast") +; (description "Package cast provides easy and safe casting in Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-spf13-jwalterweatherman-1.1.0 +; (package +; (name "go-github-com-spf13-jwalterweatherman") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/jwalterweatherman") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ywmkwci5zyd88ijym6f30fj5c0k2yayxarkmnazf5ybljv50q7b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/jwalterweatherman")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/spf13/jwalterweatherman") +; (synopsis "jWalterWeatherman") +; (description +; "Seamless printing to the terminal (stdout) and logging to a io.Writer +;(file) thatâ\x80\x99s as easy to use as fmt.Println.") +; (license license:expat))) +; +;(define-public go-github-com-subosito-gotenv-1.2.0 +; (package +; (name "go-github-com-subosito-gotenv") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/subosito/gotenv") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mav91j7r4arjkpq5zcf9j74f6pww8ic53x43wy7kg3ibw31yjs5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/subosito/gotenv")) +; (home-page "https://github.com/subosito/gotenv") +; (synopsis "gotenv") +; (description +; "Package gotenv provides functionality to dynamically load the environment variables +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-ini-v1-1.62.0 +; (package +; (name "go-gopkg-in-ini-v1") +; (version "1.62.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/ini.v1") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/ini.v1" #:unpack-path "gopkg.in/ini.v1")) +; (home-page "https://gopkg.in/ini.v1") +; (synopsis "INI") +; (description +; "Package ini provides INI file read and write functionality in Go. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-viper-1.8.1 +; (package +; (name "go-github-com-spf13-viper") +; (version "1.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/viper") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/viper")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-gopkg-in-ini-v1-1.62.0" ,go-gopkg-in-ini-v1-1.62.0) +; ("go-github-com-subosito-gotenv-1.2.0" +; ,go-github-com-subosito-gotenv-1.2.0) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-spf13-jwalterweatherman-1.1.0" +; ,go-github-com-spf13-jwalterweatherman-1.1.0) +; ("go-github-com-spf13-cast-1.3.1" ,go-github-com-spf13-cast-1.3.1) +; ("go-github-com-spf13-afero-1.6.0" ,go-github-com-spf13-afero-1.6.0) +; ("go-github-com-smartystreets-goconvey-1.6.4" +; ,go-github-com-smartystreets-goconvey-1.6.4) +; ("go-github-com-pelletier-go-toml-1.9.3" +; ,go-github-com-pelletier-go-toml-1.9.3) +; ("go-github-com-mitchellh-mapstructure-1.4.1" +; ,go-github-com-mitchellh-mapstructure-1.4.1) +; ("go-github-com-magiconair-properties-1.8.5" +; ,go-github-com-magiconair-properties-1.8.5) +; ("go-github-com-hashicorp-hcl-1.0.0" +; ,go-github-com-hashicorp-hcl-1.0.0) +; ("go-github-com-fsnotify-fsnotify-1.4.9" +; ,go-github-com-fsnotify-fsnotify-1.4.9) +; ("go-github-com-bketelsen-crypt-0.0.4" +; ,go-github-com-bketelsen-crypt-0.0.4))) +; (home-page "https://github.com/spf13/viper") +; (synopsis "Install") +; (description "Many Go projects are built using Viper including:") +; (license license:expat))) +; +;(define-public go-github-com-spf13-cobra-1.2.1 +; (package +; (name "go-github-com-spf13-cobra") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/cobra") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "091kz3xnlsgpqb90fc5nhjr4yfr8b8sjnyl0zd4wm1fgzkpw09jh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/cobra")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-github-com-spf13-viper-1.8.1" ,go-github-com-spf13-viper-1.8.1) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-cpuguy83-go-md2man-v2-2.0.0" +; ,go-github-com-cpuguy83-go-md2man-v2-2.0.0))) +; (home-page "https://github.com/spf13/cobra") +; (synopsis "Table of Contents") +; (description +; "Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. +;In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20200313102051-9f266ea9e77c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-github-com-stretchr-testify-1.7.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.7.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c" +; ,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20211117183948-ae814b36b871") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01d5llpsijgbgm8px6mhaknqwh8g707zc5i5744gcndr8w0649sk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" +; ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) +; ("go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2" +; ,go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d +; (package +; (name "go-github-com-shopify-logrus-bugsnag") +; (version "0.0.0-20171204204709-577dee27f20d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Shopify/logrus-bugsnag") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l3yahk77vzgmjs7baf8g14sv33jj04rw73iind4wayg40lfgrp8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Shopify/logrus-bugsnag")) +; (home-page "https://github.com/Shopify/logrus-bugsnag") +; (synopsis "logrus-bugsnag") +; (description +; "logrus-bugsnag is a hook that allows @url{https://github.com/sirupsen/logrus,Logrus} to interface with @url{https://bugsnag.com,Bugsnag}.") +; (license license:expat))) +; +;(define-public go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0 +; (package +; (name "go-github-com-bshuster-repo-logrus-logstash-hook") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bshuster-repo/logrus-logstash-hook") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1akr33xzj4jr65mc9kvfjh1wlhw8fbr3hbh4rr816kxfns3c0gwd")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/bshuster-repo/logrus-logstash-hook")) +; (home-page "https://github.com/bshuster-repo/logrus-logstash-hook") +; (synopsis "Logstash hook for logrus") +; (description +; "Use this hook to send the logs to @url{https://www.elastic.co/products/logstash,Logstash}.") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd +; (package +; (name "go-github-com-bugsnag-bugsnag-go") +; (version "0.0.0-20141110184014-b1d153021fcd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/bugsnag-go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "057vwigfzq42p9vkk9yhy8vkvgdmh6653rc988jmvmrkwbgvb352")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/bugsnag-go")) +; (home-page "https://github.com/bugsnag/bugsnag-go") +; (synopsis "Bugsnag error reporter for Go") +; (description +; "Package bugsnag captures errors in real-time and reports them to Bugsnag (@url{http://bugsnag.com,http://bugsnag.com}). +;") +; (license license:expat))) +; +;(define-public go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b +; (package +; (name "go-github-com-bugsnag-osext") +; (version "0.0.0-20130617224835-0dd3f918b21b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/osext") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02pczqml6p1mnfdrygm3rs02g0r65qx8v1bi3x24dx8wv9dr5y23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/osext")) +; (home-page "https://github.com/bugsnag/osext") +; (synopsis #f) +; (description "Extensions to the standard \"os\" package. +;") +; (license license:zlib))) +; +;(define-public go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0 +; (package +; (name "go-github-com-bugsnag-panicwrap") +; (version "0.0.0-20151223152923-e2c28503fcd0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/bugsnag/panicwrap") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02z1q18s83xhfsz3n8bzv071a6n0irlad11yxppaf7015a7dl446")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/bugsnag/panicwrap")) +; (home-page "https://github.com/bugsnag/panicwrap") +; (synopsis "panicwrap") +; (description +; "The panicwrap package provides functions for capturing and handling +;panics in your application. It does this by re-executing the running +;application and monitoring stderr for any panics. At the same time, +;stdout/stderr/etc. are set to the same values so that data is shuttled +;through properly, making the existence of panicwrap mostly transparent. +;") +; (license license:expat))) +; +;(define-public go-github-com-docker-distribution-2.7.1+incompatible +; (package +; (name "go-github-com-docker-distribution") +; (version "2.7.1+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/distribution/distribution") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/distribution")) +; (home-page "https://github.com/docker/distribution") +; (synopsis "Distribution") +; (description +; "Package distribution will define the interfaces for the components of +;docker distribution. The goal is to allow users to reliably package, ship +;and store content related to docker images. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-danieljoos-wincred-1.1.0 +; (package +; (name "go-github-com-danieljoos-wincred") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/danieljoos/wincred") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0fllr8lwk70qb8gfndkgshfq5c7p8zdpp47bcd3816giv5w78vxi")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/danieljoos/wincred")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1))) +; (home-page "https://github.com/danieljoos/wincred") +; (synopsis "wincred") +; (description +; "Package wincred provides primitives for accessing the Windows Credentials Management API. +;This includes functions for retrieval, listing and storage of credentials as well as Go structures for convenient access to the credential data. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210119212857-b64e53b001e4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "16in6bazi0frdkzhqxyvmw7qcvzjavq21dnz9bmrqq8d4dpd2j44")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-docker-docker-credential-helpers-0.6.4 +; (package +; (name "go-github-com-docker-docker-credential-helpers") +; (version "0.6.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/docker-credential-helpers") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xsz8zgil2xrv835p3i6qbk7s81jz62sgasfvmmxi6lrkirahmh6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/docker-credential-helpers")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4" +; ,go-golang-org-x-sys-0.0.0-20210119212857-b64e53b001e4) +; ("go-github-com-danieljoos-wincred-1.1.0" +; ,go-github-com-danieljoos-wincred-1.1.0))) +; (home-page "https://github.com/docker/docker-credential-helpers") +; (synopsis "Introduction") +; (description +; "docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.") +; (license license:expat))) +; +;(define-public go-github-com-docker-go-connections-0.4.0 +; (package +; (name "go-github-com-docker-go-connections") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-connections") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mv6f6b5nljc17dmwmc28hc0y11pqglz7x0d2mjrwdmfxf64hwqq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-connections")) +; (home-page "https://github.com/docker/go-connections") +; (synopsis "Introduction") +; (description +; "Package connections provides libraries to work with network connections. +;This library is divided in several components for specific usage. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c +; (package +; (name "go-github-com-docker-go-events") +; (version "0.0.0-20190806004212-e31b211e4f1c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-events") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09gm4z43g23isbklabnsnfb87bwf8kjdgvvyi3vfjq2bqdjdg7cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-events")) +; (home-page "https://github.com/docker/go-events") +; (synopsis "Docker Events Package") +; (description +; "The Docker @code{events} package implements a composable event distribution package +;for Go.") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.7 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n79p4s67zl5zprxv7diayw3vavnmmfqkmd6snz0i9bxp825dsyz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" +; ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-prometheus-common-0.6.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1q16br348117ffycxdwsldb0i39p34miclfa8z93k6vjwnrqbh2l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.3 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190801041406-cbf593c0f2f3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zmcmckinhclcwlvznjqvs31aww8jnf6pjm9is0nq8lqlvipg5ls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-client-golang-1.1.0 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3" +; ,go-golang-org-x-sys-0.0.0-20190801041406-cbf593c0f2f3) +; ("go-github-com-prometheus-procfs-0.0.3" +; ,go-github-com-prometheus-procfs-0.0.3) +; ("go-github-com-prometheus-common-0.6.0" +; ,go-github-com-prometheus-common-0.6.0) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-json-iterator-go-1.1.7" +; ,go-github-com-json-iterator-go-1.1.7) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-beorn7-perks-1.0.1" +; ,go-github-com-beorn7-perks-1.0.1))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-go-metrics-0.0.1 +; (package +; (name "go-github-com-docker-go-metrics") +; (version "0.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-metrics") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1b6f1889chmwlsgrqxylnks2jic16j2dqhsdd1dvaklk48ky95ga")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-metrics")) +; (propagated-inputs +; `(("go-github-com-prometheus-client-golang-1.1.0" +; ,go-github-com-prometheus-client-golang-1.1.0))) +; (home-page "https://github.com/docker/go-metrics") +; (synopsis "go-metrics") +; (description +; "This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.") +; (license (list license:asl2.0 license:cc-by-sa4.0)))) +; +;(define-public go-github-com-docker-go-units-0.4.0 +; (package +; (name "go-github-com-docker-go-units") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/go-units") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k8gja8ql4pqg5rzmqvka42vjfs6rzablak87whcnqba6qxpimvz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/go-units")) +; (home-page "https://github.com/docker/go-units") +; (synopsis "Introduction") +; (description +; "Package units provides helper function to parse and print size and time units +;in human-readable format. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1 +; (package +; (name "go-github-com-docker-libtrust") +; (version "0.0.0-20150114040149-fa567046d9b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/docker/libtrust") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1121c7fxarzyr3fvxyzfw8qs4hb8k92dsix26s5vxncgszl5svf2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/docker/libtrust")) +; (home-page "https://github.com/docker/libtrust") +; (synopsis "libtrust") +; (description +; "Package libtrust provides an interface for managing authentication and +;authorization using public key cryptography. Authentication is handled +;using the identity attached to the public key and verified through TLS +;x509 certificates, a key challenge, or signature. Authorization and +;access control is managed through a trust graph distributed between +;both remote trust servers and locally cached and managed data. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-yuin-goldmark-1.1.27 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.1.27") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.2.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20200226121028-0de0cce0169b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1db7s5kbzyh2zd5lpv05n7hp8wbwdvgk0wpiwrlnig94mkr0y5aq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200619180055-7c47624df98f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fhzwd32j7w9g3algq0zj8g7ivx3f0mn9nx9mj046wdscryn49mk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b" +; ,go-golang-org-x-net-0.0.0-20200226121028-0de0cce0169b) +; ("go-golang-org-x-mod-0.2.0" ,go-golang-org-x-mod-0.2.0) +; ("go-github-com-yuin-goldmark-1.1.27" +; ,go-github-com-yuin-goldmark-1.1.27))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-kisielk-errcheck-1.5.0 +; (package +; (name "go-github-com-kisielk-errcheck") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/errcheck") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ci3jz2px74pfmr42jv7dpx7fdzx08vai4czp9fkiyb0gcaiqsk6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/errcheck")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f" +; ,go-golang-org-x-tools-0.0.0-20200619180055-7c47624df98f))) +; (home-page "https://github.com/kisielk/errcheck") +; (synopsis "errcheck") +; (description +; "errcheck is a program for checking for unchecked errors in go programs.") +; (license license:expat))) +; +;(define-public go-github-com-kisielk-gotool-1.0.0 +; (package +; (name "go-github-com-kisielk-gotool") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kisielk/gotool") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kisielk/gotool")) +; (home-page "https://github.com/kisielk/gotool") +; (synopsis "gotool") +; (description +; "Package gotool contains utility functions used to implement the standard +;\"cmd/go\" tool, provided as a convenience to developers who want to write +;tools with similar semantics. +;") +; (license license:expat))) +; +;(define-public go-github-com-yuin-goldmark-1.2.1 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-mod-0.3.0 +; (package +; (name "go-golang-org-x-mod") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ldgbx2zpprbsfn6p8pfgs4nn87gwbfcv2z0fa7n8alwsq2yw78q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20200622213623-75b288015ac9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18vlncvvs11ds3zaaziqjlg5s2vcwi3496nn6qv7p0dp94j5pwa2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200930185726-fdedc70b468f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1njlfhjbvi4lxvjbq8zswrb0y0q4jd2p6x51h1q6vmyzi9af6869")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20201021035429-f5854403a974 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20201021035429-f5854403a974") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vw63zpmhi337f3gc432x3wkib4j2ia8dy7if31wxwb9dgqvy222")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f" +; ,go-golang-org-x-sys-0.0.0-20200930185726-fdedc70b468f) +; ("go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9" +; ,go-golang-org-x-crypto-0.0.0-20200622213623-75b288015ac9))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201020160332-67f06af15bc9") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "093p4panc808ak5bamzz7m9nb0xxib7778jpnr6f0xkz1n4fzyw5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20210106214847-113979e3529a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0pq1a7hkamqdwsajyfrb27s56cvxz5838krsgyqz346s2djwdrzl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9" +; ,go-golang-org-x-sync-0.0.0-20201020160332-67f06af15bc9) +; ("go-golang-org-x-net-0.0.0-20201021035429-f5854403a974" +; ,go-golang-org-x-net-0.0.0-20201021035429-f5854403a974) +; ("go-golang-org-x-mod-0.3.0" ,go-golang-org-x-mod-0.3.0) +; ("go-github-com-yuin-goldmark-1.2.1" +; ,go-github-com-yuin-goldmark-1.2.1))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gogo-protobuf-1.3.2 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a" +; ,go-golang-org-x-tools-0.0.0-20210106214847-113979e3529a) +; ("go-github-com-kisielk-gotool-1.0.0" +; ,go-github-com-kisielk-gotool-1.0.0) +; ("go-github-com-kisielk-errcheck-1.5.0" +; ,go-github-com-kisielk-errcheck-1.5.0))) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-gomodule-redigo-1.8.2 +; (package +; (name "go-github-com-gomodule-redigo") +; (version "1.8.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gomodule/redigo") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wp37175n4lgkq234px9vx0c7mdx8sx3d45zky73az8zbabirwga")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gomodule/redigo")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1))) +; (home-page "https://github.com/gomodule/redigo") +; (synopsis "Redigo") +; (description +; "Redigo is a @url{http://golang.org/,Go} client for the @url{http://redis.io/,Redis} database.") +; (license license:asl2.0))) +; +;(define-public go-github-com-felixge-httpsnoop-1.0.1 +; (package +; (name "go-github-com-felixge-httpsnoop") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/felixge/httpsnoop") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ncd8lar5zxiwjhsp315s4hsl4bhnm271h49jhyxc66r5yffgmac")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/felixge/httpsnoop")) +; (home-page "https://github.com/felixge/httpsnoop") +; (synopsis "httpsnoop") +; (description +; "Package httpsnoop provides an easy way to capture http related metrics (i.e. +;response time, bytes written, and http status code) from your application's +;http.Handlers. +;") +; (license license:expat))) +; +;(define-public go-github-com-gorilla-handlers-1.5.1 +; (package +; (name "go-github-com-gorilla-handlers") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/handlers") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15gycdz9lkjnsvvichsbdf25vf6pi1sfn41khhz53iqf300l0w0s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/handlers")) +; (propagated-inputs +; `(("go-github-com-felixge-httpsnoop-1.0.1" +; ,go-github-com-felixge-httpsnoop-1.0.1))) +; (home-page "https://github.com/gorilla/handlers") +; (synopsis "gorilla/handlers") +; (description +; "Package handlers is a collection of handlers (aka \"HTTP middleware\") for use +;with Go's net/http package (or any framework supporting http.Handler). +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-gorilla-mux-1.8.0 +; (package +; (name "go-github-com-gorilla-mux") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gorilla/mux") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18f0q9qxgq1yh4ji07mqhiydfcwvi56z9d775v7dc7yckj33kpdk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gorilla/mux")) +; (home-page "https://github.com/gorilla/mux") +; (synopsis "gorilla/mux") +; (description "Package mux implements a request router and dispatcher. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-inconshreveable-mousetrap-1.0.0 +; (package +; (name "go-github-com-inconshreveable-mousetrap") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/inconshreveable/mousetrap") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/inconshreveable/mousetrap")) +; (home-page "https://github.com/inconshreveable/mousetrap") +; (synopsis "mousetrap") +; (description "mousetrap is a tiny library that answers a single question.") +; (license license:asl2.0))) +; +;(define-public go-github-com-klauspost-compress-1.11.13 +; (package +; (name "go-github-com-klauspost-compress") +; (version "1.11.13") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/klauspost/compress") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19l2rbh6vg0ly4qp2gn5lf39ijggf7asav7lxziikkhjqqb4223j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/klauspost/compress")) +; (home-page "https://github.com/klauspost/compress") +; (synopsis "compress") +; (description "This package provides various compression algorithms.") +; (license #f))) +; +;(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369 +; (package +; (name "go-github-com-matttproud-golang-protobuf-extensions") +; (version "1.0.2-0.20181231171920-c182affec369") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/matttproud/golang_protobuf_extensions") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1xqsf9vpcrd4hp95rl6kgmjvkv1df4aicfw4l5vfcxcwxknfx2xs")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/matttproud/golang_protobuf_extensions") +; (synopsis "Overview") +; (description +; "This repository provides various Protocol Buffer extensions for the Go +;language (golang), namely support for record length-delimited message +;streaming.") +; (license license:asl2.0))) +; +;(define-public go-github-com-moby-locker-1.0.1 +; (package +; (name "go-github-com-moby-locker") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/locker") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07rc2c6h35f9mcy81jp382a030f6xmcifi9n5jnlayybfwxmpjir")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/moby/locker")) +; (home-page "https://github.com/moby/locker") +; (synopsis "Locker") +; (description +; "Package locker provides a mechanism for creating finer-grained locking to help +;free up more global locks to handle other tasks. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78 +; (package +; (name "go-github-com-azure-go-ansiterm") +; (version "0.0.0-20170929234023-d6e3b3328b78") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/Azure/go-ansiterm") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "010khrkhkf9cxlvvb6ncqv4c1qcdmpbz9jn38g4fxf4xsma8xx1q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/Azure/go-ansiterm")) +; (home-page "https://github.com/Azure/go-ansiterm") +; (synopsis "go-ansiterm") +; (description +; "This is a cross platform Ansi Terminal Emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent.") +; (license license:expat))) +; +;(define-public go-github-com-pkg-errors-0.9.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200302150141-5c8b2ff67527") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r5s7f4w7crrbcf5ydpr2xzsq0svjm332vsds41yp58kwi2lvh2v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-2.2.0+incompatible +; (package +; (name "go-gotest-tools") +; (version "2.2.0+incompatible") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yif3gdyckmf8i54jq0xn00kflla5rhib9sarw66ngnbl7bn9kyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "gotest.tools")) +; (home-page "https://gotest.tools") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.3 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cj3cjm7d3zk0mf1xdybh0jywkbbw7a6yr3y22x9sis31scprswd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190624222133-a101b041ded4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pm50dybm5wixjjspvfpafjmiy81b1zp08h13gxc5cylrfgncrfl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-gotest-tools-v3-3.0.2 +; (package +; (name "go-gotest-tools-v3") +; (version "3.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gotestyourself/gotest.tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0cap2aq2wphnbkkzkck5zdjxb64q3jqxfwpkgqys7279rbr8cvjm")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gotest.tools/v3" #:unpack-path "gotest.tools/v3")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4" +; ,go-golang-org-x-tools-0.0.0-20190624222133-a101b041ded4) +; ("go-github-com-spf13-pflag-1.0.3" ,go-github-com-spf13-pflag-1.0.3) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://gotest.tools/v3") +; (synopsis "gotest.tools") +; (description +; "Package gotesttools is a collection of packages to augment `testing` and +;support common patterns. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd +; (package +; (name "go-github-com-moby-term") +; (version "0.0.0-20200312100748-672ec06f55cd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/moby/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xspasm3d101hmjsayrbx6az4r4ybbg5gkj13qybhpq674a6kkwn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/moby/term")) +; (propagated-inputs +; `(("go-gotest-tools-v3-3.0.2" ,go-gotest-tools-v3-3.0.2) +; ("go-gotest-tools-2.2.0+incompatible" +; ,go-gotest-tools-2.2.0+incompatible) +; ("go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527" +; ,go-golang-org-x-sys-0.0.0-20200302150141-5c8b2ff67527) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" +; ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78))) +; (home-page "https://github.com/moby/term") +; (synopsis "term - utilities for dealing with terminals") +; (description +; "Package term provides structures and helper functions to work with +;terminal (state, sizes). +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-morikuni-aec-1.0.0 +; (package +; (name "go-github-com-morikuni-aec") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/morikuni/aec") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1qaqh0lk9wrqgff0yrxnbznvmwyhdxy3g9b2hjpazp5bw4nj0dp7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/morikuni/aec")) +; (home-page "https://github.com/morikuni/aec") +; (synopsis "aec") +; (description "Go wrapper for ANSI escape code.") +; (license license:expat))) +; +;(define-public go-github-com-beorn7-perks-1.0.1 +; (package +; (name "go-github-com-beorn7-perks") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-cespare-xxhash-v2-2.1.1 +; (package +; (name "go-github-com-cespare-xxhash-v2") +; (version "2.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cespare/xxhash") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rl5rs8546zj1vzggv38w93wx0b5dvav7yy5hzxa8kw7iikv1cgr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/cespare/xxhash/v2")) +; (home-page "https://github.com/cespare/xxhash") +; (synopsis "xxhash") +; (description +; "Package xxhash implements the 64-bit variant of xxHash (XXH64) as described +;at @url{http://cyan4973.github.io/xxHash/,http://cyan4973.github.io/xxHash/}. +;") +; (license license:expat))) +; +;(define-public go-github-com-google-gofuzz-1.0.0 +; (package +; (name "go-github-com-google-gofuzz") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/gofuzz") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qz439qvccm91w0mmjz4fqgx48clxdwagkvvx89cr43q1d4iry36")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/gofuzz")) +; (home-page "https://github.com/google/gofuzz") +; (synopsis "gofuzz") +; (description +; "Package fuzz is a library for populating go objects with random values. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421 +; (package +; (name "go-github-com-modern-go-concurrent") +; (version "0.0.0-20180228061459-e0a39a4cb421") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/concurrent") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hamz1zimsxm9vl0ih19v7sbibglwq2j6473w4j9k7ib80fmxdzr")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/concurrent")) +; (home-page "https://github.com/modern-go/concurrent") +; (synopsis "concurrent") +; (description +; "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "0.0.0-20180701023420-4b7aa43c6742") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1721y3yr3dpx5dx5ashf063qczk2awy5zjir1jvp1h5hn7qz4i49")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-github-com-json-iterator-go-1.1.10 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.10") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "134zwc2pmf8nd90r8065wsl6vv1mwjl23bs70i08dzhw5h98drr4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (propagated-inputs +; `(("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742" +; ,go-github-com-modern-go-reflect2-0.0.0-20180701023420-4b7aa43c6742) +; ("go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421" +; ,go-github-com-modern-go-concurrent-0.0.0-20180228061459-e0a39a4cb421) +; ("go-github-com-google-gofuzz-1.0.0" +; ,go-github-com-google-gofuzz-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pty-1.1.1 +; (package +; (name "go-github-com-kr-pty") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pty")) +; (home-page "https://github.com/kr/pty") +; (synopsis "pty") +; (description +; "Package pty is a wrapper for github.com/creack/pty, which provides +;functions for working with Unix terminals. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-text-0.1.0 +; (package +; (name "go-github-com-kr-text") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/text")) +; (propagated-inputs +; `(("go-github-com-kr-pty-1.1.1" ,go-github-com-kr-pty-1.1.1))) +; (home-page "https://github.com/kr/text") +; (synopsis #f) +; (description +; "Package text provides rudimentary functions for manipulating text in +;paragraphs. +;") +; (license license:expat))) +; +;(define-public go-github-com-kr-pretty-0.1.0 +; (package +; (name "go-github-com-kr-pretty") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/pretty") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/pretty")) +; (propagated-inputs +; `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) +; (home-page "https://github.com/kr/pretty") +; (synopsis #f) +; (description +; "Package pretty provides pretty-printing for Go values. This is +;useful during debugging, to avoid wrapping long output lines in +;the terminal. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190911185100-cd5d95a43a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nqkyz2y1qvqcma52ijh02s8aiqmkfb95j08f6zcjhbga3ds6hds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200106162015-b016eb3dc98e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k0qr26046d228gi6ngkfxp4m1rjgxk4jj75h0kh1cpyp91n5rja")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-procfs-0.1.3 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.1.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09wmlmvmjf49nchidqffc99wn6vl98v5k9qgyyrhqgv0015xskwa")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e" +; ,go-golang-org-x-sys-0.0.0-20200106162015-b016eb3dc98e) +; ("go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e" +; ,go-golang-org-x-sync-0.0.0-20190911185100-cd5d95a43a6e) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.4.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "187i5g88sxfy4vxpm7dw1gwv29pa2qaq475lxrdh5livh69wqfjb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20200615200032-f1bc736245b1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbmih4n2xw53qbpmc7msqf2660i4ryr0chbrsbj8mdalfrjr0vp")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 +; (package +; (name "go-gopkg-in-check-v1") +; (version "1.0.0-20190902080502-41f04d3bba15") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.5 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08smz8dfyxp02ha74my9iszqa5qzgl3ksi28ilyp8lqipssiq6fg")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-golang-1.7.1 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.7.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i9wbwjq3idgp9y0vv7fvg6g7zrqi9qlfw915xc49ahw83q2h61w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.5" ,go-gopkg-in-yaml-v2-2.2.5) +; ("go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15" +; ,go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15) +; ("go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1" +; ,go-golang-org-x-sys-0.0.0-20200615200032-f1bc736245b1) +; ("go-github-com-stretchr-testify-1.4.0" +; ,go-github-com-stretchr-testify-1.4.0) +; ("go-github-com-prometheus-procfs-0.1.3" +; ,go-github-com-prometheus-procfs-0.1.3) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-kr-pretty-0.1.0" ,go-github-com-kr-pretty-0.1.0) +; ("go-github-com-json-iterator-go-1.1.10" +; ,go-github-com-json-iterator-go-1.1.10) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-cespare-xxhash-v2-2.1.1" +; ,go-github-com-cespare-xxhash-v2-2.1.1) +; ("go-github-com-beorn7-perks-1.0.1" +; ,go-github-com-beorn7-perks-1.0.1))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751 +; (package +; (name "go-github-com-alecthomas-template") +; (version "0.0.0-20190718012654-fb15b899a751") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/template") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlasv4dgycydh5wx6jdcvz40zdv90zz1h7836z7lhsi2ymvii26")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/template")) +; (home-page "https://github.com/alecthomas/template") +; (synopsis "Go's") +; (description +; "Package template implements data-driven templates for generating textual output. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4 +; (package +; (name "go-github-com-alecthomas-units") +; (version "0.0.0-20190717042225-c3de453c63f4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/units") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0js37zlgv37y61j4a2d46jh72xm5kxmpaiw0ya9v944bjpc386my")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/units")) +; (home-page "https://github.com/alecthomas/units") +; (synopsis "Units - Helpful unit multipliers and functions for Go") +; (description +; "Package units provides helpful unit multipliers and functions for Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-kit-kit-0.9.0 +; (package +; (name "go-github-com-go-kit-kit") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-kit/kit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09038mnw705h7isbjp8dzgp2i04bp5rqkmifxvwc5xkh75s00qpw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-kit/kit")) +; (home-page "https://github.com/go-kit/kit") +; (synopsis "Go kit") +; (description +; "@strong{Go kit} is a @strong{programming toolkit} for building microservices +;(or elegant monoliths) in Go. We solve common problems in distributed +;systems and application architecture so you can focus on delivering +;business value.") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.4.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (propagated-inputs +; `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-pkg-errors-0.8.1 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-beorn7-perks-1.0.0 +; (package +; (name "go-github-com-beorn7-perks") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-golang-protobuf-1.3.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-json-iterator-go-1.1.6 +; (package +; (name "go-github-com-json-iterator-go") +; (version "1.1.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/json-iterator/go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08caswxvdn7nvaqyj5kyny6ghpygandlbw9vxdj7l5vkp7q0s43r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/json-iterator/go")) +; (home-page "https://github.com/json-iterator/go") +; (synopsis "Benchmark") +; (description +; "Package jsoniter implements encoding and decoding of JSON as defined in +;@url{https://rfc-editor.org/rfc/rfc4627.html,RFC 4627} and provides interfaces with identical syntax of standard lib encoding/json. +;Converting from encoding/json to jsoniter is no more than replacing the package with jsoniter +;and variable type declarations (if any). +;jsoniter interfaces gives 100% compatibility with code using standard lib. +;") +; (license license:expat))) +; +;(define-public go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd +; (package +; (name "go-github-com-modern-go-concurrent") +; (version "0.0.0-20180306012644-bacd9c7ef1dd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/concurrent") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s0fxccsyb8icjmiym5k7prcqx36hvgdwl588y0491gi18k5i4zs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/concurrent")) +; (home-page "https://github.com/modern-go/concurrent") +; (synopsis "concurrent") +; (description +; "because sync.Map is only available in go 1.9, we can use concurrent.Map to make code portable") +; (license license:asl2.0))) +; +;(define-public go-github-com-modern-go-reflect2-1.0.1 +; (package +; (name "go-github-com-modern-go-reflect2") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/modern-go/reflect2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06a3sablw53n1dqqbr2f53jyksbxdmmk8axaas4yvnhyfi55k4lf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/modern-go/reflect2")) +; (home-page "https://github.com/modern-go/reflect2") +; (synopsis "reflect2") +; (description "reflect api that avoids runtime reflect.Value cost") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190129233127-fd36f4220a90") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc +; (package +; (name "go-github-com-alecthomas-template") +; (version "0.0.0-20160405071501-a0175ee3bccc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/template") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/template")) +; (home-page "https://github.com/alecthomas/template") +; (synopsis "Go's") +; (description +; "Package template implements data-driven templates for generating textual output. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf +; (package +; (name "go-github-com-alecthomas-units") +; (version "0.0.0-20151022065526-2efee857e7cf") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/alecthomas/units") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/alecthomas/units")) +; (home-page "https://github.com/alecthomas/units") +; (synopsis "Units - Helpful unit multipliers and functions for Go") +; (description +; "Package units provides helpful unit multipliers and functions for Go. +;") +; (license license:expat))) +; +;(define-public go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973 +; (package +; (name "go-github-com-beorn7-perks") +; (version "0.0.0-20180321164747-3a771d992973") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/beorn7/perks") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1l2lns4f5jabp61201sh88zf3b0q793w4zdgp9nll7mmfcxxjif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/beorn7/perks")) +; (home-page "https://github.com/beorn7/perks") +; (synopsis "Perks for Go (golang.org)") +; (description +; "Perks contains the Go package quantile that computes approximate quantiles over +;an unbounded data stream within low memory and CPU bounds.") +; (license license:expat))) +; +;(define-public go-github-com-go-kit-kit-0.8.0 +; (package +; (name "go-github-com-go-kit-kit") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-kit/kit") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-kit/kit")) +; (home-page "https://github.com/go-kit/kit") +; (synopsis "Go kit") +; (description +; "@strong{Go kit} is a @strong{programming toolkit} for building microservices +;(or elegant monoliths) in Go. We solve common problems in distributed +;systems and application architecture so you can focus on delivering +;business value.") +; (license license:expat))) +; +;(define-public go-github-com-go-logfmt-logfmt-0.3.0 +; (package +; (name "go-github-com-go-logfmt-logfmt") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-logfmt/logfmt") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-logfmt/logfmt")) +; (home-page "https://github.com/go-logfmt/logfmt") +; (synopsis "logfmt") +; (description +; "Package logfmt implements utilities to marshal and unmarshal data in the +;logfmt format. The logfmt format records key/value pairs in a way that +;balances readability for humans and simplicity of computer parsing. It is +;most commonly used as a more human friendly alternative to JSON for +;structured logging. +;") +; (license license:expat))) +; +;(define-public go-github-com-go-stack-stack-1.8.0 +; (package +; (name "go-github-com-go-stack-stack") +; (version "1.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/go-stack/stack") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/go-stack/stack")) +; (home-page "https://github.com/go-stack/stack") +; (synopsis "stack") +; (description +; "Package stack implements utilities to capture, manipulate, and format call +;stacks. It provides a simpler API than package runtime. +;") +; (license license:expat))) +; +;(define-public go-github-com-gogo-protobuf-1.1.1 +; (package +; (name "go-github-com-gogo-protobuf") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/gogo/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1525pq7r6h3s8dncvq8gxi893p2nq8dxpzvq0nfl5b4p6mq0v1c2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/gogo/protobuf")) +; (home-page "https://github.com/gogo/protobuf") +; (synopsis "Protocol Buffers for Go with Gadgets") +; (description +; "gogoprotobuf is a fork of @url{https://github.com/golang/protobuf,golang/protobuf} with extra code generation features.") +; (license license:bsd-3))) +; +;(define-public go-github-com-julienschmidt-httprouter-1.2.0 +; (package +; (name "go-github-com-julienschmidt-httprouter") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/julienschmidt/httprouter") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/julienschmidt/httprouter")) +; (home-page "https://github.com/julienschmidt/httprouter") +; (synopsis "HttpRouter") +; (description +; "Package httprouter is a trie based high performance HTTP request router. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515 +; (package +; (name "go-github-com-kr-logfmt") +; (version "0.0.0-20140226030751-b84e30acd515") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/kr/logfmt") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/kr/logfmt")) +; (home-page "https://github.com/kr/logfmt") +; (synopsis #f) +; (description +; "Package implements the decoding of logfmt key-value pairs. +;") +; (license license:expat))) +; +;(define-public go-github-com-matttproud-golang-protobuf-extensions-1.0.1 +; (package +; (name "go-github-com-matttproud-golang-protobuf-extensions") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/matttproud/golang_protobuf_extensions") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/matttproud/golang_protobuf_extensions")) +; (home-page "https://github.com/matttproud/golang_protobuf_extensions") +; (synopsis "Overview") +; (description +; "This repository provides various Protocol Buffer extensions for the Go +;language (golang), namely support for record length-delimited message +;streaming.") +; (license license:asl2.0))) +; +;(define-public go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223 +; (package +; (name "go-github-com-mwitkow-go-conntrack") +; (version "0.0.0-20161129095857-cc309e4a2223") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/mwitkow/go-conntrack") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/mwitkow/go-conntrack")) +; (home-page "https://github.com/mwitkow/go-conntrack") +; (synopsis "Go tracing and monitoring (Prometheus) for") +; (description +; "@url{https://prometheus.io/,Prometheus} monitoring and @url{https://godoc.org/golang.org/x/net/trace#EventLog,(code x/net/trace)} tracing wrappers @code{net.Conn}, both inbound (@code{net.Listener}) and outbound (@code{net.Dialer}).") +; (license license:asl2.0))) +; +;(define-public go-github-com-pkg-errors-0.8.0 +; (package +; (name "go-github-com-pkg-errors") +; (version "0.8.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pkg/errors") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pkg/errors")) +; (home-page "https://github.com/pkg/errors") +; (synopsis "errors") +; (description "Package errors provides simple error handling primitives. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-prometheus-client-golang-0.9.1 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "0.9.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01gnylazia30pcp069xcng482gwmm3xcx5zgrlwdkhic1lyb6i9l")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20180712105110-5c3871d89910") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04psf81l9fjcwascsys428v03fx4fi894h7fhrj2vvcz723q57k0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.0-20181005140218-185b4288413d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d85429kdw5dgj5zhyiz1sq3i5691vj2gjnda93nnxxzx9acg8cv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20180904163835-0709b304e793") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i05s09y5pavmfh71fgih7syxg58x7a4krgd8am6d3mnahnmab5c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180905080454-ebe1bf3edb33") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rkspxyjxdmc9f4n09hgkwj8jjd8z5p8mc9z8vwqwqcwrqv4sg7c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-sirupsen-logrus-1.2.0 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33" +; ,go-golang-org-x-sys-0.0.0-20180905080454-ebe1bf3edb33) +; ("go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793" +; ,go-golang-org-x-crypto-0.0.0-20180904163835-0709b304e793) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20181114220301-adae6a3d119a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fx860zsgzqk28j7lmp96qsfrgb0kzbfjvr294hywswcbwdwkb01")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.1 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.4.1 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0sf4sjdckblz1hqdfvripk3zyp8xq89w7q75kbsyg4c078af896s")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.1" ,go-gopkg-in-yaml-v2-2.2.1) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a" +; ,go-golang-org-x-net-0.0.0-20181114220301-adae6a3d119a) +; ("go-github-com-sirupsen-logrus-1.2.0" +; ,go-github-com-sirupsen-logrus-1.2.0) +; ("go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d" +; ,go-github-com-prometheus-procfs-0.0.0-20181005140218-185b4288413d) +; ("go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910" +; ,go-github-com-prometheus-client-model-0.0.0-20180712105110-5c3871d89910) +; ("go-github-com-prometheus-client-golang-0.9.1" +; ,go-github-com-prometheus-client-golang-0.9.1) +; ("go-github-com-pkg-errors-0.8.0" ,go-github-com-pkg-errors-0.8.0) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" +; ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-gogo-protobuf-1.1.1" +; ,go-github-com-gogo-protobuf-1.1.1) +; ("go-github-com-go-stack-stack-1.8.0" +; ,go-github-com-go-stack-stack-1.8.0) +; ("go-github-com-go-logfmt-logfmt-0.3.0" +; ,go-github-com-go-logfmt-logfmt-0.3.0) +; ("go-github-com-go-kit-kit-0.8.0" ,go-github-com-go-kit-kit-0.8.0) +; ("go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973" +; ,go-github-com-beorn7-perks-0.0.0-20180321164747-3a771d992973) +; ("go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf" +; ,go-github-com-alecthomas-units-0.0.0-20151022065526-2efee857e7cf) +; ("go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc" +; ,go-github-com-alecthomas-template-0.0.0-20160405071501-a0175ee3bccc))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181221193216-37e7f081c4d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1bb0mw6ckb1k7z8v3iil2qlqwfj408fvvp8m1cik2b46p7snyjhm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-procfs-0.0.2 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.0.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0s7pvs7fgnfpmym3cd0k219av321h9sf3yvdlnn3qy0ps280lg7k")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4" +; ,go-golang-org-x-sync-0.0.0-20181221193216-37e7f081c4d4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.3.0 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wjchp2c8xbgcbbq32w3kvblk6q6yn533g78nxl6iskq6y95lxsy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20181116152217-5ac8a444bdc5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00zdrighflwc4iyizsag184nvl1cbkk02v73kpl5miprdrvzqlr4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-client-golang-1.0.0 +; (package +; (name "go-github-com-prometheus-client-golang") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_golang") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f03ndyi3jq7zdxinnvzimz3s4z2374r6dikkc8i42xzb6d1bli6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_golang")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5" +; ,go-golang-org-x-sys-0.0.0-20181116152217-5ac8a444bdc5) +; ("go-github-com-stretchr-testify-1.3.0" +; ,go-github-com-stretchr-testify-1.3.0) +; ("go-github-com-prometheus-procfs-0.0.2" +; ,go-github-com-prometheus-procfs-0.0.2) +; ("go-github-com-prometheus-common-0.4.1" +; ,go-github-com-prometheus-common-0.4.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90" +; ,go-github-com-prometheus-client-model-0.0.0-20190129233127-fd36f4220a90) +; ("go-github-com-modern-go-reflect2-1.0.1" +; ,go-github-com-modern-go-reflect2-1.0.1) +; ("go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd" +; ,go-github-com-modern-go-concurrent-0.0.0-20180306012644-bacd9c7ef1dd) +; ("go-github-com-json-iterator-go-1.1.6" +; ,go-github-com-json-iterator-go-1.1.6) +; ("go-github-com-golang-protobuf-1.3.1" +; ,go-github-com-golang-protobuf-1.3.1) +; ("go-github-com-beorn7-perks-1.0.0" +; ,go-github-com-beorn7-perks-1.0.0))) +; (home-page "https://github.com/prometheus/client_golang") +; (synopsis "Prometheus Go client library") +; (description +; "This is the @url{http://golang.org,Go} client library for +;@url{http://prometheus.io,Prometheus}. It has two separate parts, one for +;instrumenting application code, and one for creating clients that talk to the +;Prometheus HTTP API.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.2.0 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jffnz94d6ff39fr96b5w8i8yk26pwnrfggzz8jhi8k0yihg2c9d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.1 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 +; (package +; (name "go-github-com-konsorten-go-windows-terminal-sequences") +; (version "1.0.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/konsorten/go-windows-terminal-sequences") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) +; (home-page "https://github.com/konsorten/go-windows-terminal-sequences") +; (synopsis "Windows Terminal Sequences") +; (description +; "This library allow for enabling Windows terminal color support for Go.") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-objx-0.1.1 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-github-com-stretchr-testify-1.2.2 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-sirupsen-logrus-1.4.2 +; (package +; (name "go-github-com-sirupsen-logrus") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/sirupsen/logrus") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/sirupsen/logrus")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-github-com-stretchr-testify-1.2.2" +; ,go-github-com-stretchr-testify-1.2.2) +; ("go-github-com-stretchr-objx-0.1.1" +; ,go-github-com-stretchr-objx-0.1.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" +; ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1))) +; (home-page "https://github.com/sirupsen/logrus") +; (synopsis "Logrus") +; (description +; "Package logrus is a structured logger for Go, completely API compatible with the standard library logger. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190613194153-d28f0bde5980") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190422165155-953cdadca894") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-alecthomas-kingpin-v2-2.2.6 +; (package +; (name "go-gopkg-in-alecthomas-kingpin-v2") +; (version "2.2.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/alecthomas/kingpin.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "gopkg.in/alecthomas/kingpin.v2" +; #:unpack-path +; "gopkg.in/alecthomas/kingpin.v2")) +; (home-page "https://gopkg.in/alecthomas/kingpin.v2") +; (synopsis "Kingpin - A Go (golang) command line and flag parser") +; (description +; "Package kingpin provides command line interfaces like this: +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.4 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11bwj757wi8kdrcnlgfqb8vv2d2xdhlghmyagd19i62khrkchsg2")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-common-0.10.0 +; (package +; (name "go-github-com-prometheus-common") +; (version "0.10.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/common") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ra7zfqsnvgfizzsxn3rk0dwhk7nx8p8082zgpvadbv2b0j1k01i")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/common")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.4" ,go-gopkg-in-yaml-v2-2.2.4) +; ("go-gopkg-in-alecthomas-kingpin-v2-2.2.6" +; ,go-gopkg-in-alecthomas-kingpin-v2-2.2.6) +; ("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" +; ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) +; ("go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980" +; ,go-golang-org-x-net-0.0.0-20190613194153-d28f0bde5980) +; ("go-github-com-sirupsen-logrus-1.4.2" +; ,go-github-com-sirupsen-logrus-1.4.2) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.0.0" +; ,go-github-com-prometheus-client-golang-1.0.0) +; ("go-github-com-pkg-errors-0.8.1" ,go-github-com-pkg-errors-0.8.1) +; ("go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223" +; ,go-github-com-mwitkow-go-conntrack-0.0.0-20161129095857-cc309e4a2223) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.1" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.1) +; ("go-github-com-julienschmidt-httprouter-1.2.0" +; ,go-github-com-julienschmidt-httprouter-1.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-go-logfmt-logfmt-0.4.0" +; ,go-github-com-go-logfmt-logfmt-0.4.0) +; ("go-github-com-go-kit-kit-0.9.0" ,go-github-com-go-kit-kit-0.9.0) +; ("go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4" +; ,go-github-com-alecthomas-units-0.0.0-20190717042225-c3de453c63f4) +; ("go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751" +; ,go-github-com-alecthomas-template-0.0.0-20190718012654-fb15b899a751))) +; (home-page "https://github.com/prometheus/common") +; (synopsis "Common") +; (description +; "This repository contains Go libraries that are shared across Prometheus +;components and libraries. They are considered internal to Prometheus, without +;any stability guarantees for external usage.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.5.4 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ld9pwb6l22g75g1zpa691l7q9ki7pjgpcqhwgdfr3va1zisr5ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20201207232520-09787c993a3a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210124154548-22da62e12c0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17gp3dl75wq3x7j9z1pqgcyvjhvy9jaln1wbscy57al3whdsjp07")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-prometheus-procfs-0.6.0 +; (package +; (name "go-github-com-prometheus-procfs") +; (version "0.6.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/procfs") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0czzw37dq0sfq7rivxmxxw5hy287grqnng6q6hfz6mkqmhqgm1m6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/procfs")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c" +; ,go-golang-org-x-sys-0.0.0-20210124154548-22da62e12c0c) +; ("go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a" +; ,go-golang-org-x-sync-0.0.0-20201207232520-09787c993a3a) +; ("go-github-com-google-go-cmp-0.5.4" +; ,go-github-com-google-go-cmp-0.5.4))) +; (home-page "https://github.com/prometheus/procfs") +; (synopsis "procfs") +; (description +; "Package procfs provides functions to retrieve system, kernel and process +;metrics from the pseudo-filesystem proc. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-spf13-pflag-1.0.5 +; (package +; (name "go-github-com-spf13-pflag") +; (version "1.0.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/spf13/pflag") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/spf13/pflag")) +; (home-page "https://github.com/spf13/pflag") +; (synopsis "Description") +; (description +; "Package pflag is a drop-in replacement for Go's flag package, implementing +;POSIX/GNU-style --flags. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43 +; (package +; (name "go-github-com-yvasiyarov-go-metrics") +; (version "0.0.0-20140926110328-57bccd1ccd43") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/go-metrics") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rwlq9k3iii54da90fjivi13zacx2h6znppkzncvl653xhjpm26g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/go-metrics")) +; (home-page "https://github.com/yvasiyarov/go-metrics") +; (synopsis "go-metrics") +; (description "Go port of Coda Hale's Metrics library +;") +; (license #f))) +; +;(define-public go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50 +; (package +; (name "go-github-com-yvasiyarov-gorelic") +; (version "0.0.0-20141212073537-a9bba5b9ab50") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/gorelic") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1niwv40k9rx2g5h6wddci9ykf1sm1d5ml9mjgdjd1ahm4wfq08gn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/gorelic")) +; (home-page "https://github.com/yvasiyarov/gorelic") +; (synopsis "GoRelic is deprecated in favour of") +; (description +; "Package gorelic is an New Relic agent implementation for Go runtime. It collect a lot of metrics about Go scheduler, garbage collector and memory allocator and send them to NewRelic. +;") +; (license license:bsd-2))) +; +;(define-public go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f +; (package +; (name "go-github-com-yvasiyarov-newrelic-platform-go") +; (version "0.0.0-20140908184405-b21fdbd4370f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yvasiyarov/newrelic_platform_go") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a4yncdxwsy0rn3bhkadfysm817b7ndzmh9fkg8hh92pnw5aabzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yvasiyarov/newrelic_platform_go")) +; (home-page "https://github.com/yvasiyarov/newrelic_platform_go") +; (synopsis "New Relic Platform Agent SDK for Go(golang)") +; (description +; "Package newrelic_platform_go is New Relic Platform Agent SDK for Go language. +;") +; (license license:bsd-2))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210423082822-04245dca01da") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11is2c5cpxk0gf2mxza2wpzfcf71fxb9b3in77f6w2q0pr68ykzx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20211112202133-69e39bad7dc2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0yvg72fb037yh4xvjyfgrr8nsbz7nfiiksvq0a5922z255anamy6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da" +; ,go-golang-org-x-sys-0.0.0-20210423082822-04245dca01da))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210615035016-665e8c7367d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.6 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.6") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wzhvdb059vrp2cczqw422ajrb9sbs4l3qd020hlngj33qfhxah0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1mh5fyim42dn821nsd3afnmgscrzzhn3h8rag635d2jnr23r1zhk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee +; (package +; (name "go-golang-org-x-mod") +; (version "0.1.1-0.20191105210325-c90efee705ee") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i5md645rmcy5z5ij9ng428k9rz4g3k1kjy3blsq1264rn426gdf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20200130002326-2f3ba24bd6e7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0j3nnmlwnbivf0h9x89vlp8ji3ha41v96bj33cxwmrrjnxq543ww")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859) +; ("go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee" +; ,go-golang-org-x-mod-0.1.1-0.20191105210325-c90efee705ee))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20210508222113-6edffad5e616 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20210508222113-6edffad5e616") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n7lrr3282q3li4f06afms444qy13rfd316za0drqihakwyki2jk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7" +; ,go-golang-org-x-tools-0.0.0-20200130002326-2f3ba24bd6e7))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.5 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "082s9d7wnh1aa2v08g3h5z4if2f8hl4y01pb788qsvab9329lj0w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-yuin-goldmark-1.3.5 +; (package +; (name "go-github-com-yuin-goldmark") +; (version "1.3.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/yuin/goldmark") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08rrhfji92hixiv3v0wvamwcy56f90wsw84w7lyvad7g90kbsknx")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/yuin/goldmark")) +; (home-page "https://github.com/yuin/goldmark") +; (synopsis "goldmark") +; (description +; "Package goldmark implements functions to convert markdown text to a desired format. +;") +; (license license:expat))) +; +;(define-public go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190404232315-eb5bcb51f2a3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17k4g8krxbl84gzcs275b7gsh66dzm15fdxivjnx9xz8q84l4kby")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190412213103-97732733099d +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190412213103-97732733099d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "118hkp01i4z1f5h6hcjm0ff2ngqhrzj1f7731n0kw8dr6hvbx0sw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20191011191535-87dc89f01550") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z4i1m2yn3f31ci7wvcm2rxkx2yiv7a78mfzklncmsz2k97rlh2g")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190412213103-97732733099d" +; ,go-golang-org-x-sys-0.0.0-20190412213103-97732733099d) +; ("go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3" +; ,go-golang-org-x-net-0.0.0-20190404232315-eb5bcb51f2a3))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190620200207-3b0461eec859") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20190717185122-a985d3407aa7") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20191119224855-298f0cb1881e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0l4pqwib2wnfnix6nvxl0yrq87ipi7ff1rz6z5bxfzy9dki1nzmv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7" +; ,go-golang-org-x-xerrors-0.0.0-20190717185122-a985d3407aa7) +; ("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859" +; ,go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191011141410-1b5146add898") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w2akj91krxjag0xdhsg78470888nicc5ismc2ap9jqpss6v1zih")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-mod-0.4.2 +; (package +; (name "go-golang-org-x-mod") +; (version "0.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/mod") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z1p17i291z2k6va08i80ljyzyij2b6qsz78lnz0wi8zsnkfdz43")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/mod")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898" +; ,go-golang-org-x-xerrors-0.0.0-20191011141410-1b5146add898) +; ("go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e" +; ,go-golang-org-x-tools-0.0.0-20191119224855-298f0cb1881e) +; ("go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550" +; ,go-golang-org-x-crypto-0.0.0-20191011191535-87dc89f01550))) +; (home-page "https://golang.org/x/mod") +; (synopsis "mod") +; (description +; "This repository holds packages for writing tools +;that work directly with Go module mechanics. +;That is, it is for direct manipulation of Go modules themselves.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210330210617-4fbd30eecc44") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02mmymbm7wb3vdp3z9hm8p0f45708fybyd38qm8qxzwm19zqnp56")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210405180319-a5a99cb37ef4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0z90hpmxdw9i8vfhd6vf7hd63c86f1128qfb5f3y4kinvlpjy3rl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44" +; ,go-golang-org-x-sys-0.0.0-20210330210617-4fbd30eecc44))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20210220032951-036812b2e83c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1gl202py3s4gl6arkaxlf8qa6f0jyyg2f95m6f89qnfmr416h85b")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210510120138-977fb7262007") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d2vnblgzxgvis2kly99gv10kadyl3v0cpv1lskjqg2v5d11r6hd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20200804184101-5ec99f83aff1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dbzc3gmf2haazpv7cgmv97rq40g2xzwbglc17vas8dwhgwgwrzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.1.2 +; (package +; (name "go-golang-org-x-tools") +; (version "0.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "047qwlvxs8whsal3yjjhywr9w0xrp5ky7q969mfxb1x9r20k76ci")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1" +; ,go-golang-org-x-xerrors-0.0.0-20200804184101-5ec99f83aff1) +; ("go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007" +; ,go-golang-org-x-sys-0.0.0-20210510120138-977fb7262007) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4" +; ,go-golang-org-x-net-0.0.0-20210405180319-a5a99cb37ef4) +; ("go-golang-org-x-mod-0.4.2" ,go-golang-org-x-mod-0.4.2) +; ("go-github-com-yuin-goldmark-1.3.5" +; ,go-github-com-yuin-goldmark-1.3.5))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.26.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0xq6phaps6d0vcv13ga59gzj4306l0ki9kikhmb52h6pq0iwfqlz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20210602131652-f16073e35f0c +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20210602131652-f16073e35f0c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06n5npgcjk8is2ajf0786nma5wjwpbwca273gv3yqq7dr3bkzv48")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0" +; ,go-google-golang-org-protobuf-1.26.0) +; ("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) +; ("go-golang-org-x-tools-0.1.2" ,go-golang-org-x-tools-0.1.2) +; ("go-golang-org-x-text-0.3.5" ,go-golang-org-x-text-0.3.5) +; ("go-golang-org-x-lint-0.0.0-20210508222113-6edffad5e616" +; ,go-golang-org-x-lint-0.0.0-20210508222113-6edffad5e616) +; ("go-github-com-golang-protobuf-1.5.2" +; ,go-github-com-golang-protobuf-1.5.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.0 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dpvi4wnycyj6hnai78fr8aj58b27b1vcwdp3v0id5v22kvgr3xw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.25.1 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.25.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0a136ij9p11yj1vx892yqy40jkh7n5nfbpdvhgydcj823mx51c6f")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.0" +; ,go-github-com-envoyproxy-go-control-plane-0.9.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403 +; (package +; (name "go-github-com-cncf-udpa-go") +; (version "0.0.0-20201120205902-5459f2c99403") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/cncf/udpa") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0i3al193dsp91j7iywqrm6fr56y2sz51ci4vf19mb3j4n2x44gsi")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path +; "github.com/cncf/udpa/go" +; #:unpack-path +; "github.com/cncf/udpa")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.25.1" ,go-google-golang-org-grpc-1.25.1) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0))) +; (home-page "https://github.com/cncf/udpa") +; (synopsis "Description") +; (description +; "This library has been deprecated in favor of @code{github.com/cncf/xds/go}. All users are recommended to switch their imports.") +; (license license:asl2.0))) +; +;(define-public go-github-com-davecgh-go-spew-1.1.0 +; (package +; (name "go-github-com-davecgh-go-spew") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/davecgh/go-spew") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/davecgh/go-spew")) +; (home-page "https://github.com/davecgh/go-spew") +; (synopsis "go-spew") +; (description +; "Go-spew implements a deep pretty printer for Go data structures to aid in +;debugging. A comprehensive suite of tests with 100% test coverage is provided +;to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage +;report. Go-spew is licensed under the liberal ISC license, so it may be used in +;open source or commercial projects.") +; (license license:isc))) +; +;(define-public go-github-com-pmezard-go-difflib-1.0.0 +; (package +; (name "go-github-com-pmezard-go-difflib") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/pmezard/go-difflib") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/pmezard/go-difflib")) +; (home-page "https://github.com/pmezard/go-difflib") +; (synopsis "go-difflib") +; (description +; "Go-difflib is a partial port of python 3 difflib package. Its main goal +;was to make unified and context diff available in pure Go, mostly for +;testing purposes.") +; (license license:bsd-3))) +; +;(define-public go-github-com-stretchr-objx-0.1.0 +; (package +; (name "go-github-com-stretchr-objx") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/objx") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19ynspzjdynbi85xw06mh8ad5j0qa1vryvxjgvbnyrr8rbm4vd8w")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/objx")) +; (home-page "https://github.com/stretchr/objx") +; (synopsis "Objx") +; (description +; "Objx - Go package for dealing with maps, slices, JSON and other data. +;") +; (license license:expat))) +; +;(define-public go-gopkg-in-yaml-v2-2.2.2 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.2.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-stretchr-testify-1.5.1 +; (package +; (name "go-github-com-stretchr-testify") +; (version "1.5.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/stretchr/testify") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/stretchr/testify")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v2-2.2.2" ,go-gopkg-in-yaml-v2-2.2.2) +; ("go-github-com-stretchr-objx-0.1.0" +; ,go-github-com-stretchr-objx-0.1.0) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-davecgh-go-spew-1.1.0" +; ,go-github-com-davecgh-go-spew-1.1.0))) +; (home-page "https://github.com/stretchr/testify") +; (synopsis "Testify - Thou Shalt Write Tests") +; (description +; "** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +;Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. +;") +; (license license:expat))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.9-0.20210217033140-668b12f5399d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vmhc8ii081x1k2qw4kji7wjyg6l25zp1y6qxi27wq8m341i4rzb")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-stretchr-testify-1.5.1" +; ,go-github-com-stretchr-testify-1.5.1) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.23.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03yan0m1v0zmlr935p4n24fd376mznsg85zy8sywbgisls4s1bzy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0m5z81im4nsyfgarjhppayk4hqnrwswr3nix9mj8pff8x9jvcjqw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.23.0" +; ,go-google-golang-org-protobuf-1.23.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-uuid-1.1.2 +; (package +; (name "go-github-com-google-uuid") +; (version "1.1.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/uuid") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rbpfa0v0ly9sdnixcxhf79swki54ikgm1zkwwkj64p1ws66syqd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/uuid")) +; (home-page "https://github.com/google/uuid") +; (synopsis "uuid") +; (description "Package uuid generates and inspects UUIDs. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04pzp583p6b32y34c6jygfxarff9qjs39rarvfh6467z24sdd9k4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.22.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.22.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.22.0" +; ,go-google-golang-org-protobuf-1.22.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-census-instrumentation-opencensus-proto-0.2.1 +; (package +; (name "go-github-com-census-instrumentation-opencensus-proto") +; (version "0.2.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/census-instrumentation/opencensus-proto") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "github.com/census-instrumentation/opencensus-proto")) +; (home-page "https://github.com/census-instrumentation/opencensus-proto") +; (synopsis +; "OpenCensus Proto - Language Independent Interface Types For OpenCensus") +; (description +; "Census provides a framework to define and collect stats against metrics and to +;break those stats down across user-defined dimensions.") +; (license license:asl2.0))) +; +;(define-public go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4 +; (package +; (name "go-github-com-prometheus-client-model") +; (version "0.0.0-20190812154241-14fe0d1b01d4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/prometheus/client_model") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/prometheus/client_model")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://github.com/prometheus/client_model") +; (synopsis "Deprecation note") +; (description +; "This repository used to contain the code that defined both +;the data model and the exposition format of Prometheus metrics.") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190311212946-11955173bddd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hlkai67w167wiyivkzd1fgqrnyxkb94l2c6kr51jwcscizfyfn3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190313153728-d0100b6bd8b3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0b0amr9x4ji66iv9ayfx7zrfx52k1m5g66qfcxkgj80qrb1y2yn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd" +; ,go-golang-org-x-tools-0.0.0-20190311212946-11955173bddd))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20190423024810-112230192c58 +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20190423024810-112230192c58") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "05i2k43j2d0llq768hg5pf3hb2yhfzp9la1w5wp0rsnnzblr0lfn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135 +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190524140312-2c0ae7006135") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1lsi2ssxajclj3bciz2a41v1vjv768ja3v6wnbyhxy8xphwkp4fk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-golang-org-x-sync-0.0.0-20190423024810-112230192c58" +; ,go-golang-org-x-sync-0.0.0-20190423024810-112230192c58) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.23.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.23.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1cn33r2gclmq2v1ndpf1n5bmhf2qs8mms7ii5cnl6f9ch4r2c4k3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473 +; (package +; (name "go-github-com-envoyproxy-go-control-plane") +; (version "0.9.1-0.20191026205805-5f8ba28d4473") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/go-control-plane") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1f1s764rd41vd9vgk3r14h1m6fz6pdvxj6fd83q58gxifbc4q5w4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/go-control-plane")) +; (propagated-inputs +; `(("go-google-golang-org-grpc-1.23.0" ,go-google-golang-org-grpc-1.23.0) +; ("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4" +; ,go-github-com-prometheus-client-model-0.0.0-20190812154241-14fe0d1b01d4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-census-instrumentation-opencensus-proto-0.2.1" +; ,go-github-com-census-instrumentation-opencensus-proto-0.2.1))) +; (home-page "https://github.com/envoyproxy/go-control-plane") +; (synopsis "control-plane") +; (description +; "This repository contains a Go-based implementation of an API server that +;implements the discovery service APIs defined in +;@url{https://github.com/envoyproxy/data-plane-api,data-plane-api}.") +; (license license:asl2.0))) +; +;(define-public go-github-com-envoyproxy-protoc-gen-validate-0.1.0 +; (package +; (name "go-github-com-envoyproxy-protoc-gen-validate") +; (version "0.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/envoyproxy/protoc-gen-validate") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/envoyproxy/protoc-gen-validate")) +; (home-page "https://github.com/envoyproxy/protoc-gen-validate") +; (synopsis "protoc-gen-validate (PGV)") +; (description +; "PGV is a protoc plugin to generate polyglot message validators. While protocol buffers effectively guarantee the types of structured data, they cannot enforce semantic rules for values. This plugin adds support to protoc-generated code to validate such constraints.") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.2.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fbv0x27k9sn8svafc0hjwsnckk864lv4yi7bvzrxvmd3d5hskds")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2 +; (package +; (name "go-golang-org-x-crypto") +; (version "0.0.0-20190308221718-c2843e01d9a2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/crypto")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a))) +; (home-page "https://golang.org/x/crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190311183353-d8887717615a +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190311183353-d8887717615a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1wfm6ngxjyj7v5a2dqib6lw8bb2rdnf1kl48diykxjrsddn0s163")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" +; ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20190215142949-d0b11bdaac8a") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "18yfsmw622l7gc5sqriv5qmck6903vvhivpzp8i3xfy3z33dybdl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.3.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.3.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4 +; (package +; (name "go-golang-org-x-exp") +; (version "0.0.0-20190121172915-509febef88a4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/exp") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02isrh39z8znrp5znplzy0dip2gnrl3jm1355raliyvhnhg04j6q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/exp")) +; (home-page "https://golang.org/x/exp") +; (synopsis "exp") +; (description +; "This subrepository holds experimental and deprecated (in the @code{old} +;directory) packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20190227174305-5b3e6a55c961") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "04zp5vbds9nffmjg36wjpi5vg9zmf890yf78xxasai3ni637ivfw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c))) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20190213061140-3a22650c66bd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20181108010431-42b317875d0f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180724234803-3673e40ba225") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0vx7mz18p480p7fh0w5jv6mfdbsswrlac1sz4i705q7q7ygz59lm")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.4.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06zl7w4sxgdq2pl94wy9ncii6h0z3szl4xpqds0sv3b3wbdlhbnn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225" +; ,go-golang-org-x-net-0.0.0-20180724234803-3673e40ba225) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0))) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190226205152-f727befe758c") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0rpcqw6z13qd33rbasg32zb0gdhgh5lzjla63r6g651zf6hpsak0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (propagated-inputs +; `(("go-google-golang-org-appengine-1.4.0" +; ,go-google-golang-org-appengine-1.4.0) +; ("go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f" +; ,go-golang-org-x-sync-0.0.0-20181108010431-42b317875d0f) +; ("go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd" +; ,go-golang-org-x-net-0.0.0-20190213061140-3a22650c66bd))) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-cloud-google-com-go-0.26.0 +; (package +; (name "go-cloud-google-com-go") +; (version "0.26.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/google-cloud-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "149v3ci17g6wd2pm18mzcncq5qpl9hwdjnz3rlbn5rfidyn46la1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "cloud.google.com/go")) +; (home-page "https://cloud.google.com/go") +; (synopsis "Google Cloud Client Libraries for Go") +; (description +; "Package cloud is the root of the packages used to access Google Cloud +;Services. See @url{https://godoc.org/cloud.google.com/go,https://godoc.org/cloud.google.com/go} for a full list +;of sub-packages. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-burntsushi-toml-0.3.1 +; (package +; (name "go-github-com-burntsushi-toml") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/BurntSushi/toml") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/BurntSushi/toml")) +; (home-page "https://github.com/BurntSushi/toml") +; (synopsis "TOML parser and encoder for Go with reflection") +; (description +; "Package toml implements decoding and encoding of TOML files. +;") +; (license license:expat))) +; +;(define-public go-github-com-client9-misspell-0.3.4 +; (package +; (name "go-github-com-client9-misspell") +; (version "0.3.4") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/client9/misspell") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/client9/misspell")) +; (home-page "https://github.com/client9/misspell") +; (synopsis "Install") +; (description +; "Package misspell corrects commonly misspelled English words in source files. +;") +; (license license:expat))) +; +;(define-public go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b +; (package +; (name "go-github-com-golang-glog") +; (version "0.0.0-20160126235308-23def4e6c14b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/glog") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/glog")) +; (home-page "https://github.com/golang/glog") +; (synopsis "glog") +; (description +; "Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. +;It provides functions Info, Warning, Error, Fatal, plus formatting variants such as +;Infof. It also provides V-style logging controlled by the -v and -vmodule=file=2 flags. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-mock-1.1.1 +; (package +; (name "go-github-com-golang-mock") +; (version "1.1.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/mock") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ap8wb6pdl6ccmdb43advjll2ly4sz26wsc3axw0hbrjrybybzgy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/mock")) +; (home-page "https://github.com/golang/mock") +; (synopsis "gomock") +; (description +; "gomock is a mocking framework for the @url{http://golang.org/,Go programming language}. It +;integrates well with Go's built-in @code{testing} package, but can be used in other +;contexts too.") +; (license license:asl2.0))) +; +;(define-public go-github-com-golang-protobuf-1.2.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.2.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0kf4b59rcbb1cchfny2dm9jyznp8ri2hsb14n8iak1q8986xa0ab")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3 +; (package +; (name "go-golang-org-x-lint") +; (version "0.0.0-20181026193005-c67002cb31c3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/lint") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0gymbggskjmphqxqcx4s0vnlcz7mygbix0vhwcwv5r67c0bf6765")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/lint")) +; (home-page "https://golang.org/x/lint") +; (synopsis "Installation") +; (description "Package lint contains a linter for Go source code. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20180826012351-8a410e7b638d") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0hp0l8f6fir5gmgrjq0mhh5ikc0rlrm72774228800kfwqjrxxny")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be +; (package +; (name "go-golang-org-x-oauth2") +; (version "0.0.0-20180821212333-d2e6202438be") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/oauth2") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0wbn75fd10485nb93bm4kqldqifdim5xqy4v7r5sdvimvf3fyhn7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/oauth2")) +; (home-page "https://golang.org/x/oauth2") +; (synopsis "OAuth2 for Go") +; (description +; "Package oauth2 provides support for making +;OAuth2 authorized and authenticated HTTP requests, +;as specified in @url{https://rfc-editor.org/rfc/rfc6749.html,RFC 6749}. +;It can additionally grant authorization with Bearer JWT. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f +; (package +; (name "go-golang-org-x-sync") +; (version "0.0.0-20180314180146-1d60e4601c6f") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sync") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "046jlanz2lkxq1r57x9bl6s4cvfqaic6p2xybsj8mq1120jv4rs6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sync")) +; (home-page "https://golang.org/x/sync") +; (synopsis "Go Sync") +; (description +; "This repository provides Go concurrency primitives in addition to the +;ones provided by the language and \"sync\" and \"sync/atomic\" packages.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20180830151530-49385e6e1522") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0spbldahns09fdxkxflb1x24f8k2awdlnr6k5i7ci4fqd19r1dv4")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.0 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20190114222345-bf090417da8b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1n3xp56k4k3lj06rx7587wr5gnwg0148nvwx6ch0g7ar02hh94hw")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-appengine-1.1.0 +; (package +; (name "go-google-golang-org-appengine") +; (version "1.1.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/appengine") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pz202zszg8f35dk5pfhwgcdi3r6dx1l4yk6x6ly7nb4j45zi96x")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/appengine")) +; (home-page "https://google.golang.org/appengine") +; (synopsis "Go App Engine packages") +; (description +; "Package appengine provides basic functionality for Google App Engine. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20180817151627-c66870c02cf8") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0siq7sv68556ygqi2d2zmvx8l1xjqdc0fylqzci5h1mq2i14bayn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.19.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.19.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1znqwpj7ix3dpzx4zch0q70sdl3z5lvbb7v3q4i8sf8kas3yv71v")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8" +; ,go-google-golang-org-genproto-0.0.0-20180817151627-c66870c02cf8) +; ("go-google-golang-org-appengine-1.1.0" +; ,go-google-golang-org-appengine-1.1.0) +; ("go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b" +; ,go-golang-org-x-tools-0.0.0-20190114222345-bf090417da8b) +; ("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) +; ("go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522" +; ,go-golang-org-x-sys-0.0.0-20180830151530-49385e6e1522) +; ("go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f" +; ,go-golang-org-x-sync-0.0.0-20180314180146-1d60e4601c6f) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d" +; ,go-golang-org-x-net-0.0.0-20180826012351-8a410e7b638d) +; ("go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3" +; ,go-golang-org-x-lint-0.0.0-20181026193005-c67002cb31c3) +; ("go-github-com-golang-protobuf-1.2.0" +; ,go-github-com-golang-protobuf-1.2.0) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-client9-misspell-0.3.4" +; ,go-github-com-client9-misspell-0.3.4) +; ("go-github-com-burntsushi-toml-0.3.1" +; ,go-github-com-burntsushi-toml-0.3.1) +; ("go-cloud-google-com-go-0.26.0" ,go-cloud-google-com-go-0.26.0))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099 +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190102054323-c2f93a96b099") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "07lg29aiap80ca9f201jzng9vjr168cv3qmvjmbd7v5pmww9kmr8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20190819201941-24fa4b261c55") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "109zhaqlfd8zkbr1hk6zqbs6vcxfrk64scjwh2nswph05gr0m84d")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099" +; ,go-honnef-co-go-tools-0.0.0-20190102054323-c2f93a96b099) +; ("go-google-golang-org-grpc-1.19.0" ,go-google-golang-org-grpc-1.19.0) +; ("go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c" +; ,go-golang-org-x-tools-0.0.0-20190226205152-f727befe758c) +; ("go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961" +; ,go-golang-org-x-lint-0.0.0-20190227174305-5b3e6a55c961) +; ("go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4" +; ,go-golang-org-x-exp-0.0.0-20190121172915-509febef88a4) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-grpc-1.27.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.27.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ijrmgrxyabfn51nm3p9l81iaasq5fg237wnr6mdc4dzsfcg8kd7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55" +; ,go-google-golang-org-genproto-0.0.0-20190819201941-24fa4b261c55) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-go-cmp-0.2.0" +; ,go-github-com-google-go-cmp-0.2.0) +; ("go-github-com-golang-protobuf-1.3.2" +; ,go-github-com-golang-protobuf-1.3.2) +; ("go-github-com-golang-mock-1.1.1" ,go-github-com-golang-mock-1.1.1) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-protoc-gen-validate-0.1.0" +; ,go-github-com-envoyproxy-protoc-gen-validate-0.1.0) +; ("go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473" +; ,go-github-com-envoyproxy-go-control-plane-0.9.1-0.20191026205805-5f8ba28d4473))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-github-com-google-go-cmp-0.3.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hyxx3434zshl2m9ja78gwlkg1rx9yl6diqa7dnjb31xz5x4gbjj")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200109180630-ec00e32a8dfd") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0w6lp9w2avxcpxwzzhspr209ifhyjagvs23k0vykfdqahl1aplrh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.0" +; ,go-github-com-google-go-cmp-0.3.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "186rirvbfgv6hrxp27ipx2cdpv19qifdd20biqfdm01wiyclqimn")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd" +; ,go-google-golang-org-protobuf-0.0.0-20200109180630-ec00e32a8dfd) +; ("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.3.1 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.3.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200221191635-4d8936d0db64") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0563bsvdjj6k0sgwqd5yzrgfiax7sp3lcwh608gync5sv9fx39cy")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.3.1" +; ,go-github-com-google-go-cmp-0.3.1) +; ("go-github-com-golang-protobuf-1.4.0-rc.1" +; ,go-github-com-golang-protobuf-1.4.0-rc.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.1.0.20200221234624-67d41d38c208") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ykxhg3zixmw25pd435f8h16wnz1g00jpcmmg3xl030kksgqgpp6")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64" +; ,go-google-golang-org-protobuf-0.0.0-20200221191635-4d8936d0db64) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60 +; (package +; (name "go-google-golang-org-protobuf") +; (version "0.0.0-20200228230310-ab0ca4ff8a60") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1rinspcznfp85yz4vrlf4h38hr576virgv8lcs22bsylqga808sd")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208" +; ,go-github-com-golang-protobuf-1.4.0-rc.1.0.20200221234624-67d41d38c208))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.2 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.2") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1hd43hjv5zl6bjbmhm5phx74bw4xajsi73m5zky2k56za4mpgzzc")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60" +; ,go-google-golang-org-protobuf-0.0.0-20200228230310-ab0ca4ff8a60) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.20.1-0.20200309200217-e05f789c0967") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17wmy89hnmpkwc63rfcjp50q15s9f1rhmczg06c3z9yy41zk82w9")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.2" +; ,go-github-com-golang-protobuf-1.4.0-rc.2))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0-rc.4.0.20200313231945-b860323f09d0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1zj6cwshx0l5n9cn2cpbikzzb79px5dmkpc4p19zy1iif5r5p0z0")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967" +; ,go-google-golang-org-protobuf-1.20.1-0.20200309200217-e05f789c0967) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.21.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.21.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12bwln8z1lf9105gdp6ip0rx741i4yfz1520gxnp8861lh9wcl63")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0" +; ,go-github-com-golang-protobuf-1.4.0-rc.4.0.20200313231945-b860323f09d0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.4.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1fjvl5n77abxz5qsd4mgyvjq19x43c5bfvmq62mq3m5plx6zksc8")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.21.0" +; ,go-google-golang-org-protobuf-1.21.0) +; ("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.4.0 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.23.1-0.20200526195155-81db48ad09cc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "02cpr8rqr5wmpj2fqb32mzilsdnxkh52g1jz95a3ck3gzffc7hh1")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.4.0" +; ,go-github-com-google-go-cmp-0.4.0) +; ("go-github-com-golang-protobuf-1.4.0" +; ,go-github-com-golang-protobuf-1.4.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc +; (package +; (name "go-honnef-co-go-tools") +; (version "0.0.0-20190523083050-ea95bdfd59fc") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/dominikh/go-tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1763nw7pwpzkvzfnm63dgzcgbq9hwmq5l1nffchnhh77vgkaq4ic")))) +; (build-system go-build-system) +; (arguments '(#:import-path "honnef.co/go/tools")) +; (home-page "https://honnef.co/go/tools") +; (synopsis "Documentation") +; (description +; "Staticcheck is a state of the art linter for the . Using static analysis, it finds bugs and performance issues, +;offers simplifications, and enforces style rules.") +; (license license:expat))) +; +;(define-public go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013 +; (package +; (name "go-google-golang-org-genproto") +; (version "0.0.0-20200526211855-cb27e3aa2013") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/googleapis/go-genproto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0ml73ghqcwbz7ipfk8fnxb5indcml49b5p7vp1fsyny0abyyrmxf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/genproto")) +; (propagated-inputs +; `(("go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc" +; ,go-honnef-co-go-tools-0.0.0-20190523083050-ea95bdfd59fc) +; ("go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc" +; ,go-google-golang-org-protobuf-1.23.1-0.20200526195155-81db48ad09cc) +; ("go-google-golang-org-grpc-1.27.0" ,go-google-golang-org-grpc-1.27.0) +; ("go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135" +; ,go-golang-org-x-tools-0.0.0-20190524140312-2c0ae7006135) +; ("go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3" +; ,go-golang-org-x-lint-0.0.0-20190313153728-d0100b6bd8b3) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/genproto") +; (synopsis "Go generated proto packages") +; (description +; "This repository contains the generated Go packages for common protocol buffer +;types, and the generated @url{http://grpc.io,gRPC} code necessary for interacting with Google's gRPC +;APIs.") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.25.0 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.25.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0apfl42x166dh96zfq5kvv4b4ax9xljik6bq1mnvn2240ir3mc23")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.1" +; ,go-github-com-golang-protobuf-1.4.1))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-grpc-1.38.0 +; (package +; (name "go-google-golang-org-grpc") +; (version "1.38.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/grpc/grpc-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "08lgqdvbd0i4qwsv1y37qmf8mhsy9ywzx73ixiwih7xhnalrf7xl")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/grpc")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.25.0" +; ,go-google-golang-org-protobuf-1.25.0) +; ("go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013" +; ,go-google-golang-org-genproto-0.0.0-20200526211855-cb27e3aa2013) +; ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" +; ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) +; ("go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be" +; ,go-golang-org-x-oauth2-0.0.0-20180821212333-d2e6202438be) +; ("go-golang-org-x-net-0.0.0-20190311183353-d8887717615a" +; ,go-golang-org-x-net-0.0.0-20190311183353-d8887717615a) +; ("go-github-com-google-uuid-1.1.2" ,go-github-com-google-uuid-1.1.2) +; ("go-github-com-google-go-cmp-0.5.0" +; ,go-github-com-google-go-cmp-0.5.0) +; ("go-github-com-golang-protobuf-1.4.2" +; ,go-github-com-golang-protobuf-1.4.2) +; ("go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b" +; ,go-github-com-golang-glog-0.0.0-20160126235308-23def4e6c14b) +; ("go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d" +; ,go-github-com-envoyproxy-go-control-plane-0.9.9-0.20210217033140-668b12f5399d) +; ("go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403" +; ,go-github-com-cncf-udpa-go-0.0.0-20201120205902-5459f2c99403))) +; (home-page "https://google.golang.org/grpc") +; (synopsis "gRPC-Go") +; (description "Package grpc implements an RPC system called gRPC. +;") +; (license license:asl2.0))) +; +;(define-public go-google-golang-org-protobuf-1.26.0-rc.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.26.0-rc.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1m2jp247qcnix42jncn0q7pwrjgbhiqllb1115hfsz40xfnfhp8j")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-github-com-golang-protobuf-1.5.0 +; (package +; (name "go-github-com-golang-protobuf") +; (version "1.5.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/golang/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1craaxv34g4g8q3yrv6pr28fx9ihnk7hj5gnbmxcrhcp78423lnf")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/golang/protobuf")) +; (propagated-inputs +; `(("go-google-golang-org-protobuf-1.26.0-rc.1" +; ,go-google-golang-org-protobuf-1.26.0-rc.1) +; ("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5))) +; (home-page "https://github.com/golang/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This module +;(@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) +;contains Go bindings for protocol buffers.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543 +; (package +; (name "go-golang-org-x-xerrors") +; (version "0.0.0-20191204190536-9bdfabe68543") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/xerrors") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/xerrors")) +; (home-page "https://golang.org/x/xerrors") +; (synopsis #f) +; (description +; "Package xerrors implements functions to manipulate errors. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-google-go-cmp-0.5.5 +; (package +; (name "go-github-com-google-go-cmp") +; (version "0.5.5") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/google/go-cmp") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "12fmkdhyv5d4is8s57k78j097zb0phlgnrkqc03agiszxlid69x7")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/google/go-cmp")) +; (propagated-inputs +; `(("go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543" +; ,go-golang-org-x-xerrors-0.0.0-20191204190536-9bdfabe68543))) +; (home-page "https://github.com/google/go-cmp") +; (synopsis "Package for equality of Go values") +; (description +; "This package is intended to be a more powerful and safer alternative to +;@code{reflect.DeepEqual} for comparing whether two values are semantically equal.") +; (license license:bsd-3))) +; +;(define-public go-google-golang-org-protobuf-1.27.1 +; (package +; (name "go-google-golang-org-protobuf") +; (version "1.27.1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/protobuf") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0aszb7cv8fq1m8akgd4kjyg5q7g5z9fdqnry6057ygq9r8r2yif2")))) +; (build-system go-build-system) +; (arguments '(#:import-path "google.golang.org/protobuf")) +; (propagated-inputs +; `(("go-github-com-google-go-cmp-0.5.5" +; ,go-github-com-google-go-cmp-0.5.5) +; ("go-github-com-golang-protobuf-1.5.0" +; ,go-github-com-golang-protobuf-1.5.0))) +; (home-page "https://google.golang.org/protobuf") +; (synopsis "Go support for Protocol Buffers") +; (description +; "This project hosts the Go implementation for +;@url{https://developers.google.com/protocol-buffers,protocol buffers}, which is a +;language-neutral, platform-neutral, extensible mechanism for serializing +;structured data. The protocol buffer language is a language for specifying the +;schema for structured data. This schema is compiled into language specific +;bindings. This project provides both a tool to generate Go code for the +;protocol buffer language, and also the runtime implementation to handle +;serialization of messages in Go. See the +;@url{https://developers.google.com/protocol-buffers/docs/overview,protocol buffer developer guide} +;for more information about protocol buffers themselves.") +; (license license:bsd-3))) +; +;(define-public go-gopkg-in-yaml-v2-2.4.0 +; (package +; (name "go-gopkg-in-yaml-v2") +; (version "2.4.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v2") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v2") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license license:asl2.0))) +; +;(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 +; (package +; (name "go-gopkg-in-check-v1") +; (version "0.0.0-20161208181325-20d25e280405") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/check.v1") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) +; (home-page "https://gopkg.in/check.v1") +; (synopsis "Instructions") +; (description +; "Package check is a rich testing extension for Go's testing package. +;") +; (license license:bsd-2))) +; +;(define-public go-gopkg-in-yaml-v3-3.0.0-20210107192922-496545a6307b +; (package +; (name "go-gopkg-in-yaml-v3") +; (version "3.0.0-20210107192922-496545a6307b") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gopkg.in/yaml.v3") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "06f4lnrp494wqaygv09dggr2dwf3z2bawqhnlnnwiamg5y787k4g")))) +; (build-system go-build-system) +; (arguments +; '(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3")) +; (propagated-inputs +; `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" +; ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) +; (home-page "https://gopkg.in/yaml.v3") +; (synopsis "YAML support for the Go language") +; (description "Package yaml implements YAML support for the Go language. +;") +; (license #f))) +; +;(define-public go-oras-land-oras-go-1.0.0 +; (package +; (name "go-oras-land-oras-go") +; (version "1.0.0") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/oras-project/oras-go") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1pqix8xj298229c886ahdggsvbg4srm4izjr66icvfjjx7rndagz")))) +; (build-system go-build-system) +; (arguments '(#:import-path "oras.land/oras-go")) +; (propagated-inputs +; `(("go-gopkg-in-yaml-v3-3.0.0-20210107192922-496545a6307b" +; ,go-gopkg-in-yaml-v3-3.0.0-20210107192922-496545a6307b) +; ("go-gopkg-in-yaml-v2-2.4.0" ,go-gopkg-in-yaml-v2-2.4.0) +; ("go-google-golang-org-protobuf-1.27.1" +; ,go-google-golang-org-protobuf-1.27.1) +; ("go-google-golang-org-grpc-1.38.0" ,go-google-golang-org-grpc-1.38.0) +; ("go-google-golang-org-genproto-0.0.0-20210602131652-f16073e35f0c" +; ,go-google-golang-org-genproto-0.0.0-20210602131652-f16073e35f0c) +; ("go-golang-org-x-text-0.3.6" ,go-golang-org-x-text-0.3.6) +; ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" +; ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) +; ("go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2" +; ,go-golang-org-x-net-0.0.0-20211112202133-69e39bad7dc2) +; ("go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f" +; ,go-github-com-yvasiyarov-newrelic-platform-go-0.0.0-20140908184405-b21fdbd4370f) +; ("go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50" +; ,go-github-com-yvasiyarov-gorelic-0.0.0-20141212073537-a9bba5b9ab50) +; ("go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43" +; ,go-github-com-yvasiyarov-go-metrics-0.0.0-20140926110328-57bccd1ccd43) +; ("go-github-com-spf13-pflag-1.0.5" ,go-github-com-spf13-pflag-1.0.5) +; ("go-github-com-prometheus-procfs-0.6.0" +; ,go-github-com-prometheus-procfs-0.6.0) +; ("go-github-com-prometheus-common-0.10.0" +; ,go-github-com-prometheus-common-0.10.0) +; ("go-github-com-prometheus-client-model-0.2.0" +; ,go-github-com-prometheus-client-model-0.2.0) +; ("go-github-com-prometheus-client-golang-1.7.1" +; ,go-github-com-prometheus-client-golang-1.7.1) +; ("go-github-com-pmezard-go-difflib-1.0.0" +; ,go-github-com-pmezard-go-difflib-1.0.0) +; ("go-github-com-morikuni-aec-1.0.0" ,go-github-com-morikuni-aec-1.0.0) +; ("go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd" +; ,go-github-com-moby-term-0.0.0-20200312100748-672ec06f55cd) +; ("go-github-com-moby-locker-1.0.1" ,go-github-com-moby-locker-1.0.1) +; ("go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369" +; ,go-github-com-matttproud-golang-protobuf-extensions-1.0.2-0.20181231171920-c182affec369) +; ("go-github-com-klauspost-compress-1.11.13" +; ,go-github-com-klauspost-compress-1.11.13) +; ("go-github-com-inconshreveable-mousetrap-1.0.0" +; ,go-github-com-inconshreveable-mousetrap-1.0.0) +; ("go-github-com-gorilla-mux-1.8.0" ,go-github-com-gorilla-mux-1.8.0) +; ("go-github-com-gorilla-handlers-1.5.1" +; ,go-github-com-gorilla-handlers-1.5.1) +; ("go-github-com-gomodule-redigo-1.8.2" +; ,go-github-com-gomodule-redigo-1.8.2) +; ("go-github-com-golang-protobuf-1.5.2" +; ,go-github-com-golang-protobuf-1.5.2) +; ("go-github-com-gogo-protobuf-1.3.2" +; ,go-github-com-gogo-protobuf-1.3.2) +; ("go-github-com-felixge-httpsnoop-1.0.1" +; ,go-github-com-felixge-httpsnoop-1.0.1) +; ("go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1" +; ,go-github-com-docker-libtrust-0.0.0-20150114040149-fa567046d9b1) +; ("go-github-com-docker-go-units-0.4.0" +; ,go-github-com-docker-go-units-0.4.0) +; ("go-github-com-docker-go-metrics-0.0.1" +; ,go-github-com-docker-go-metrics-0.0.1) +; ("go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c" +; ,go-github-com-docker-go-events-0.0.0-20190806004212-e31b211e4f1c) +; ("go-github-com-docker-go-connections-0.4.0" +; ,go-github-com-docker-go-connections-0.4.0) +; ("go-github-com-docker-docker-credential-helpers-0.6.4" +; ,go-github-com-docker-docker-credential-helpers-0.6.4) +; ("go-github-com-docker-distribution-2.7.1+incompatible" +; ,go-github-com-docker-distribution-2.7.1+incompatible) +; ("go-github-com-davecgh-go-spew-1.1.1" +; ,go-github-com-davecgh-go-spew-1.1.1) +; ("go-github-com-cespare-xxhash-v2-2.1.1" +; ,go-github-com-cespare-xxhash-v2-2.1.1) +; ("go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0" +; ,go-github-com-bugsnag-panicwrap-0.0.0-20151223152923-e2c28503fcd0) +; ("go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b" +; ,go-github-com-bugsnag-osext-0.0.0-20130617224835-0dd3f918b21b) +; ("go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd" +; ,go-github-com-bugsnag-bugsnag-go-0.0.0-20141110184014-b1d153021fcd) +; ("go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0" +; ,go-github-com-bshuster-repo-logrus-logstash-hook-1.0.0) +; ("go-github-com-beorn7-perks-1.0.1" ,go-github-com-beorn7-perks-1.0.1) +; ("go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d" +; ,go-github-com-shopify-logrus-bugsnag-0.0.0-20171204204709-577dee27f20d) +; ("go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78" +; ,go-github-com-azure-go-ansiterm-0.0.0-20170929234023-d6e3b3328b78) +; ("go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c" +; ,go-golang-org-x-sync-0.0.0-20210220032951-036812b2e83c) +; ("go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871" +; ,go-golang-org-x-crypto-0.0.0-20211117183948-ae814b36b871) +; ("go-github-com-stretchr-testify-1.7.0" +; ,go-github-com-stretchr-testify-1.7.0) +; ("go-github-com-spf13-cobra-1.2.1" ,go-github-com-spf13-cobra-1.2.1) +; ("go-github-com-sirupsen-logrus-1.8.1" +; ,go-github-com-sirupsen-logrus-1.8.1) +; ("go-github-com-pkg-errors-0.9.1" ,go-github-com-pkg-errors-0.9.1) +; ("go-github-com-phayes-freeport-0.0.0-20180830031419-95f893ade6f2" +; ,go-github-com-phayes-freeport-0.0.0-20180830031419-95f893ade6f2) +; ("go-github-com-opencontainers-image-spec-1.0.2" +; ,go-github-com-opencontainers-image-spec-1.0.2) +; ("go-github-com-opencontainers-go-digest-1.0.0" +; ,go-github-com-opencontainers-go-digest-1.0.0) +; ("go-github-com-docker-docker-20.10.11+incompatible" +; ,go-github-com-docker-docker-20.10.11+incompatible) +; ("go-github-com-docker-cli-20.10.11+incompatible" +; ,go-github-com-docker-cli-20.10.11+incompatible) +; ("go-github-com-distribution-distribution-v3-3.0.0-20211118083504-a29a3c99a684" +; ,go-github-com-distribution-distribution-v3-3.0.0-20211118083504-a29a3c99a684) +; ("go-github-com-containerd-containerd-1.5.8" +; ,go-github-com-containerd-containerd-1.5.8))) +; (home-page "https://oras.land/oras-go") +; (synopsis "ORAS Go library") +; (description +; "Documentation for the ORAS Go library is located on +;the project website: @url{https://oras.land/client_libraries/go/,oras.land/client_libraries/go}") +; (license license:asl2.0))) +; +;(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 +; (package +; (name "go-golang-org-x-net") +; (version "0.0.0-20210226172049-e18ecbb05110") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/net") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/net")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/net") +; (synopsis "Go Networking") +; (description +; "This repository holds supplementary Go networking libraries.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20210615035016-665e8c7367d1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "11n848csibdbv7b46zjyf4l7sphg37n9sjzqfy1ds7p1jyakwmnv")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 +; (package +; (name "go-golang-org-x-sys") +; (version "0.0.0-20201119102817-f84b799fce68") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/sys") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/sys")) +; (home-page "https://golang.org/x/sys") +; (synopsis "sys") +; (description +; "This repository holds supplemental Go packages for low-level interactions with +;the operating system.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 +; (package +; (name "go-golang-org-x-term") +; (version "0.0.0-20201126162022-7de9c90e9dd1") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/term") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/term")) +; (propagated-inputs +; `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" +; ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) +; (home-page "https://golang.org/x/term") +; (synopsis "Go terminal/console support") +; (description +; "Package term provides support functions for dealing with terminals, as +;commonly found on UNIX systems. +;") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e +; (package +; (name "go-golang-org-x-tools") +; (version "0.0.0-20180917221912-90fa682c2a6e") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/tools") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/tools")) +; (home-page "https://golang.org/x/tools") +; (synopsis "Go Tools") +; (description +; "This subrepository holds the source for various packages and tools that support +;the Go programming language.") +; (license license:bsd-3))) +; +;(define-public go-golang-org-x-text-0.3.3 +; (package +; (name "go-golang-org-x-text") +; (version "0.3.3") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://go.googlesource.com/text") +; (commit (string-append "v" version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) +; (build-system go-build-system) +; (arguments '(#:import-path "golang.org/x/text")) +; (propagated-inputs +; `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" +; ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) +; (home-page "https://golang.org/x/text") +; (synopsis "Go Text") +; (description +; "text is a repository of text-related packages related to internationalization +;(i18n) and localization (l10n), such as character encodings, text +;transformations, and locale-specific text handling. +;") +; (license license:bsd-3))) +; +;(define-public go-github-com-hpcng-golang-x-crypto-0.0.0-20210830200829-e6b35e3fb874 +; (package +; (name "go-github-com-hpcng-golang-x-crypto") +; (version "0.0.0-20210830200829-e6b35e3fb874") +; (source +; (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://github.com/hpcng/golang-x-crypto") +; (commit (go-version->git-ref version)))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 "17zbxn6m550dkfcx7hi6wvl7f5gm39hx72bfkdjgpzq05fdb1bfk")))) +; (build-system go-build-system) +; (arguments '(#:import-path "github.com/hpcng/golang-x-crypto")) +; (propagated-inputs +; `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) +; ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" +; ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) +; ("go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1" +; ,go-golang-org-x-sys-0.0.0-20210615035016-665e8c7367d1) +; ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" +; ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) +; (home-page "https://github.com/hpcng/golang-x-crypto") +; (synopsis "Go Cryptography") +; (description +; "This repository holds supplementary Go cryptography libraries.") +; (license license:bsd-3)))